Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88599 - xorg -configure can't find my mouse due to out of date location. mouse is not in /dev/mouse
Summary: xorg -configure can't find my mouse due to out of date location. mouse is not...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-10 09:07 UTC by Martins Skele
Modified: 2005-04-11 00:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martins Skele 2005-04-10 09:07:19 UTC
This system was bult just yesterday (4/9/2005) using the latest portage.
xorg -configure is trying to find the mouse at /dev/mouse, but emerge puts it in
/dev/inputs/mice. This is a simple script error. I found the error after looking
at my Ubuntu /etc/X11/xorg.conf!

Reproducible: Always
Steps to Reproduce:
1.update portage to the 4/8/2005 version
2.emerge xorg-X11
3.xorg -configure
4.x -config /root/xorg.conf.new

Actual Results:  
x fails because no mouse is detected. Looking at the file shows that is is
trying to find the mouse at /dev/mouse. there is no such file. Looking at an
Ubuntu setup, I found that the mouse was in /dev/intputs/mice. coming back to
gentoo, I looked and sure enough, that's where the emerge put gentoo's mouse as
well.

Expected Results:  
The -config script should know where the emerge puts the device files. Modifying
the xorg.conf file to correct the path to the mouse fixed the problem. Since it
was all emered at the same time, it should have the right information.

This is a brand new install using a minimal install cd on a multiboot system
with Windows, SUSE 9.2 and Ubuntu Hoary already installed. gentoo is going on
hdb2(/boot), hdb4 (/swap), and hdb6(/).
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2005-04-11 00:51:29 UTC
Please file this at bugs.freedesktop.org, in the xorg product. It's not a function of emerge where your mouse shows up -- it's your device manager: in this case, udev, which doesn't set up a /dev/mouse symlink by default.

It may be a useful suggestion for X -configure to check in a few more locations for the mouse, however, which is why you might want to file the bug.

Please post the URL here. Thanks!