On Sat, Jan 07, 2006 at 12:39:19PM -0500, Paul Check wrote:
> I did a kernel upgrade (to 2.6.14), upgraded to udev, and also upgraded 
> my NVidia driver, so I'm really not sure who the cuplrit is, although I 
> am able to do vt switching when X is not running (similar to some posts 
> I saw regarding this bug).

In your logs (/var/log/Xorg.0.log or /var/log/*dm.log), do you have
q line like
  (EE) Couldn't load XKB keymap, falling back to pre-XKB keymap
?

> The keyboard section of /etc/X11/xorg.conf is:
> 
> Section "InputDevice"
>    Identifier     "Generic Keyboard"
>    Driver         "keyboard"
>    Option         "CoreKeyboard"
>    Option         "XkbRules" "xfree86"
>    Option         "XkbModel" "pc104"
>    Option         "XkbLayout" "us"
> EndSection

Run
  setxkbmap -model pc104 -layout us -option
from a terminal.  If this fixes your keyboard, this means that X
configuration is fine, but another program (GNOME/KDE/...) breaks
it.  Otherwise, your xlibs package is not fully installed.

Denis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to