Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fglrx / xorg mouse going nuts.(RESOLVED)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
jammin
Guru
Guru


Joined: 21 Jun 2004
Posts: 340

PostPosted: Sat Jul 17, 2004 1:53 pm    Post subject: fglrx / xorg mouse going nuts.(RESOLVED) Reply with quote

Hi.

Ive just followed wedges ATI faq.

All seems well, but once i am in gnome, my mouse goes nuts. I can move it and it appears to be clicking randomly at its own free will.

This is my origianl xorg.conf, where the mosue works sweet:
Code:

Section "InputDevice"
                                                                                                                                                             
# Identifier and driver
                                                                                                                                                             
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/mouse"
                                                                                                                                                             
# Mouse-speed setting for PS/2 mouse.
                                                                                                                                                             
#    Option "Resolution"        "256"
                                                                                                                                                             
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
                                                                                                                                                             
#    Option "Protocol"  "Xqueue"
                                                                                                                                                             
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
                                                                                                                                                             
#    Option "BaudRate"  "9600"
#    Option "SampleRate"        "150"
                                                                                                                                                             
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
                                                                                                                                                             
    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
                                                                                                                                                             
# ChordMiddle is an option for some 3-button Logitech mice
                                                                                                                                                             
#    Option "ChordMiddle"
                                                                                                                                                             
EndSection


And this is the one that fglrxconfig produces:
Code:

# Core Pointer's InputDevice section
# **********************************************************************
                                                                                                                                                             
Section "InputDevice"
                                                                                                                                                             
# Identifier and driver
                                                                                                                                                             
    Identifier  "Mouse1"
    Driver "mouse"
    Option "Protocol"   "Microsoft"
    Option "Device"     "/dev/mouse"
                                                                                                                                                             
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
                                                                                                                                                             
#    Option "Protocol"   "Xqueue"
                                                                                                                                                             
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
                                                                                                                                                             
#    Option "BaudRate"   "9600"
#    Option "SampleRate" "150"
                                                                                                                                                             
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
                                                                                                                                                             
    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
                                                                                                                                                             
# ChordMiddle is an option for some 3-button Logitech mice
                                                                                                                                                             
#    Option "ChordMiddle"
                                                                                                                                                             
EndSection


Should I change
Thanks
Code:

Option "Protocol"   "Microsoft"


To:
Code:

Option "Protocol"    "PS/2"



????

Ive done a bit of searching, and other mosue problems appear to be with nvidia cards, or without 3D support.

Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum