Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xorg-server
Date: Wed, 29 Dec 2010 13:03:09
Message-Id: 201012291301.35032.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] xorg-server by Konstantinos Agouros
1 On Wednesday 29 December 2010 09:26:57 Konstantinos Agouros wrote:
2 > In <20101227175826.1bbafaef@××××××.local> dwnoon@××××××××.com (David W Noon)
3 writes:
4 > >--Sig_/Hxy_r1egAtvobeT/s7/L0.O
5 > >Content-Type: text/plain; charset=US-ASCII
6 > >Content-Transfer-Encoding: quoted-printable
7 > >
8 > >On Mon, 27 Dec 2010 12:20:02 +0100, John wrote about [gentoo-user]
9 > >
10 > >xorg-server:
11 > >>I have just upgraded to xorg-server 1.9.2
12 > >>but unfortunately my keyboard is not recognising gb layout
13 > >
14 > >You have at least 2 courses of action:
15 > >
16 > >1) Add a udev rule in /etc/udev/rules.d/10-local.rules
17 > >
18 > ># A rule to define our keyboard layout.
19 > >KERNEL=3D=3D"event*", ENV{ID_INPUT_KEYBOARD}=3D=3D"?*",
20 > >ENV{xkblayout}=3D"g= b",
21 > >ENV{xkbmodel}=3D"pc105"
22 > >
23 > >2) Add a configuration file /etc/X11/xorg.conf.d/10-evdev.conf
24 > >
25 > ># Configuration for evdev-controlled input devices.
26 > >Section "InputClass"
27 > >
28 > > Identifier "keyboard"
29 > > Driver "evdev"
30 > > Option "XkbLayout" "gb"
31 > > Option "XkbModel" "pc105"
32 > > Option "XkbOptions" "terminate:ctrl_alt_bksp"
33 >
34 > You got this working with xorg-server 1.9? This is the one piece that's
35 > not working for me.
36
37
38 Other than setting up udev rules I have tried everything that I could think
39 of. Based on the experiments I ran on two laptops I have come to the
40 following conclusions (or should this be "confusions"? ha, ha):
41
42 Option "AllowEmptyInput" "off"
43
44 is necessary under Section "ServerLayout" to allow legacy kbd and mouse
45 drivers to load.
46
47 Setting up a /etc/X11/xorg.conf.d/10-evdev.conf and then moving to 55-
48 evdev.conf so that the 50-synaptics.conf is read first does not work.
49 Somehow evdev permeates everything, creates multiple devices and hijacks the
50 touchpad, keyboard, etc.
51
52 Commenting out the /etc/X11/xorg.conf.d/10-evdev.conf lines for keyboard and
53 touchpad also does not do the trick, because there is still the
54 /usr/share/X11/xorg.conf.d/10-evdev.conf which seems to be parsed regardless
55 of a /etc/X11/xorg.conf.d/10-evdev.conf file being available.
56
57 So, I removed /etc/X11/xorg.conf.d/10-evdev.conf, commented out the keyboard
58 and touchpad entries in /usr/share/X11/xorg.conf.d/10-evdev.conf and can now
59 use my touchpad with horizontal/vertical scroll functions, acceleration, etc.
60 based on settings I added in /usr/share/X11/xorg.conf.d/50- as well as a
61 multi-language keyboard.
62
63 Personally, I can't see why all these additional config files and locations
64 are required, rather than a single /etc/X11/xorg.conf. I have found all these
65 back and forth changes to fdi's, xorg.conf.d and what have you, unnecessary
66 and annoyingly time wasting.
67
68 Of course I might have missed something simple in all this kerfuffle, so
69 please chime in if there is a better way around this.
70 --
71 Regards,
72 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] xorg-server Dale <rdalek1967@×××××.com>
Re: [gentoo-user] xorg-server Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] xorg-server Mike Edenfield <kutulu@××××××.org>