Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with mouse under X

Status
Not open for further replies.

johpje

Programmer
Joined
Jan 3, 2002
Messages
87
Location
BE
Hi all,

I'm using Debian 2.2 R4
My mouse works flawless in console but in X (wmaker in my case) it doesn't work as it should.
If i open X and move my mouse, it jumps everywhere on the screen and starts opening menus at random.
If i restart gpm it works as it should until i click anywhere but the desktop or menu. (like open a terminal, program, or settings window etc) then it's back to previously described state.

Any ideas on what could cause the problem and what i can do about it?

Thanx in advance
Johan
 
Hi,

You have probably got the wrong mouse type (protocol) in your X config. I don't know if debian has any nice tools to set it up but, regardless, you can always edit your /etc/X11/XF86Config file :

Section "Pointer"
Protocol "Microsoft"
Device "/dev/mouse"
EndSection

(or whatever ) . The device could be different depending (e.g. /dev/gpmdata or /dev/psaux) - leave that as is.

See --> .

Hope this helps
 
ifincham,
I used PS/2 which was wrong apparantly :P
now it works great! thanx

johan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top