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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
01-12-2003, 12:56 AM
|
#1
|
LQ Newbie
Registered: Jan 2003
Posts: 10
Rep:
|
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
|
|
|
01-12-2003, 01:41 AM
|
#2
|
Senior Member
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731
Rep:
|
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.
|
|
|
01-12-2003, 08:52 AM
|
#3
|
LQ Newbie
Registered: Jan 2003
Posts: 10
Original Poster
Rep:
|
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
|
|
|
01-12-2003, 08:57 AM
|
#4
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Open a terminal, su to root and do "mcedit /etc/X11/XF86Config"
|
|
|
01-12-2003, 09:02 AM
|
#5
|
LQ Newbie
Registered: Jan 2003
Posts: 10
Original Poster
Rep:
|
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
|
|
|
01-12-2003, 09:10 AM
|
#6
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Try the following.
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
|
|
|
01-12-2003, 09:13 AM
|
#7
|
LQ Newbie
Registered: Jan 2003
Posts: 10
Original Poster
Rep:
|
Still moving but can't see the arrow moving. Same problem as before...
|
|
|
01-12-2003, 09:24 AM
|
#8
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Have you checked for gpm?
|
|
|
01-12-2003, 02:01 PM
|
#9
|
LQ Newbie
Registered: Jan 2003
Posts: 10
Original Poster
Rep:
|
Ok, this is going to sound stupid.... gpm??? i have no clue.
|
|
|
01-12-2003, 02:39 PM
|
#10
|
LQ Newbie
Registered: Jan 2003
Posts: 10
Original Poster
Rep:
|
I just found out that gpm is running
|
|
|
01-12-2003, 03:00 PM
|
#11
|
Senior Member
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731
Rep:
|
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
|
|
|
01-12-2003, 03:29 PM
|
#12
|
LQ Newbie
Registered: Jan 2003
Posts: 10
Original Poster
Rep:
|
Tried it. The pointer is still stuck in the upper left corner. I'm beginning to wonder if its my video card.
|
|
|
01-12-2003, 07:03 PM
|
#13
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
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.
|
|
|
01-12-2003, 08:25 PM
|
#14
|
LQ Newbie
Registered: Jan 2003
Posts: 10
Original Poster
Rep:
|
gpm is really stopped. When I type the kill command again it gives an error saying it can't kill.
|
|
|
01-12-2003, 08:40 PM
|
#15
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 04:42 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|