红旗Linux Desktop 6.0触摸板问题
41202197514
|
1#
41202197514 发表于 2008-10-19 15:48
红旗Linux Desktop 6.0触摸板问题
[root@localhost ~]# cat /proc/bus/input/devices
I: Bus=0017 Vendor=0001 Product=0001 Version=0100 N: Name="Macintosh mouse button emulation" P: Phys= S: Sysfs=/class/input/input0 U: Uniq= H: Handlers=mouse0 event0 B: EV=7 B: KEY=70000 0 0 0 0 0 0 0 0 B: REL=3 I: Bus=0011 Vendor=0001 Product=0001 Version=ab41 N: Name="AT Translated Set 2 keyboard" P: Phys=isa0060/serio0/input0 S: Sysfs=/class/input/input1 U: Uniq= H: Handlers=kbd event1 B: EV=120013 B: KEY=4 2000000 3802078 f840d001 feffffdf ffefffff ffffffff fffffffe B: MSC=10 B: LED=7 I: Bus=0011 Vendor=0002 Product=0007 Version=92b1 N: Name="SynPS/2 Synaptics TouchPad" P: Phys=isa0060/serio3/input0 S: Sysfs=/class/input/input2 U: Uniq= H: Handlers=mouse1 event2 B: EV=b B: KEY=6420 0 70000 0 0 0 0 0 0 0 0 B: ABS=11000003 I: Bus=0003 Vendor=1b1a Product=0000 Version=0110 N: Name="USB Mouse" P: Phys=usb-0000:00:1d.0-1/input0 S: Sysfs=/class/input/input4 U: Uniq= H: Handlers=mouse2 event3 B: EV=7 B: KEY=70000 0 0 0 0 0 0 0 0 B: REL=103 I: Bus=0019 Vendor=0000 Product=0002 Version=0000 N: Name="Power Button (FF)" P: Phys=button_power/button/input0 S: Sysfs=/class/input/input5 U: Uniq= H: Handlers=kbd event4 B: EV=3 B: KEY=100000 0 0 0 I: Bus=0019 Vendor=0000 Product=0001 Version=0000 N: Name="Power Button (CM)" P: Phys=PNP0C0C/button/input0 S: Sysfs=/class/input/input6 U: Uniq= H: Handlers=kbd event5 B: EV=3 B: KEY=100000 0 0 0 I: Bus=0019 Vendor=0000 Product=0005 Version=0000 N: Name="Lid Switch" P: Phys=PNP0C0D/button/input0 S: Sysfs=/class/input/input7 U: Uniq= H: Handlers=event6 B: EV=21 B: SW=1 I: Bus=0019 Vendor=0000 Product=0003 Version=0000 N: Name="Sleep Button (CM)" P: Phys=PNP0C0E/button/input0 S: Sysfs=/class/input/input8 U: Uniq= H: Handlers=kbd event7 B: EV=3 B: KEY=4000 0 0 0 0 [root@localhost X11]# cat xorg.conf Section "InputDevice" # Identifier "TouchPad" # Driver "synaptics" # Option "Device" "/dev/input/event1" # /event7 --mice Option "Protocol" "auto-dev" # /event --auto-dev Option "LeftEdge" "1700" # Option "RightEdge" "5300" # Option "TopEdge" "1700" # Option "BottomEdge" "4200" # Option "FingerLow" "25" # Option "FingerHigh" "30" # Option "MaxTapTime" "180" # Option "MaxTapMove" "220" # Option "VertScrollDelta" "100" # Option "MinSpeed" "0.09" # Option "MaxSpeed" "0.18" # Option "AccelFactor" "0.0015" # Option "SendCoreEvents" "true" # / Option "SHMConfig" "on" # Option "TouchPadOff" "1" # / Option "AlwaysCore" # EndSection # Section "ServerLayout" InputDevice "TouchPad" "AlwaysCore" # #AlwaysCore Identifier "X configuration" Screen 0 "Screen0" 0 0 InputDevice "Keyboard" InputDevice "Mouse" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/local/share/fonts" EndSection Section "Module" Load "synaptics" # Load "dbe" Load "freetype" Load "extmod" Load "record" Load "v4l" Load "type1" Load "dri" Load "glx" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "XkbLayout" "us" Option "CoreKeyboard" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "Protocol" "Auto" Option "ZAxisMapping" "4 5" Option "CorePointer" Option "Device" "/dev/input/mice" EndSection Section "Monitor" #modeline0 Identifier "Monitor0" VendorName "Undiscovered" ModelName "Undiscovered" HorizSync 31.5 - 70.0 VertRefresh 50.0 - 70.0 Option "dpms" EndSection Section "Device" Identifier "Card0 for screen 0" Driver "intel" VendorName "Unknown Vendor" BoardName "Unknown Board" EndSection Section "Screen" Identifier "Screen0" Device "Card0 for screen 0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Virtual 1280 800 Depth 24 EndSubSection EndSection Section "DRI" Mode 0666 EndSection |