Results 1 to 2 of 2
Hi Friends,
mouse is not working in slackware 10.2
i already searched forums and edited xorg.conf many times.
Code:
Identifier "Mouse1"
Driver "mouse"
Option "Button" "5"
Option "Device" "/dev/psaux"
Option ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-09-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 45
USB/PS2 compatible optical mouse not working.
Hi Friends,
mouse is not working in slackware 10.2
i already searched forums and edited xorg.conf many times.
i already tried Device -- /dev/input/mice, /dev/mouse etc.Code:Identifier "Mouse1" Driver "mouse" Option "Button" "5" Option "Device" "/dev/psaux" Option "Name" "Microsoft BOM" Option "Protocol" "ExplorerPS/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5
protocol -- i dont even remember how many i tried till now.
please help me. i have Microsoft Optical Mouse, it has two buttons and a roller. does anyone has working MOS mouse in slack?
thanx
sandra
- 10-09-2006 #2
Try the following
or if you use the 2.6 kernels doCode:Identifier "Mouse1" Driver "mouse" Option "Button" "5" Option "Device" "/dev/mouse" Option "Name" "Microsoft BOM" Option "Protocol" "IMPS/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5"
Seems like your code is missing a closing quotation mark in the ZAxisMapping section.Code:Identifier "Mouse1" Driver "mouse" Option "Button" "5" Option "Device" "/dev/input/mice" Option "Name" "Microsoft BOM" Option "Protocol" "IMPS/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5"


Reply With Quote
