[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sheflug] XFree86 4.0
On Sun, 8 Oct 2000, Craig Andrews wrote:
> Also, XFree86 4. I have most of it working except the mouse. For some
> reason, the mouse NEVER works, regardless of setting. I have tried using
> PS2, IMPS/2 and MouseSystems for the protocol, psaux, mouse and gpmdata
> for the port, and still to no avail. The server starts, and the pointer
> simply sits in the middle of the screen not responding. I didn't use SaX2,
> btw, because in three times of trying, it has locked me out of the
> machine. 'XFree86 -configure' seems to work much better.
emacs. The one true configurating tool.
Here's my mouse config (Intellimouse on PS/2)
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
# The mouse protocol and device. The device is normally set to
/dev/mouse,
# which is usually a symbolic link to the real device.
Option "Protocol" "IMPS/2"
# For FreeBSD(98)-2.X
# Option "Device" "/dev/mse0"
# For NetBSD/pc98 (based on NetBSD 1.1 or later)
# Option "Device" "/dev/lms0"
# For NetBSD/pc98 (based on NetBSD 1.0)
# Option "Device" "/dev/mms0"
# For Linux/98
# Option "Device" "/dev/mouse"
# For Linux/devfs
Option "Device" "/dev/psaux"
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris), use
# the following instead of any of the lines above. The Device line
# is not required in this case.
# Option "Protocol" "Xqueue"
# Baudrate and SampleRate are only for some older Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button 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, or any
# 3-button mouse where the middle button generates left+right button
# events.
# Option "ChordMiddle"
EndSection
If that's any help?
(Make sure the "Device" option is set correctly, and turn off gpm. It's
useless, so that's no big deal)
---------------------------------------------------------------------
Sheffield Linux User's Group - http://www.sheflug.co.uk
To unsubscribe from this list send mail to
- <sheflug-request [at] vuw.ac.nz> - with the word
"unsubscribe" in the body of the message.
GNU the choice of a complete generation.