Gentoo Archives: gentoo-user

From: "John P. Burkett" <burkett@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xorg-server-1.5.3 no mouse [solved]
Date: Sun, 12 Apr 2009 15:43:19
Message-Id: 49E20C09.2070900@uri.edu
In Reply to: [gentoo-user] xorg-server-1.5.3 no mouse [solved] by Philip Webb
1 Philip Webb wrote:
2 > For the record, in case anyone else runs into this,
3 > following the Gentoo Upgrade Guild, I chose course (2) to deal with HAL,
4 > ie I compiled 'USE="-hal" emerge xorg-server'.
5 >
6 > I encountered 3 problems.
7 > (1) xf86-video-intel-2.6.3-r1 failed to compile
8 > with a message implying lack of a file 'xf86dri.h' :
9 > since I'm using an Nvidia card, not the Intel chip on the mobo,
10 > that seems not to be relevant for my needs.
11 > (2) after rebooting & entering 'startx', I got a 'no screen' error,
12 > which was solved by commenting out the line incl "RgbPath" in xorg.conf .
13 > (3) when X finally started, my mouse didn't work: oh no ! --
14 > first, I followed the 3rd course from the Upgrade Guide
15 > & add 'Option "AutoAddDevices" "false"' to xorg.conf
16 > (it shouldn't be needed if you follow course (2) above);
17 > that didn't change anything, so I looked at my handwritten list
18 > of the pkgs I had installed, which I had numbered as usual,
19 > & noticed that 'xf86-input-mouse' was compiled before 'xorg-server':
20 > had the former failed to notice '-hal' used with the latter ? --
21 > so I recompiled the mouse module & now everything is working as it should.
22 >
23 > Yet again, I was helped by NOT doing a blanket 'emerge world',
24 > but compiling (groups of) pkgs individually & making a note of what I did.
25 > Also, I could see what was going wrong & fix it much more easily,
26 > as I don't boot straight into X , but to a raw console first.
27 > Finally, it helps (if you use KDE) to enable keypad cursor movements,
28 > tho' I didn't find out how to emulate a mouse click that way.
29 >
30 > HTH & comments welcome.
31 >
32 Thank you, Philip. Your suggestions worked perfectly for me on an amd64
33 machine.
34
35 John
36
37 --
38 John P. Burkett
39 Department of Economics
40 University of Rhode Island
41 Kingston, RI 02881-0808
42 USA
43
44 phone (401) 874-9195

Replies

Subject Author
Re: [gentoo-user] xorg-server-1.5.3 no mouse [solved] "Michael P. Soulier" <msoulier@×××××××××××××.ca>