lots of mouse problems (scroll wheel, buttons) with vnc
Posted: 14. Nov 2010, 18:36
Win7 host, Ubuntu Karmic guest.
I seem to have a lot of problems when using x11vnc and the X Windows display that is apparently created via Xorg and the virtualbox addons in the Ubuntu guest.
Mainly, the problem is the mouse buttons and mouse scroll wheel (or, my case, touchpad "wheel" and buttons). Some of these problems have been worked around (see http://ubuntuforums.org/showthread.php?p=10113145 for example), but, just now, I discovered that the right mouse button crashes x11vnc.
I'm thinking that, rather than attempting to work around all the problems, it may be better if I can fix the X Windows server that's created in the first place so it can accommodate x11vnc better.
So, here are my problems so far:
It looks like the problem may be:
Is there a way I could coax Xorg so that, when it starts up and generates its xorg.conf configuration, it includes the missing buttons (I assume just buttons 3 (right) and 4 and 5 (scroll wheel))?
I seem to have a lot of problems when using x11vnc and the X Windows display that is apparently created via Xorg and the virtualbox addons in the Ubuntu guest.
Mainly, the problem is the mouse buttons and mouse scroll wheel (or, my case, touchpad "wheel" and buttons). Some of these problems have been worked around (see http://ubuntuforums.org/showthread.php?p=10113145 for example), but, just now, I discovered that the right mouse button crashes x11vnc.
I'm thinking that, rather than attempting to work around all the problems, it may be better if I can fix the X Windows server that's created in the first place so it can accommodate x11vnc better.
So, here are my problems so far:
- scroll wheel is inaccessible (BadInput in Xlib client)
- right mouse button inaccessible (also BadInput)
It looks like the problem may be:
Code: Select all
"VirtualBox Guest Service" id=8 [XExtensionPointer]
Type is MOUSE
Num_buttons is 2
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is 0
Max_value is 65536
Resolution is 10000
Axis 1 :
Min_value is 0
Max_value is 65536
Resolution is 10000