View Single Post
  #2   (View Single Post)  
Old 4th June 2008
cubo cubo is offline
Real Name: Luca
Port Guard
 
Join Date: May 2008
Location: Italy - Torino
Posts: 21
Default

that faq page is not for X.

I see from the other post that you have problems with xorg.conf.

did you try "xorgconfig" telling the program that you have a keyboard with 105-keys (or 104...)?

for example in my /etc/X11/xorg.conf in the keyboard section:
Code:
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "it"   
EndSection
Reply With Quote