|
Sorry That was a quick reply, I had the ball and chain nagging away. Yes that is my keyboard section of The /etc/X11/xorg.conf.
Ok so what you should do is go to a terminal. First create a backup so at the prompt# type whats in the quotes "cp /etc/X11/xorg.conf ~/backupxorg.conf" . Then you should see that file in your home directory.
Okay so "su" to root. At the prompt type # gedit /etc/X11/xorg.conf" then locate the keyboard layout section and substitute in
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "intl"
EndSection
THen save and close gedit, you may need to logout to restart X. Hope it works if it doesn't you have a backup of your current config to resort to.
Last edited by flebber; 12-10-2006 at 11:49 PM.
|