Thread: Moused
View Single Post
  #3   (View Single Post)  
Old 1st May 2008
18Googol2's Avatar
18Googol2 18Googol2 is offline
Real Name: whoami
Spam Deminer
 
Join Date: Apr 2008
Location: pwd
Posts: 283
Default

- Have you tried the following utility?

Code:
#xorgconfig
- You might wanna try the sysmouse device in the xorg.conf file:

Code:
Section "InputDevice"

    Identifier  "Mouse1"
    Driver  "mouse"
    Option "Protocol"    "auto" # PS/2 Mouse
    Option "Device"      "/dev/sysmouse"

    Option "ZAxisMapping"   "4 5 6 7"

EndSection
- If it still doesnt work, post the relevant mouse config section in the xorg.conf file
Reply With Quote