Hallo,
I have openSUSE 11.3 installed on a VMWare player (3.1.2 with Guest tools installed and running) in my work PC (host is Win XP SP3).
I have 2 problems:
-
After each kernel update, the boot loader is not updating correctly the grub. I do not know why, since I cannot see any error in the logs! So, it’s a mystery. I need your help to find out how to investigate that problem :X
-
The second problem (which is related to 11.3, since up to 11.2 I had no problem at all!) is most times an annoyance and sometimes a pain in the…
The left mouse buttons “stacks” in a “pressed” state when I keep it pressed for more that a moment! So, when I move a window for example, when I physically release the button, the X does not release it! It “thinks” that I keep press it. Sometimes I manage to “release” it with a combination of clicks and keys, but not always.
Since I have major issues with the automatic configuration of display, I kept the old (from 10.3 days!) xorg.xonf file. The section of the mouse is:
Section "InputDevice"
Driver "vmmouse"
#Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "ImPS/2 Generic Wheel Mouse"
# Option "Protocol" "imps/2"
Option "Protocol" "auto"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
As you can see, I have tried various driver and protocol combinations but without success. VMware forums suggest that this is an openSUSE problem.
Anyway, the Xorg.0.log file has the following entries:
93196.670] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event1)
93196.671] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
93196.671] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "vmmouse"
93196.671] (II) LoadModule: "vmmouse"
93196.673] (II) Loading /usr/lib/xorg/modules/input/vmmouse_drv.so
93196.674] (II) Module vmmouse: vendor="X.Org Foundation"
93196.674] compiled for 1.8.0, module version = 12.6.9
93196.674] Module class: X.Org XInput Driver
93196.675] ABI class: X.Org XInput driver, version 9.0
93196.675] (II) VMWARE(0): VMMOUSE module was loaded
93196.676] (II) VMWARE(0): vmmouse is available
93196.676] (**) ImPS/2 Generic Wheel Mouse: always reports core events
93196.677] (**) Option "Device" "/dev/input/event1"
93196.679] (**) ImPS/2 Generic Wheel Mouse: ZAxisMapping: buttons 4 and 5
93196.679] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
93196.682] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
93196.683] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
93196.685] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
93196.685] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
93196.685] (II) VMWARE(0): VMMOUSE DEVICE_INIT
93196.685] (II) VMWARE(0): VMMOUSE DEVICE_ON
93196.686] (II) VMWARE(0): vmmouse enabled
93196.721] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
93196.721] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "vmmouse"
93196.722] (II) VMWARE(0): vmmouse is available
93196.722] (**) ImPS/2 Generic Wheel Mouse: always reports core events
93196.722] (**) Option "Device" "/dev/input/mouse0"
93196.723] (**) ImPS/2 Generic Wheel Mouse: ZAxisMapping: buttons 4 and 5
93196.723] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
93196.723] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
93196.723] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
93196.723] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
93196.723] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
93196.723] (II) VMWARE(0): VMMOUSE DEVICE_INIT
93196.724] (II) VMWARE(0): VMMOUSE DEVICE_ON
93196.724] (II) VMWARE(0): vmmouse enabled
93196.770] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
93196.771] (EE) No input driver/identifier specified (ignoring)
98872.922] (II) VMWARE(0): vmmouse enable absolute mode
98872.981] (II) VMWARE(0): vmmouse enable absolute mode
So, I cannot see any error! Do you have any advice on that?