mnemo wrote:
> I unsuccessfully tried this config (this is what you meant right,
> Alex?):
>
> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "evdev"
> Option "Name" "*Mouse"
> Option "CorePointer"
> EndSection
>
> When I tried this config X.org would
I unsuccessfully tried this config (this is what you meant right,
Alex?):
Section "InputDevice"
Identifier "Configured Mouse"
Driver "evdev"
Option "Name" "*Mouse"
Option "CorePointer"
EndSection
When I tried this config X.org would not start (I was left in a text
Too bad the wheel tilt function does not work with that config. You have to use
an actual event device for that.
So, use:
Option "Name" "*Mouse"
Option "CorePointer"
instead of
Option "Device" "/dev/input/mice"
I tried it without the "CorePointer" option, and X11 does start but the
mouse didn'
The mouse entry in /etc/X11/xorg.conf that fixed all my looks problems
looked like this:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "evdev"
Option "Device" "/dev/input/mice"
EndSection
--
mouse sucks in linux
https://bugs.launchpad.n
After talking to some really helpful people at freenode#ubuntu+1 I
figured out what the problem is. They told me about this X.org input
driver called "evdev". When I switched to this input driver the problems
went away.
>From what I know, it sounds to me like Ubuntu should switch to evdev
input by
im using this mouse:
http://www.microsoft.com/hardware/gaming/productdetails.aspx?pid=087
and if I do "glxinfo | grep direct" is prints I'm using direct
rendering.
--
mouse sucks in linux
https://bugs.launchpad.net/bugs/144277
You received this bug notification because you are a member of Ubuntu