Hi all
Having upgraded to intrepid I'm finding that certain keys don't function correctly. These are the arrow keys as well as those above them (insert, delete etc) so far.
If I open up a text login the keys work okay.
I presumed this was an X problem, however looking at my xorg.conf this seems okay (I'm in the UK), Do correct me if I'm wrong however.
KDE's own settings show pc105 and United Kingdom for my keyboard layout so I'm confused as to what is going wrong.
If I run cat in a konsole and press the keys I either get nothing or what appears to be the wrong output i.e
or nothing at all.
I expect I'm just missing a config option somewhere, but any help would be gratefully received.
Having upgraded to intrepid I'm finding that certain keys don't function correctly. These are the arrow keys as well as those above them (insert, delete etc) so far.
If I open up a text login the keys work okay.
I presumed this was an X problem, however looking at my xorg.conf this seems okay (I'm in the UK), Do correct me if I'm wrong however.
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
If I run cat in a konsole and press the keys I either get nothing or what appears to be the wrong output i.e
^@
I expect I'm just missing a config option somewhere, but any help would be gratefully received.
Comment