[hardy][wish] vmmouse should be default driver on kvm/qemu

Bug #197337 reported by Oleksij Rempel
2
Affects Status Importance Assigned to Milestone
xorg (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

Vmmouse driver make work with ubuntu under kvm/qemu really nice, so i think it will be great if it will be loaded for qemu by default.

At the moment there is one more issue with hardy default xorg.conf. Vmmouse driver do not working properly without "ServerLayout" section. So if you will try to make it work you should do:

Section "ServerLayout"
 Identifier "Default Layout"
 Screen 0 "Screen0" 0 0
 InputDevice "Keyboard0" "CoreKeyboard"
 InputDevice "VMMouse" "CorePointer"
EndSection

Section "InputDevice"
 Identifier "VMMouse"
 Driver "vmmouse"
 Option "Device" "/dev/input/mice"
 Option "Emulate3Buttons" "yes"
EndSection

To reproduce this, just install or run ubuntu-live-cd under kvm/qemu ;)

Related branches

Oleksij Rempel (olerem)
Changed in xorg:
status: New → Confirmed
Timo Aaltonen (tjaalton)
Changed in xorg:
importance: Undecided → Wishlist
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package xorg - 1:7.3+10ubuntu7

---------------
xorg (1:7.3+10ubuntu7) hardy; urgency=low

  * dexconf, failsafeDexconf: Default to using vmmouse, which is able to
    fall back to mouse if the system is not a virtual machine. Detecting
    it otherwise proved to be unreliable. (LP: #197337)

 -- Timo Aaltonen <email address hidden> Thu, 13 Mar 2008 18:16:50 +0200

Changed in xorg:
status: Confirmed → Fix Released
Revision history for this message
Colin Watson (cjwatson) wrote :

I just reported bug 216276, which I have a suspicion may be due to this change ...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.