OK, I found it out! In Debian stable the XF86Config-4 looks like this: Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection
This is configured automatically. While upgrading Debian to unstable the xorg.conf will be written automatically but not correct. I had to change the mouse-section to the following: Section "InputDevice" Identifier "Configured Mouse" Driver "vmmouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ps/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Then I installed the vmware-tools. Now the Mouse is available. greetz eric On Sunday 20 August 2006 20:06, Erich Steiger wrote: > Does anybody know how to configure xorg from debian unstable under vmware. > I'am not able to start X11 after upgrading from debian stable to unstable > under vmware. > > greetz > eric -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]