View Single Post
Old 10-15-2006, 11:23 AM   #8 (permalink)
macdude425
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default

Break yourself into a command line (Ctrl-Alt-F1) and cd to /etc/X11 then run
less xorg.conf

You're looking for a section like this:
Code:
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "ZAxisMapping" "4 5"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
EndSection
Check what your mouse is assigned to (in this example, /dev/input/mice) and report back.
__________________



Debian Support Forums!
macdude425 is offline