You are not logged in.
Hello again,
second problem. I use a UK keyboard and some of the passwords for my accounts use symbols which aren't the same on a US keyboard. I cant find the setting to default GDM to UK layout. Any ideas?
David
Offline
The question is "How to configure GDM [Gnome3]?"
I try configuring with:
cp -t /usr/share/gdm/autostart/LoginWindow/ /usr/share/applications/gnome-tweak-tool.desktop /usr/share/applications/gconf-editor.desktop
but the changes would not be applied...
Last edited by killajoe (2011-04-15 08:57:41)
Cancel me not -- for what then shall remain?
Abscissas, some mantissas, modules, modes, A root or two, a torus and a node:
The inverse of my verse, a null domain.
-- Stanislaw Lem, The Cyberiad
Offline
Not sure if this is the best way. But I added the bolded bit to my /etc/X11/xorg.conf.d/10-evdev.conf
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbLayout" "gb"
EndSection
Offline
I added the bolded bit to my /etc/X11/xorg.conf.d/10-evdev.conf
Section
...
Option "XkbLayout" "gb"
...
EndSection
That makes it here. Thanks.
Offline
GDM 2.32 allowed for keyboard layout selection per-user, this is no longer possible with GDM 3?
Offline
GDM 2.32 allowed for keyboard layout selection per-user, this is no longer possible with GDM 3?
Same question.
Offline
I followed this steps from the wiki:
# su - gdm -s /bin/bash
$ dbus-launch
This command will print DBUS_SESSION_BUS_ADDRESS and DBUS_SESSION_BUS_PID. We need to export them
$ export DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-Jb433gMQHS,guid=fc14d4bf3d000e38276a5a2200000d38
$ export DBUS_SESSION_BUS_PID=4283
Check to see if dconf-service is running and if not, start it like this
$ /usr/lib/dconf/dconf-service &
Than used both dconf-editor and gconf-editor to set any key related to the keyboard, but it didn't worked, I also used gnome-control-center but it failed too. It seems there is no way to set the keyboard for gdm :-)
Initially I thought it worked but I was wrong ....
Last edited by erm67 (2011-05-02 17:02:39)
Offline
When I upgrade my system, my keyboard lost the character map (I use the brazil-abnt2 map), and gdm lost the "keyboard button".
So I went to /etc/X11/xorg.conf and write (the xorg lost my old keyboard map, because of the upgrade):
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
Option "XkbOptions" "abnt2"
EndSection
That works for my terminal, but inside the X (Gnome, LXDE, etc) the map was lost. So I do in a terminal:
$ setxkbmap br
And I have the keyboar map set to brazil-abnt2 again.
I think if you change the keyboard map (in xorg) from abnt to gb, and do a:
$ setkbmap gb
it could work.
"Its the wood that should fear your hand, not the other way around. No wonder you cant do it, you acquiesce to defeat before you even begin."
System: ArchLinux x86_64 - Kernel 2.6.38-ARCH - LXDE - OpenBox - XFCE - Gnome 3
Hardware: Motherboard GA-G31M-S2L - Processor Pentium(R) Dual-Core CPU E5700 @ 3.00GHz - 2Gb DDR2 - Geforce GTX9800 - LCD 22" LG W2252TQ - Epson TX115
Offline
Workaround:
I've put "setxkbmap de" (replace de with your layout code) in the last line of /etc/gdm/Init/Default. Works.
gt
Offline
Have you tried this solution ? https://wiki.archlinux.org/index.php/GD … S-keyboard
Offline
Have you tried this solution ? https://wiki.archlinux.org/index.php/GD … S-keyboard
Seems to work only with gdm 2.x
"Man kann ein Problem nicht mit den gleichen Denkstrukturen lösen, die zu seiner Entstehung beigetragen haben." (Albert Einstein)
"A problem cannot be solve at the same level of thinking at which it was created." (Albert Einstein)
Offline
Moved to Applications and Desktop Environments
Offline