You are not logged in.

#1 2007-05-20 12:24:33

compwiz18
Member
Registered: 2007-05-20
Posts: 3

Mouse Wheel

I've got a Microsoft Mouse with a tilt wheel that I just can't get to work.  I've tried about 3000 different xorg.conf configurations, but all of them result in no tilt wheel, even in xev.  I really have no idea what information to give, so I'll just post some random semi-related stuff:

also, I've never gotten the thing to work in Ubuntu either.

(just for the record, I'm new to arch, but I've used Ubuntu for about a year and a half or so)

%cat /proc/cat /proc/bus/input/devices
cat: /proc/cat: No such file or directory
I: Bus=0017 Vendor=0001 Product=0001 Version=0100
N: Name="Macintosh mouse button emulation"
P: Phys=
S: Sysfs=/class/input/input0
H: Handlers=mouse0 event0 ts0 
B: EV=7
B: KEY=70000 0 0 0 0
B: REL=3

I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input1
H: Handlers=kbd event1 
B: EV=120013
B: KEY=402000000 3802078f840d001 feffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7

I: Bus=0003 Vendor=045e Product=00e1 Version=0111
N: Name="Microsoft Microsoft Wireless Optical Mouse 1.00"
P: Phys=usb-0000:00:13.0-2/input0
S: Sysfs=/class/input/input2
H: Handlers=mouse1 event2 ts1 
B: EV=7
B: KEY=1f0000 0 0 0 0
B: REL=1c3

I: Bus=0003 Vendor=046d Product=c505 Version=0110
N: Name="Logitech USB Receiver"
P: Phys=usb-0000:00:13.2-2.4/input0
S: Sysfs=/class/input/input3
H: Handlers=kbd event3 
B: EV=120003
B: KEY=1000000000007 ff800000000007ff febeffdfffefffff fffffffffffffffe
B: LED=ff1f

I: Bus=0003 Vendor=046d Product=c505 Version=0110
N: Name="Logitech USB Receiver"
P: Phys=usb-0000:00:13.2-2.4/input1
S: Sysfs=/class/input/input4
H: Handlers=kbd mouse2 event4 ts2 
B: EV=20007
B: KEY=ffffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffff 0 1878d800d100 1e000000000000 0
B: REL=103
B: LED=ff00

I: Bus=0019 Vendor=0000 Product=0002 Version=0000
N: Name="Power Button (FF)"
P: Phys=button_power/button/input0
S: Sysfs=/class/input/input5
H: Handlers=kbd event5 
B: EV=3
B: KEY=10000000000000 0

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button (CM)"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/class/input/input6
H: Handlers=kbd event6 
B: EV=3
B: KEY=10000000000000 0

I: Bus=0019 Vendor=0000 Product=0003 Version=0000
N: Name="Sleep Button (CM)"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/class/input/input7
H: Handlers=kbd event7 
B: EV=3
B: KEY=4000 0 0

I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/class/input/input8
H: Handlers=event8 
B: EV=21
B: SW=1

I: Bus=0011 Vendor=0002 Product=0007 Version=0000
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input9
H: Handlers=mouse3 event9 ts3 
B: EV=b
B: KEY=6420 70000 0 0 0 0
B: ABS=11000003

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/class/input/input10
H: Handlers=kbd event10 
B: EV=40001
B: SND=6

note that only the "Microsoft Intellimouse" section is activated, mouse1, mouse0, and scrollwheel sections are not - they don't do anything useful.

%cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice "Microsoft Intellimouse" "Core Pointer"
        #InputDevice "Mouse1"
        #InputDevice    "Mouse0"
        #InputDevice    "scrollwheel"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice "Touchpad" "AlwaysCore"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dbe"
        Load  "xtrap"
        Load  "dri"
        Load  "record"
        Load  "type1"
        Load  "freetype"
        Load "synaptics"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier "Microsoft Intellimouse"
        Driver "evdev"
        Option "Device" "/dev/input/event2"
        Option "Buttons" "7"
        Option "ZAxisMapping" "6 7 5 4"
        Option "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
        Identifier "Mouse1"
        Driver "evdev"
        Option "Buttons" "9"
        Option "ZAxisMapping" "6 7 5 4"
        Option "Device" "/dev/input/event2"
        Option "Dev Name" "Microsoft Microsoft Wireless Optical Mouse 1.00"
        Option "Dev Phys" "usb-0000:00:13.0-2/input0"
        Option "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        #Option     "Protocol" "ExplorerPS/2"
        Option      "Name" "Microsoft Microsoft Wireless Optical Mouse 1.00"
        #Option "Device" "/dev/input/event2"
        Option      "Buttons" "9"
        Option      "ZAxisMapping" "4 5"
        Option      "ButtonMapping" "1 2 3 6 7 8 9"
        Option      "Resolution" "1000" 
        Option      "CorePointer"
EndSection

Section "InputDevice"
        Identifier     "scrollwheel"
        Driver         "evdev"
        Option      "Protocol" "ExplorerPS/2"
        Option         "CorePointer"
        Option "Device" "/dev/input/event2"
        #Option "AbsoluteScreen" "0"
        Option      "Buttons" "9"
        Option      "ZAxisMapping" "4 5"
        Option      "ButtonMapping" "1 2 3 6 7 8 9"
        Option      "Resolution" "1000" 
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "DefaultRefresh"            # [<bool>]
        #Option     "ModeSetClearScreen"        # [<bool>]
        Identifier  "Card0"
        Driver      "vesa"
        VendorName  "ATI Technologies Inc"
        BoardName   "ATI Radeon XPRESS 200M 5955 (PCIE)"
        BusID       "PCI:1:5:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Depth     1
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x768" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "InputDevice"
        Identifier  "Touchpad"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mouse0"
        Option      "Protocol" "auto-dev"
        Option      "LeftEdge" "1700"
        Option      "RightEdge" "5300"
        Option      "TopEdge" "1700"
        Option      "BottomEdge" "4200"
        Option      "FingerLow" "25"
        Option      "FingerHigh" "30"
        Option      "MaxTapTime" "180"
        Option      "MaxTapMove" "220"
        Option      "VertScrollDelta" "100"
        Option      "MinSpeed" "0.06"
        Option      "MaxSpeed" "0.12"
        Option      "AccelFactor" "0.0020"
        Option      "SHMConfig" "on"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Mode    0666
EndSection

If anyone has any suggestions, thanks in advance big_smile

Last edited by compwiz18 (2007-05-20 12:27:06)

Offline

Board footer

Powered by FluxBB