Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: xorg-server mouse and keyboard woes
Date: Fri, 10 Jul 2009 18:47:55
Message-Id: 4A578CAD.2020907@gmail.com
In Reply to: Re: [gentoo-user] Re: xorg-server mouse and keyboard woes by Alan McKinnon
1 Alan McKinnon wrote:
2 > On Friday 10 July 2009 17:43:44 Kevin O'Gorman wrote:
3 >
4 >> On Fri, Jul 10, 2009 at 4:55 AM, Philip Webb<purslow@××××××××.net> wrote:
5 >>
6 >>> 090709 Kevin O'Gorman wrote:
7 >>>
8 >>>>> On Thu, Jul 9, 2009 at 8:51 PM, Dale<rdalek1967@×××××.com> wrote:
9 >>>>>
10 >>>>>> If all else fails:
11 >>>>>> x11-base/xorg-server -hal
12 >>>>>>
13 >>>>> Is there any other advice?
14 >>>>>
15 >>>> A new HAL made no difference. Sigh.
16 >>>>
17 >>> I ran into this twice, first on my frontline machine, then on the
18 >>> stand-by. The solution was 'USE="-hal" emerge xorg-server', then remerge
19 >>> all drivers. There was a Gentoo help doc re it, which gave this as the
20 >>> simplest option.
21 >>>
22 >>> 'evdev' is a separate matter: you need to include it in your kernel,
23 >>> than you can simplify your drivers.
24 >>>
25 >>> HTH
26 >>>
27 >> Evdev has been included in my kernels throughout this mess. It hasn't
28 >> helped. The Gentoo doc on the upgrade was a bit scetchy about
29 >> configuring HAL; now that I find that disabling HAL in xorg is the
30 >> solution, I suspect that the underlying problem is HAL configuration.
31 >> After all, there's nothing at all special about my mouse or keyboard.
32 >>
33 >> Why should we have to configure HAL manually? Since the stone ages,
34 >> Linux installations have determined what keyboard we have and have set
35 >> things up for us. How different can PS/2 or USB mice be?
36 >>
37 >> SO: if anyone succeeded with xorg and HAL, with a USA keyboard and a
38 >> wheel mouse, would please tell me about their HAL config, I'd sure
39 >> love to see it.
40 >>
41 >
42 > I run latest unstable here with a regular USA layout on a Dell XPS M1530 with
43 > nvidia driver, hal and evdev. The HAL config is empty apart from a policy file
44 > for a touch pad, and it's a dual-screen setup. Here's my xorg.conf:
45 >
46 > # egrep -v '^$|^#' /etc/X11/xorg.conf
47 > Section "ServerLayout"
48 > Identifier "Layout0"
49 > Screen 0 "Screen0" 0 0
50 > EndSection
51 > Section "Files"
52 > EndSection
53 > Section "Module"
54 > Load "dbe"
55 > Load "extmod"
56 > Load "glx"
57 > EndSection
58 > Section "ServerFlags"
59 > Option "Xinerama" "0"
60 > EndSection
61 > Section "Monitor"
62 > # HorizSync source: edid, VertRefresh source: edid
63 > Identifier "Monitor0"
64 > VendorName "Unknown"
65 > ModelName "Samsung SyncMaster"
66 > HorizSync 30.0 - 81.0
67 > VertRefresh 56.0 - 75.0
68 > Option "DPMS"
69 > EndSection
70 > Section "Device"
71 > Identifier "Device0"
72 > Driver "nvidia"
73 > VendorName "NVIDIA Corporation"
74 > BoardName "GeForce 8600M GT"
75 > EndSection
76 > Section "Screen"
77 > Identifier "Screen0"
78 > Device "Device0"
79 > Monitor "Monitor0"
80 > DefaultDepth 24
81 > Option "NoLogo" "True"
82 > Option "TwinView" "1"
83 > Option "TwinViewXineramaInfoOrder" "DFP-0"
84 > Option "metamodes" "CRT: nvidia-auto-select @1440x900 +1920+0,
85 > DFP: nvidia-auto-select +0+0"
86 > SubSection "Display"
87 > Depth 24
88 > EndSubSection
89 > EndSection
90 >
91 > It all JustWorks for me, I assume in my case at least it's working as
92 > designed.
93 >
94 >
95
96 What gets me is this, I even did a fresh install on another hard drive,
97 it don't work there either. hal and friends were included from the very
98 start of the install too. Either I am missing something that is not in
99 the guide or it just don't like my hardware. My mouse is a old P/S2
100 type mouse. It's not even as complicated as a USB thingy.
101
102 Dale
103
104 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Re: xorg-server mouse and keyboard woes Keith Dart <keith@×××××××××.biz>