這篇的主題正確來講,應該是在 FC6 設定 VMware tools 的滑鼠。
想在 VMware 中的 FC6 自動切換滑鼠的話…需要另外設定哦…v2
1.
請先以 root 登入
2.
[root@fc6 ~]# vi /etc/X11/xorg.conf
3.
在 Section "ServerLayout" 中加入
InputDevice "Mouse0" "CorePointer"
如下設定:
想在 VMware 中的 FC6 自動切換滑鼠的話…需要另外設定哦…v2
1.
請先以 root 登入
2.
[root@fc6 ~]# vi /etc/X11/xorg.conf
3.
在 Section "ServerLayout" 中加入
InputDevice "Mouse0" "CorePointer"
如下設定:
Section "ServerLayout" Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer" #加入這行
EndSection
4.
加入一段新的 Section 如下:
Section "InputDevice"
Identifier "Mouse0"
Driver "vmmouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mouse0"
EndSection
5.重新啟動 X-Window
沒有留言:
張貼留言