Find the answer to your Linux question:
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 ...
  1. #1
    Just 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 ...

  2. #2
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Is it 32bit or 64bit Suse??

    Did you try generic wheel mouse??

    What modal Logitech

  3. #3
    Linux Engineer valemon's Avatar
    Join Date
    Oct 2006
    Location
    Volos
    Posts
    934
    Open konsole and run
    Code:
    su
    type your password
    Code:
    nano /etc/X11/xorg.conf
    Then add to your mouse section (named input devise or pointer) this line
    Option "ZAxis Mapping" "4 5
    It should look something like this
    Section "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
    Linux is like a Teepee, No Windows, No Gates, Only Apache Inside!
    Arch Linux
    Linux user #442041

  4. #4
    Just Joined!
    Join Date
    Sep 2007
    Posts
    19
    ya the problem solved thank you...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...