LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Crazy mouse in Slackware 8 (https://www.linuxquestions.org/questions/linux-general-1/crazy-mouse-in-slackware-8-a-7946/)

bobthebat 10-25-2001 05:54 PM

Crazy mouse in Slackware 8
 
Hi,
I got Slackware 8 installed just fine. Having some trouble
with the X configuration though. When X starts, the NVIDIA
driver logo comes up (like it did in redhat), then while the
background is that black and white fuzzy stuff that you
always see before your WM starts loading, the cursor moves from
the center right up over to the upper right hand corner, which
it stays in through the GNOME loading and I can't get it out
of the corner. The mouse is just a standard PS/2 and does
the same thing in gpm.
XFree 4.1
Kernel 2.4.13
NVIDIA Drivers, latest version
NVIDIA GeForce 2 MX

Can anyone help me out? Thanks,
Ben Weintraub, Portland OR

webtoe 10-26-2001 06:53 AM

yes, i used to have the same problem.

is your mouse a microsoft intellimouse thingy?

anyway, open up your XF86Config file, it should be in /etc/X11/ .

go down to the section that refers to the mouse
(Core Pointer's InputDevice section)

and then change the line with the protocol on it so it reads

Code:

Option "Protocol"    "IMPS/2"
then the line below this make sure that it points to /dev/psaux

this is how mine is set and it all works just peachy :-)

Alex

SlCKB0Y 10-27-2001 07:43 AM

Dont you want your mouse wheel to work on your ps/2 mouse?



Quote:

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"

EndSection

webtoe 10-27-2001 11:09 AM

thanks
 
ive been looking for how to do that ( i read it somewhere ages ago and then promptly forgot)

Alex

bobthebat 10-27-2001 03:15 PM

Thanks a bunch. I got it working now, and with mouse wheel support (woohoo!)


All times are GMT -5. The time now is 06:24 AM.