Gentoo Archives: gentoo-user

From: Konstantinos Agouros <elwood@×××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xorg-server
Date: Wed, 29 Dec 2010 09:28:56
Message-Id: 1293614817.424549@rumba
In Reply to: Re: [gentoo-user] xorg-server by David W Noon
1 In <20101227175826.1bbafaef@××××××.local> dwnoon@××××××××.com (David W Noon) writes:
2
3 >--Sig_/Hxy_r1egAtvobeT/s7/L0.O
4 >Content-Type: text/plain; charset=US-ASCII
5 >Content-Transfer-Encoding: quoted-printable
6
7 >On Mon, 27 Dec 2010 12:20:02 +0100, John wrote about [gentoo-user]
8 >xorg-server:
9
10 >>I have just upgraded to xorg-server 1.9.2
11 >>but unfortunately my keyboard is not recognising gb layout
12
13 >You have at least 2 courses of action:
14
15 >1) Add a udev rule in /etc/udev/rules.d/10-local.rules
16
17 ># A rule to define our keyboard layout.
18 >KERNEL=3D=3D"event*", ENV{ID_INPUT_KEYBOARD}=3D=3D"?*", ENV{xkblayout}=3D"g=
19 >b",
20 >ENV{xkbmodel}=3D"pc105"
21
22 >2) Add a configuration file /etc/X11/xorg.conf.d/10-evdev.conf
23
24 ># Configuration for evdev-controlled input devices.
25 >Section "InputClass"
26 > Identifier "keyboard"
27 > Driver "evdev"
28 > Option "XkbLayout" "gb"
29 > Option "XkbModel" "pc105"
30 > Option "XkbOptions" "terminate:ctrl_alt_bksp"
31 You got this working with xorg-server 1.9? This is the one piece that's
32 not working for me.
33
34 Konstantin
35 --
36 Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@×××××××.de
37 Altersheimerstr. 1, 81545 Muenchen, Germany. Tel +49 89 69370185
38 ----------------------------------------------------------------------------
39 "Captain, this ship will not survive the forming of the cosmos." B'Elana Torres

Replies

Subject Author
Re: [gentoo-user] xorg-server Mick <michaelkintzios@×××××.com>