http://bugzilla.novell.com/show_bug.cgi?id=494244 User sndirsch@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=494244#c1 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |sndirsch@novell.com Info Provider| |captain.magnus@opensuse.org --- Comment #1 from Stefan Dirsch <sndirsch@novell.com> 2009-04-12 16:53:24 MDT --- xorg.conf inputsection for mouse driver is no longer used by default. Instead evdev/HAL is used. Add Option "AutoAddDevices" "off" to ServerFlags section to change this. But I doubt that it will help. Most likely you'll also need Option "HWHEELRelativeAxisButtons" "6 7" or similar. Maybe adding <match key="@input.originating_device:usb.vendor_id" int="0x04f3"> <match key="@input.originating_device:usb.product_id" int="0x0212"> <merge key="input.x11_options.HWHEELRelativeAxisButtons" type="string">7 6</merge> <merge key="input.x11_options.Buttons" type="string">7</merge> </match> </match> to /usr/share/hal/fdi/policy/20thirdparty/11-mouse.fdi will help. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.