This is a discussion on Mouse problem within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I've just installed slack 9 The serial mouse works in the command mode I use midnight commander, it works. ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Ron wrote: > I've just installed slack 9 > The serial mouse works in the command mode > I use midnight commander, it works. > It doesn't work in X your post is very uninformative. how exactly does it not work? what have you done to configure X and your mouse? what kind of mouse do you have? as an educated guess, you most likely chose the wrong mouse driver. try figuring out (through google for example) which driver you need and make the necessary modifications in /etc/X11/XF86Config. -- Joost Kremers joostkremers@yahoo.com Slackware doesn't have any quirks. Other distros have quirks. Slackware's just pure Linux. |
| ||||
| On Thu, 18 Dec 2003, Ron wrote: > I've just installed slack 9 > The serial mouse works in the command mode > I use midnight commander, it works. > It doesn't work in X What lines do you have in /etc/X11/XF86Config for your mouse? You should have something like: Option "Protocol" "Auto" Option "Device" "/dev/mouse" in the mouse section. Try to configure X with "xf86cfg -textmode", if you like to configure X with a menu interface. With kind regards, Daniel de Kok |