Results 1 to 4 of 4
using suse 10.2 .. on AMD Athlon 64-bit 3000+.I donno whats the problem mouse scroll not working..i tried to configure mouse thruogh yast but the problem persists ...
can someone ...
- 09-23-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 19
AMD Athlon 64-bit problem with mouse scroll
using suse 10.2 .. on AMD Athlon 64-bit 3000+.I donno whats the problem mouse scroll not working..i tried to configure mouse thruogh yast but the problem persists ...
can someone figure out the problem??mouse model is logitech ...
- 09-23-2007 #2
Is it 32bit or 64bit Suse??
Did you try generic wheel mouse??
What modal Logitech
- 09-23-2007 #3
Open konsole and run
type your passwordCode:su
Then add to your mouse section (named input devise or pointer) this lineCode:nano /etc/X11/xorg.conf
It should look something like thisOption "ZAxis Mapping" "4 5Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
- 09-23-2007 #4Just Joined!
- Join Date
- Sep 2007
- Posts
- 19
ya the problem solved thank you...


Reply With Quote