Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-24-2004, 02:14 PM
|
#1
|
|
LQ Newbie
Registered: Mar 2004
Location: Sunnyvale, California 94086
Distribution: debian
Posts: 6
Rep:
|
mouse cursor doesn't move in X/Debian
Hi all,
The mouse was working fine in X. Then press Ctrl+Alt+F1 to get the text
console and do something there. When done, Ctrl+Alt+F7 gives me the X
root window back. But, in there, the mouse cursor doesn't respond to
the movement of the mouse anymore. It moves maybe one pixel length
at first after coming back from text console, but that's it. It sticks there
and absolutely no movement at all afterwards.
The keyboard is fine by the way.
How can I get the mouse back?
TIA
|
|
|
|
03-24-2004, 04:23 PM
|
#2
|
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,479
Rep: 
|
Do you have gpm running in the console? The two drivers may make conflicts. Try to turn gpm off.
|
|
|
|
03-24-2004, 06:35 PM
|
#3
|
|
LQ Newbie
Registered: Mar 2004
Location: Sunnyvale, California 94086
Distribution: debian
Posts: 6
Original Poster
Rep:
|
Thanks for replying.
No, gpm is not running.
I have never installed it myself.
"ps -aef | grep gpm" hits nothing.
It was worse before. The mouse didn't move at all right from the start.
Booting up, xdm comes up, the mouse cursor appears, right there
it didn't move. I could log in and had the full X window, but the mouse
didn't move in X neither. ;-<
Now, I recompiled the kernel for a totally different purpose
(to get smbfs compiled in). With this newly compiled kernel, somehow
(do you say automagically? I'm a newbie here, bare with me please)
the mouse started working. I was delighted, and disappointed when
I did the Ctrl-Alt-Fx thing and saw it stuck again.
Before and after this recompile, I didn't touch anything in XF86Config-4.
The kernel core is the same. I just added smbfs. It is 2.2.20 I believe.
|
|
|
|
03-25-2004, 04:39 PM
|
#4
|
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,479
Rep: 
|
Please tell us what do you have in 'Secion "Pointer"' of your /etc/X11/XF86Config-4
|
|
|
|
03-26-2004, 12:25 PM
|
#5
|
|
LQ Newbie
Registered: Mar 2004
Location: Sunnyvale, California 94086
Distribution: debian
Posts: 6
Original Poster
Rep:
|
Thanks for replying.
You mean the "InputDevice" section?
<pre>
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
EndSection
</pre>
Remember, it works when it works.
Even before the recompile, it wasn't all the time. Very rarely,
maybe 1 out of 10, I was able to move the mouse cursor.
Is it a configuration issue, or could it be something else?
|
|
|
|
03-26-2004, 04:30 PM
|
#6
|
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,479
Rep: 
|
The generic driver should work with nearly everything. Do you have a special mouse? Is it possible it needs another driver (Microsoft ones do, for instance)?
|
|
|
|
03-26-2004, 04:34 PM
|
#7
|
|
LQ Newbie
Registered: Mar 2004
Location: Sunnyvale, California 94086
Distribution: debian
Posts: 6
Original Poster
Rep:
|
It is a Logitech PS2 two-button mouse.
No middle or wheel or scroll button. A simple, typical, old one. 
|
|
|
|
03-26-2004, 05:12 PM
|
#8
|
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,479
Rep: 
|
Quote:
Originally posted by LovelyJunna
Thanks for replying.
You mean the "InputDevice" section?
|
Yes, that's the right one.
Code:
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2" #<--
Option "Emulate3Buttons" "off"
# Option "ZAxisMapping" "4 5"
EndSection
# comments out a line. You don't need the one I marked this way - it's for wheel.
In the line I marked with <-- you can try "Logitech" or "Auto". It may help.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:13 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
|
|