You are not logged in.

#1 2011-05-01 14:11:12

Micah89
Member
Registered: 2011-05-01
Posts: 29

GDM update

Hey there.

Since the update to the new Gnome and GDM, i am unable to type '@' or any other character that i used to
type using the alt gr key. The old GDM, had a toolbar in the bottom in which i could select keymap, DE, and language
(i think =P), the new one doesn't have one, and i don't know how to fix this. Anyone else had this problem?

My Keyboard is portuguese, if that matters.

Cheers.

Offline

#2 2011-05-01 18:53:36

Micah89
Member
Registered: 2011-05-01
Posts: 29

Re: GDM update

Anyone?

Offline

#3 2011-05-01 19:11:57

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: GDM update

For some reason the keymap selector is gone, very annoying!
You can work around this bug/feature by setting the keymap in /etc/X11/xorg.conf.d/10-evdev.conf like this:

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "XkbLayout" "be"
EndSection

Make sure to pick the keyboard catchall section.

Offline

#4 2011-05-01 20:33:27

Micah89
Member
Registered: 2011-05-01
Posts: 29

Re: GDM update

Seemed to work, thanks smile

Offline

#5 2011-05-01 20:35:19

Micah89
Member
Registered: 2011-05-01
Posts: 29

Re: GDM update

Seemed to work, thanks smile

Offline

#6 2011-05-01 22:57:37

Nepherte
Member
From: Singapore
Registered: 2008-09-09
Posts: 427

Re: GDM update

Ramses de Norre wrote:

For some reason the keymap selector is gone, very annoying!
You can work around this bug/feature by setting the keymap in /etc/X11/xorg.conf.d/10-evdev.conf like this:

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "XkbLayout" "be"
EndSection

Make sure to pick the keyboard catchall section.

I'm actually glad gdm finally picks up on that. It didn't in the past.

Offline

Board footer

Powered by FluxBB