* [gentoo-user] keyboard layout
@ 2007-09-10 18:17 Matthew R. Lee
2007-09-10 19:24 ` Liviu Andronic
0 siblings, 1 reply; 10+ messages in thread
From: Matthew R. Lee @ 2007-09-10 18:17 UTC (permalink / raw
To: gentoo-user
I had a few problems with an update of Xorg over the weekend which I have
sorted out, however I've been left with one niggle. The keyboard layout
isn't being recognized.
I have a laptop with a British keyboard layout
The xorg.conf has the following:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "uk"
EndSection
This used to work fine, but now it's not working
I'm using xorg-server-1.3.0.0
Any suggestions as to why it's ignoring the .conf?
Matt
--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Dr. Matthew R. Lee
CASEB & ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago.
CP 6513677
CHILE
matt@matthewlee.org
mlee@bio.puc.cl
URL: meiochile.matthewlee.org
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] keyboard layout
2007-09-10 18:17 [gentoo-user] keyboard layout Matthew R. Lee
@ 2007-09-10 19:24 ` Liviu Andronic
2007-09-10 19:42 ` Matthew R. Lee
0 siblings, 1 reply; 10+ messages in thread
From: Liviu Andronic @ 2007-09-10 19:24 UTC (permalink / raw
To: gentoo-user
Hello,
I use x11-base/xorg-server [1.1.1-r3]. In my xorg.conf, I have the following:
Driver "keyboard"
..and..
Option "XkbLayout" "gb,fr,ru,ro"
Try to change "uk" to "gb".
Regards,
Liviu
On 9/10/07, Matthew R. Lee <gentoo@matthewlee.org> wrote:
> I had a few problems with an update of Xorg over the weekend which I have
> sorted out, however I've been left with one niggle. The keyboard layout
> isn't being recognized.
> I have a laptop with a British keyboard layout
> The xorg.conf has the following:
> Section "InputDevice"
> Identifier "Keyboard0"
> Driver "kbd"
> Option "XkbLayout" "uk"
> EndSection
>
> This used to work fine, but now it's not working
> I'm using xorg-server-1.3.0.0
>
> Any suggestions as to why it's ignoring the .conf?
>
> Matt
> --
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> Dr. Matthew R. Lee
> CASEB & ECIM
> Departamento de Ecologia,
> P. Universidad Catolica de Chile,
> Alameda 340, Santiago.
> CP 6513677
> CHILE
>
> matt@matthewlee.org
> mlee@bio.puc.cl
>
> URL: meiochile.matthewlee.org
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Liviu
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] keyboard layout
2007-09-10 19:24 ` Liviu Andronic
@ 2007-09-10 19:42 ` Matthew R. Lee
2007-09-10 21:37 ` Liviu Andronic
0 siblings, 1 reply; 10+ messages in thread
From: Matthew R. Lee @ 2007-09-10 19:42 UTC (permalink / raw
To: gentoo-user
On Monday 10 September 2007 15:24:06 Liviu Andronic wrote:
> Hello,
>
> I use x11-base/xorg-server [1.1.1-r3]. In my xorg.conf, I have the
> following:
>
> Driver "keyboard"
> ..and..
> Option "XkbLayout" "gb,fr,ru,ro"
>
> Try to change "uk" to "gb".
>
> Regards,
> Liviu
>
> On 9/10/07, Matthew R. Lee <gentoo@matthewlee.org> wrote:
> > I had a few problems with an update of Xorg over the weekend which I have
> > sorted out, however I've been left with one niggle. The keyboard layout
> > isn't being recognized.
> > I have a laptop with a British keyboard layout
> > The xorg.conf has the following:
> > Section "InputDevice"
> > Identifier "Keyboard0"
> > Driver "kbd"
> > Option "XkbLayout" "uk"
> > EndSection
> >
> > This used to work fine, but now it's not working
> > I'm using xorg-server-1.3.0.0
> >
> > Any suggestions as to why it's ignoring the .conf?
> >
> > Matt
> > --
> > %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> > Dr. Matthew R. Lee
> > CASEB & ECIM
> > Departamento de Ecologia,
> > P. Universidad Catolica de Chile,
> > Alameda 340, Santiago.
> > CP 6513677
> > CHILE
> >
> > matt@matthewlee.org
> > mlee@bio.puc.cl
> >
> > URL: meiochile.matthewlee.org
> > %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> > --
> > gentoo-user@gentoo.org mailing list
>
> --
> Liviu
Already tried changing it to "gb" but it didn't change anything
--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Dr. Matthew R. Lee
CASEB & ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago.
CP 6513677
CHILE
matt@matthewlee.org
mlee@bio.puc.cl
URL: meiochile.matthewlee.org
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] keyboard layout
2007-09-10 19:42 ` Matthew R. Lee
@ 2007-09-10 21:37 ` Liviu Andronic
0 siblings, 0 replies; 10+ messages in thread
From: Liviu Andronic @ 2007-09-10 21:37 UTC (permalink / raw
To: gentoo-user
On 9/10/07, Matthew R. Lee <gentoo@matthewlee.org> wrote:
> Already tried changing it to "gb" but it didn't change anything
Did you try to change the driver?
My xorg.conf uses this:
Driver "keyboard"
Just for reference, here's the relevant part of my xorg.conf:
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb,fr,ru,ro"
Option "XkbOptions" "grp:alt_shift_toggle"
Option "XkbVariant" ",,winkeys,std"
EndSection
Try to play with the options. Regards,
Liviu
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] Keyboard Layout
@ 2006-07-10 17:31 Cláudio Henrique
2006-07-10 20:31 ` Benno Schulenberg
2006-07-11 18:21 ` Donnie Berkholz
0 siblings, 2 replies; 10+ messages in thread
From: Cláudio Henrique @ 2006-07-10 17:31 UTC (permalink / raw
To: Gentoo User List
hi, there,
I've beem having problems setting my kbd layout. I added a line in
xorg.conf telling it to use "us_intl" as my kbd layout, but it seems
to be ignoring it.
as a consequence, I have to execute "setxkbmap us_intl" every time I
enter Gnome. I also tried adding it to ~/.xinitrc .
how can I automate this task?
thanks in advance.
cláudio.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Keyboard Layout
2006-07-10 17:31 [gentoo-user] Keyboard Layout Cláudio Henrique
@ 2006-07-10 20:31 ` Benno Schulenberg
2006-07-11 11:46 ` Cláudio Henrique
2006-07-11 18:21 ` Donnie Berkholz
1 sibling, 1 reply; 10+ messages in thread
From: Benno Schulenberg @ 2006-07-10 20:31 UTC (permalink / raw
To: gentoo-user
Cláudio Henrique wrote:
> I've beem having problems setting my kbd layout. I added a line
> in xorg.conf telling it to use "us_intl" as my kbd layout, but it
> seems to be ignoring it.
> as a consequence, I have to execute "setxkbmap us_intl" every
> time I enter Gnome. I also tried adding it to ~/.xinitrc .
Maybe Gnome is overriding the keyboard setting, doing a setxkbmap of
its own? Putting it .xinitrc then comes too early. Try putting it
in .bashrc and make a Terminal open on every startup? On make Gnome
stop setting the keyboard.
Benno
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Keyboard Layout
2006-07-10 20:31 ` Benno Schulenberg
@ 2006-07-11 11:46 ` Cláudio Henrique
0 siblings, 0 replies; 10+ messages in thread
From: Cláudio Henrique @ 2006-07-11 11:46 UTC (permalink / raw
To: gentoo-user
I added setxkbmap us_intl do ~/.xprofile, but still haven't had time
to verify if it did the job. I've found something about
internationatization somewhere in the gentoo wikipedia.
On 7/10/06, Benno Schulenberg <benno.schulenberg@gmail.com> wrote:
> Cláudio Henrique wrote:
> > I've beem having problems setting my kbd layout. I added a line
> > in xorg.conf telling it to use "us_intl" as my kbd layout, but it
> > seems to be ignoring it.
> > as a consequence, I have to execute "setxkbmap us_intl" every
> > time I enter Gnome. I also tried adding it to ~/.xinitrc .
>
> Maybe Gnome is overriding the keyboard setting, doing a setxkbmap of
> its own? Putting it .xinitrc then comes too early. Try putting it
> in .bashrc and make a Terminal open on every startup? On make Gnome
> stop setting the keyboard.
>
> Benno
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Keyboard Layout
2006-07-10 17:31 [gentoo-user] Keyboard Layout Cláudio Henrique
2006-07-10 20:31 ` Benno Schulenberg
@ 2006-07-11 18:21 ` Donnie Berkholz
1 sibling, 0 replies; 10+ messages in thread
From: Donnie Berkholz @ 2006-07-11 18:21 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 523 bytes --]
Cláudio Henrique wrote:
> hi, there,
> I've beem having problems setting my kbd layout. I added a line in
> xorg.conf telling it to use "us_intl" as my kbd layout, but it seems
> to be ignoring it.
> as a consequence, I have to execute "setxkbmap us_intl" every time I
> enter Gnome. I also tried adding it to ~/.xinitrc .
If you're on stable (7.0 or above), us_intl no longer exists.
You probably want this in xorg.conf:
Option "XkbLayout" "latin"
Option "XkbOptions" "lv3:ralt_switch"
Thanks,
Donnie
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] keyboard layout
@ 2006-04-17 12:13 Luigi Pinna
2006-04-17 13:21 ` Johám-Luís Miguéns Vila
0 siblings, 1 reply; 10+ messages in thread
From: Luigi Pinna @ 2006-04-17 12:13 UTC (permalink / raw
To: Gentoo, List
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I have a layout problem: I had until yesterday the xorg 7.
I choosed to come back to stable xorg 6.8 for easier the automatic
updating.
After that I lose the keyboard layout: in the normal console (with
ctr+alt+f1) I had the german layout, but under x I cannot set it (it is
still to us layout).
What can I do?
Thanks,
Luigi
- --
Public key GPG(0x633F86B7) on http://keyserver.linux.it/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFEQ4aEHmkkjmM/hrcRAqjPAJ9myoiIjqFmnjfLbqJvfAlWOHFY2wCfYG2/
OOFIrVJsWWu77VZPOF/zApE=
=GbNX
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2007-09-10 21:50 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-10 18:17 [gentoo-user] keyboard layout Matthew R. Lee
2007-09-10 19:24 ` Liviu Andronic
2007-09-10 19:42 ` Matthew R. Lee
2007-09-10 21:37 ` Liviu Andronic
-- strict thread matches above, loose matches on Subject: below --
2006-07-10 17:31 [gentoo-user] Keyboard Layout Cláudio Henrique
2006-07-10 20:31 ` Benno Schulenberg
2006-07-11 11:46 ` Cláudio Henrique
2006-07-11 18:21 ` Donnie Berkholz
2006-04-17 12:13 [gentoo-user] keyboard layout Luigi Pinna
2006-04-17 13:21 ` Johám-Luís Miguéns Vila
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox