washman 发表于 2004-8-18 14:36:28

升级2.6.7内核后触摸板和指点杆不能用

hp nc6000的本本,装的hiweed-debian,刚从2.4.26内核升到2.6.7,原来都好好的,升级后就不能用了,拔掉usb鼠标也不行。
我的xf86config-4如下:
Section "ServerLayout"
        Identifier   "XFree86 Configured"
        Screen      0"Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "PS/2 Mouse" "CorePointer"
        InputDevice    "Serial Mouse" "CorePointer"
      InputDevice    "USB Mouse" "CorePointer"
EndSection
..........
Section "InputDevice"
        Identifier"PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "auto"
      Option      "ZAxisMapping"          "4 5"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option          "SendCoreEvents""true"
EndSection

Section "InputDevice"
      Identifier      "USB Mouse"
      Driver          "mouse"
      Option          "Device"                "/dev/input/mice"
        Option                "SendCoreEvents"        "true"
      Option          "Protocol"            "IMPS/2"
      Option          "ZAxisMapping"          "4 5"
      Option          "Buttons"               "5"
EndSection

和xf86config-4-old完全一样,为什么就不行了呢。 :cry:
页: [1]
查看完整版本: 升级2.6.7内核后触摸板和指点杆不能用