2008年5月8日 星期四

VMware下安裝Ubuntu 8.04滑鼠第3鍵啟用方式

-------------------------------------------------------
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
Option "CorePointer"
Option "Device" "/dev/input/mice"
EndSection
-------------------------------------------------------

which
======================================================
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
======================================================
are added into "/etc/X11/xorg.conf" !

沒有留言: