Could some kind soul post an example of the relevant "Input Device" section of xorg.conf that will see my plain vanilla Logitech mouse start scrolling again? Many thanks!
Announcement
Collapse
No announcement yet.
No scrolling mouse
Collapse
This topic is closed.
X
X
-
Re: No scrolling mouse
Here's what works with a very plain 2-button Microsoft mouse:
Code:Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" RgbPath "/usr/lib/X11/rgb" EndSection Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" EndSection Section "ServerFlags" Option "Xinerama" "0" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection
- Top
- Bottom
-
Re: No scrolling mouse
Code:[quote=dibl ] Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection[/quote]
Originally posted by dibl
I didn't have to do anything special -- just took the defaults when I installed.
Victoria concordia crescit<br />ओ पालन्हारे ... तुम्रे बिन हम्र कौनोन नहीं
- Top
- Bottom
Comment
Comment