|
目前是用的X.Org X Server 1.8.2,hal已经去掉,x11-driver很简单:
x11-drivers/xf86-input-evdev
x11-drivers/xf86-input-synaptics
x11-drivers/xf86-video-intel
xorg.conf里的配置也很简单:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "built-ins"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "ReducedBlanking"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
BusID " CI:0:2:0"
EndSection
touchpad工作正常,但是现在想让它默认关闭。使用synclient TouchpadOff=1能够正常关闭,就是不知道TouchpadOff的默认值该设置到哪个文件里。
另外,在gnome-2.30下,图形化的触摸板管理软件装哪个比较好。 |
|