Re: Left/Right Tiltwheel Problem . . .
you should try with
one more time even though you said previously that x won't start, in that case:
so start with simplistic configuration
Option "Device" "/dev/input/event2" is determined by:
cat /proc/bus/input/devices
I: Bus=0003 Vendor=046d Product=c03f Version=0110
N: Name="Logitech USB-PS/2 Optical Mouse"
P: Phys=usb-0000:00:1d.0-2/input0
S: Sysfs=/class/input/input3
U: Uniq=
H: Handlers=mouse1 event2
B: EV=7
B: KEY=f0000 0 0 0 0 0 0 0 0
B: REL=103
you should try with
Code:
Driver "evdev"
Code:
"cp /var/log/Xorg.0.log /somewhere"
Code:
Section "InputDevice" Identifier "Configured Mouse" Option "CorePointer" Driver "evdev" Option "Device" "/dev/input/event2" EndSection
cat /proc/bus/input/devices
I: Bus=0003 Vendor=046d Product=c03f Version=0110
N: Name="Logitech USB-PS/2 Optical Mouse"
P: Phys=usb-0000:00:1d.0-2/input0
S: Sysfs=/class/input/input3
U: Uniq=
H: Handlers=mouse1 event2
B: EV=7
B: KEY=f0000 0 0 0 0 0 0 0 0
B: REL=103
Comment