|
藍森林 http://www.lslnet.com 2006年4月6日 20:18
如何使用筆記本觸摸板
FreeBSD6.1的系統
聯想的筆記本,使用的是XFCE4的桌面.
請問如何才能使用起的觸摸板? |
本本三個鼠標全部用得好好^_^
/etc/rc.conf
[quote]usbd_enable="YES"[/quote]
/etc/X11/xorg.conf
[quote]Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "usbmouse" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
# 觸摸板
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psm0"
Option "ZAxisMapping" "4 5"
EndSection
# USB外置光電鼠
Section "InputDevice"
Identifier "usbmouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection
[/quote] |
按照的作了,發現還是不能支持觸摸板 |
[quote]原帖由 [i]linyin[/i] 於 2006-7-18 00:53 發表
按照的作了,發現還是不能支持觸摸板 [/quote]
:( |
如果是觸摸板,你可以嘗試不掛載任何外接鼠標。然後在root下輸入。
sysinstall
然後進入鼠標的配置看看。說不定可以有幫助的。
不過,聯想的本本看起來並不是很好。我同學的聯想本本一啟動就死機了。呵呵。你能運行已經算很不錯了。 |
聯想的沒那麼爛吧,應該是個人配置的問題. |
| |