LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-12-2003, 12:56 AM   #1
sxflgsdeja
LQ Newbie
 
Registered: Jan 2003
Posts: 10

Rep: Reputation: 0
Logitech Wheel Mouse


I just installed Slackware 8.1 and have a logictech optical wheel mouse. I tried to load it using the standard PS/2 settings for X and the mouse pointer will show in the top left corner but it won't move around anywhere. How can I get this configured to work correctly?? I've tired to get into the config file and take a look at the pointer but I don't know how to get in there and take a look. Any help is greatly appreciated. Thanks
 
Old 01-12-2003, 01:41 AM   #2
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
First make sure you don't have gpm running as it's been known to slap the mouse around in X servers.

Second - have a look at your XF86Config file in the Input devices section and post what it says about your mouse.
 
Old 01-12-2003, 08:52 AM   #3
sxflgsdeja
LQ Newbie
 
Registered: Jan 2003
Posts: 10

Original Poster
Rep: Reputation: 0
Thats what I don't know how to do. I've been trying to do that since last night. I have tried to use Edit but that doesn't work. How do I look at the file?? Thanks
 
Old 01-12-2003, 08:57 AM   #4
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Open a terminal, su to root and do "mcedit /etc/X11/XF86Config"
 
Old 01-12-2003, 09:02 AM   #5
sxflgsdeja
LQ Newbie
 
Registered: Jan 2003
Posts: 10

Original Poster
Rep: Reputation: 0
Settings are as followed...

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"

When in X I can actually move around the pointer but the arrow doesn't move out of the top left corner of the screen but I can point and click using what changes as a normal mouse over would do.

I'm thinking one thing may be the graphics card but I haven't been able to get SuperProbe to work to get my settings exact. Whenever I try to it gives me an error saying the file doesn't exist. Either of these sound like good reasons for it not to be working?? Thanks
 
Old 01-12-2003, 09:10 AM   #6
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Try the following.
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
 
Old 01-12-2003, 09:13 AM   #7
sxflgsdeja
LQ Newbie
 
Registered: Jan 2003
Posts: 10

Original Poster
Rep: Reputation: 0
Still moving but can't see the arrow moving. Same problem as before...
 
Old 01-12-2003, 09:24 AM   #8
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Have you checked for gpm?
 
Old 01-12-2003, 02:01 PM   #9
sxflgsdeja
LQ Newbie
 
Registered: Jan 2003
Posts: 10

Original Poster
Rep: Reputation: 0
Ok, this is going to sound stupid.... gpm??? i have no clue.
 
Old 01-12-2003, 02:39 PM   #10
sxflgsdeja
LQ Newbie
 
Registered: Jan 2003
Posts: 10

Original Poster
Rep: Reputation: 0
I just found out that gpm is running
 
Old 01-12-2003, 03:00 PM   #11
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
kill it. You can use the shotgun approach - 'killall gpm'; or do a 'ps -e' and see what process id gpm is and kill it that way 'kill NN'' (NN is the process id or PID in more commmon terms)

Then you need to stop it from running when you boot up. In slack you can comment out the gpm loader in /etc/rc.d/rc.M
 
Old 01-12-2003, 03:29 PM   #12
sxflgsdeja
LQ Newbie
 
Registered: Jan 2003
Posts: 10

Original Poster
Rep: Reputation: 0
Tried it. The pointer is still stuck in the upper left corner. I'm beginning to wonder if its my video card.
 
Old 01-12-2003, 07:03 PM   #13
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Double check that gpm really has stopped. Your video card might have an option to use a software cursor but will not be causing this problem, if it was your video card your cursor would be a square instead of a pointer.
 
Old 01-12-2003, 08:25 PM   #14
sxflgsdeja
LQ Newbie
 
Registered: Jan 2003
Posts: 10

Original Poster
Rep: Reputation: 0
gpm is really stopped. When I type the kill command again it gives an error saying it can't kill.
 
Old 01-12-2003, 08:40 PM   #15
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Is your mouse connected to the ps/2 port with an adaptor of any kind?
The command "ps -aux" will show the running apps/services and give you their pid.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Xorg and logitech wheel mouse Ops Slackware 3 06-30-2004 08:58 AM
Logitech First wheel mouse problem benet Linux - Hardware 9 11-04-2003 11:27 AM
Logitech Wheel Mouse stikboy Linux - General 2 03-20-2003 01:06 PM
Logitech Wheel Mouse KeithKessler Linux - Newbie 19 03-10-2003 08:35 PM
Logitech Wheel Mouse driver bdu Linux - General 8 03-19-2002 01:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration