LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mouse Problem (https://www.linuxquestions.org/questions/linux-newbie-8/mouse-problem-119051/)

T3((-)5(_)pp0rt 11-22-2003 10:28 PM

Mouse Problem
 
I'm a new to Linux (I just installed Slackware 9.1) and bought a serial to PS/2 converter for my system. When I was configuring the system at install I set my mouse to PS/2. When I start KDE, however the mouse doesn't respond. Any suggestions (even and especially obvious ones)?:newbie:

mcleodnine 11-23-2003 02:42 AM

Need some info....
- output of 'ls -la /dev/mouse'
- the mouse driver info from /etc/X11/XF86Config
(starts as below and ends at "EndSection"
Section "InputDevice"
Driver "mouse"

Tarts 11-23-2003 10:38 AM

As root on the commandline, try:

'# cat /dev/mouse'
'# cat /dev/psaux'
'# cat /dev/ttyS0'
'# cat /dev/ttyS1'

does anyone of those devices show output to the screen when you move your mouse?

Tarts

T3((-)5(_)pp0rt 11-23-2003 11:03 AM

When I enter 'ls -la /dev/mouse' I get:

lrwxrwxrwx 1 root root 5Nov 22 14:06 /dev/mouse ->psaux

Info from /etc/X11/XF86Config:
Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"

# On platforms where PnP mouse detection is supported the following protocol
# setting can be used when using a newer PnP mouse:

# Option "Protocol" "Auto"
# The avalible mouse protocols types that you can set are below are:
# Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
# Logitech Microsoft MMHitab MMSeries Mouseman MouseManPlusPS/2
# MouseSystems NetMousePS/2 NetScroolPS/2 OSMouse PS/2 SysMouse
# ThinkingMouse ThingkingMousePS/2 Xquene
Option "Protocol" "PS/2"

# The mouse device. The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.

Option "Device" "/dev/mouse"
# Option "Device" "/dev/sax"
# Option "Device" "dev/ttyS0"
# Option "Device" "/dev/ttyS1"

# 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 and option for some 3-button Logitech mice

# Option "ChordMiddle

# EndSection

T3((-)5(_)pp0rt 11-23-2003 11:06 AM

By the way I'm using a GE 3-button PS/2 Mouse : HO98801

LinuxBlackBox 11-23-2003 12:37 PM

If you are new to linux, slackware is probably not the best distro to use. It is often harder to configure than the more mainstream distros. If you dont mind the extra time involved in downloading them, I might suggest SuSE or RedHat.

DavidPhillips 11-23-2003 05:47 PM

It's probably the converter if it did not come with that mouse, they don't usually work on everything.

urka58 11-25-2003 04:05 PM

this looks a strange XF86Config file for slack.
You should look at uncommented lines to see what is your configuration.
Could you post again the uncommented lines?

somebodycr 11-27-2003 10:55 PM

Hi!

Try changing this:

Option "Protocol" "PS/2"

with this:

Option "Protocol" "Auto"


Hope it can help!


All times are GMT -5. The time now is 03:10 PM.