Results 1 to 2 of 2
I have a computer with serial mouse,I have installed slackware 10 but the mouse doesen't work on Xwindows(KDE),how can I make it work?...
- 02-24-2005 #1Just Joined!
- Join Date
- Feb 2005
- Location
- Romania
- Posts
- 38
serial mouse
I have a computer with serial mouse,I have installed slackware 10 but the mouse doesen't work on Xwindows(KDE),how can I make it work?
- 02-24-2005 #2Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Probably the device shown in your /etc/X11/xorg.conf is not correct for your mouse. In that file, in the "Section InputDevice" for the mouse, if it thinks the mouse is at /dev/ttyS0 or ttyS1, change it to agree with where your mouse is. It might be looking for the mouse through the symbolic link of /dev/mouse. If you do
you will see what real device /dev/mouse points to. If it's different from where your mouse really is, delete the file/dev/mouse and make a new symbolic link. For example, if your mouse is on ttyS0 (same as com1):Code:# ln -l /dev/mouse
After either change, log out of X windows and log back in for the changes to take effect.Code:ln -s /dev/ttyS0 /dev/mouse
/IMHO
//got nothin'
///this use to look better


Reply With Quote
