Fedora This forum is for the discussion of the Fedora Project. |
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.
|
 |
09-21-2006, 11:43 PM
|
#1
|
LQ Newbie
Registered: Sep 2006
Posts: 4
Rep:
|
FC5 X-win mouse error
I just installed FC5 - upgraded from redhat9, which worked fine - and after installation, the x-server did not start. I get the same error message every time I reboot:
"Failed to start the X server (your graphical interface). It seems that the pointer device (your mouse) is not set up correctly. Would you like to view the X server output to diagnose the problem?"
After viewing the output I get the following messages
(EE) xf86OpenSerial: Cannot open device /dev/psaux No such file or directory
(EE) Mouse0: cannot open input device
(EE) PreInit failed for input device "Mouse0" No core pointer
Can anyone help me fix this problem or explain why I am receiving these messages? I am using a toshiba laptop with no attached mouse, simply the touchpad that comes standard on laptops...thanks a bunch in advance
|
|
|
09-22-2006, 05:28 PM
|
#2
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
|
This has worked a few times for me (last night on FC5, in fact):
In /etc/X11/xorg.conf, find the mouse driver name, and if it is /dev/mouse, change it to /dev/input/mice
--- rod.
Last edited by theNbomr; 09-22-2006 at 05:29 PM.
|
|
|
09-22-2006, 10:26 PM
|
#3
|
LQ Newbie
Registered: Sep 2006
Posts: 4
Original Poster
Rep:
|
still not working...
I checked the driver and it was already set to "/dev/input/mice". Any other suggestions, I'm pretty stumped.
In /etc/X11/xorg.conf, find the mouse driver name, and if it is /dev/mouse, change it to /dev/input/mice
|
|
|
09-23-2006, 12:30 PM
|
#4
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
|
Why don't you do two things to let us help you: Post the relevant part(s) of your xorg.conf and xorg.log file, and tell us exactly the nature of your mouse, especially the type of interface (USB vs serial, etc.)
--- rod.
|
|
|
09-23-2006, 04:24 PM
|
#5
|
LQ Newbie
Registered: Sep 2006
Posts: 4
Original Poster
Rep:
|
Ok bear with me becuase I'm a little stupid with this stuff so heres the parts of the xorg.conf file that appear to pretain to my mouse.
--------------------------
Section "InputDevice"
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
--------------------------
That is how it appears. As for the mouse interface, I'm not sure how to find that out, can you advise me where to find that?
Sorry but I'm an idiot with stuff like this. Thanks for your help
Quote:
Originally Posted by theNbomr
Why don't you do two things to let us help you: Post the relevant part(s) of your xorg.conf and xorg.log file, and tell us exactly the nature of your mouse, especially the type of interface (USB vs serial, etc.)
--- rod.
|
|
|
|
09-24-2006, 10:40 AM
|
#6
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
|
It looks like you have two conflicting sections of mouse configuration. Both are named 'DevInputMice'. Change one or both of them to a unique name(s), like 'DevInputMice0' & 'DevInputMice1'. Then you will have to find the place elsewhere in the xorg.conf file where the mouse identifier is used. It should be an 'InputDevice' in the 'ServerLayout' section. Change the name 'DevInputMice' (or whatever it calls the mouse, there) to one of the names you chose, above. Try the X server. If it doesn't work, try the other name.
Does your mouse have a PS/2 connector (green, round), or a USB connector (flat), or something else altogether? What is the make/model?
--- rod.
|
|
|
09-25-2006, 02:57 PM
|
#7
|
LQ Newbie
Registered: Sep 2006
Posts: 4
Original Poster
Rep:
|
I fixed it, thanks for your help. X-win now runs
Quote:
Originally Posted by theNbomr
It looks like you have two conflicting sections of mouse configuration. Both are named 'DevInputMice'. Change one or both of them to a unique name(s), like 'DevInputMice0' & 'DevInputMice1'. Then you will have to find the place elsewhere in the xorg.conf file where the mouse identifier is used. It should be an 'InputDevice' in the 'ServerLayout' section. Change the name 'DevInputMice' (or whatever it calls the mouse, there) to one of the names you chose, above. Try the X server. If it doesn't work, try the other name.
Does your mouse have a PS/2 connector (green, round), or a USB connector (flat), or something else altogether? What is the make/model?
--- rod.
|
|
|
|
09-25-2006, 09:19 PM
|
#8
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
|
Will you tell us what the fix was? A big part of the value of this forum is that solutions to problems get published, archived, and stored in a searchable database. Without the solution, the value of the thread is diminished.
--- rod.
|
|
|
10-06-2006, 10:25 AM
|
#9
|
LQ Newbie
Registered: Aug 2005
Location: Nashua, NH
Distribution: Fedora Core
Posts: 2
Rep:
|
To fix the desktop bug required downloading an ATI mach64 driver
from freedesktop.org. http://dri.freedesktop.org/snapshots/ is where to get the updated mach64 drivers.It comes with an install.sh that recompiles the driver and installs as a kernel module.
Also, the /etc/X11/xorg.conf file seems to have a double entry
for InputDevice for mouse after upgrading from FC4 to FC5. So I
had to comment out the one referring to /dev/psaux and only use
the one referring to /dev/input/mice.
I then executed system-config-display to change the display to
1024x764 for giggles.
I will post my new xorg.conf file soon so that folks who
experience this issue can use it for comparison
|
|
|
All times are GMT -5. The time now is 03:13 PM.
|
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
|
|