ラベル vmware の投稿を表示しています。 すべての投稿を表示
ラベル vmware の投稿を表示しています。 すべての投稿を表示

2009年3月2日月曜日

vmmouseふたたび

またひさひぶりにsidをupdateしまくって,vmware-toolsをいれたら,xorgがまたかわっていて,vmmouseが効かなくなっていた.というか最近のxorgの自動認識ではvmware mouseを自動認識するのは無理なのか..

以前自分ではまったのと同じことをまたやっちまった.

が,今回はちょっとかえて

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" 0 0
InputDevice "VMware Mouse" "CorePointer"
InputDevice "VMware Keyboard" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "VMware Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp"
EndSection
Section "InputDevice"
Identifier "VMware Mouse"
Driver "vmmouse"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "true"
EndSection