Hi Nyhm,
Yeah, i just finished playing around, and my results are fairly the same:
i stripped down my xorg.conf to the following and everything works
- Code: Select all
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "Auto"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse" "CorePointer"
EndSection
For me the mouse wheel also does not work with protocol ps/2, so as you found: your protocol is wrong.
From /var/log/Xorg.0.log i can see, that here ExplorerPS/2 is used by X11, but as you see, i use Auto.
I normally do not use gnome, but if i try to use it with ps/2 and do not set the InputDevice
to CorePointer but to SendCoreEvents i also get (in my opinion) strange beahviour:
Cannot start terminal, maximize window, when clicking title bar.
Perhaps you can also try the Protocol "Auto" and post the used driver from Xorg.0.log. Thanks.
~