Comment 90 for bug 255008

Revision history for this message
Aurélien Leblond (blablack) wrote :

Have exactly the same problem on my laptop. Upgraded yesterday from Hardy to Intrepid.

blablack@igorito:~$ setxkbmap -print
xkb_keymap {
 xkb_keycodes { include "evdev+aliases(qwerty)" };
 xkb_types { include "complete" };
 xkb_compat { include "complete" };
 xkb_symbols { include "pc+ie+inet(evdev)" };
 xkb_geometry { include "pc(pc105)" };
};

and xorg.conf
Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver "kbd"
 Option "XkbRules" "xorg"
 Option "XkbModel" "pc105"
 Option "XkbLayout" "ie"
EndSection

Thanks in advance for your help!