View previous topic :: View next topic |
Author |
Message |
Sawk n00b
Joined: 17 Nov 2005 Posts: 26 Location: Pordenone, Italy
|
Posted: Sun Feb 12, 2006 9:04 pm Post subject: layout "it" in Xorg non avvia correttamente |
|
|
ciao a tutti
nel mio xorg.conf ho:
Quote: | Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XKbOptions" ""
EndSection |
però quando avvio mi da questo errore:
Quote: | The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error: Error interpreting include file pc
> Exiting
> Abandoning symbols file default
Errors from xkbcomp are not fatal to the X server
|
inoltre ho provato a settare la tastiera da terminale, questo è il risultato:
Quote: | localhost sawk # setxkbmap -rules xorg -model pc105 -layout it -option ""
Error loading new keyboard description
|
qualcuno sa cosa possa essere ? |
|
Back to top |
|
|
Apetrini Veteran
Joined: 09 Feb 2005 Posts: 1158
|
Posted: Sun Feb 12, 2006 11:59 pm Post subject: |
|
|
Dai un occhiata alla stringa Code: | Option "XkbRules" "xorg" | se ce l'hai... _________________ Linux ape 2.6.31-vanilla. Paludis since 0.28.0. |
|
Back to top |
|
|
Sawk n00b
Joined: 17 Nov 2005 Posts: 26 Location: Pordenone, Italy
|
Posted: Mon Feb 13, 2006 1:59 pm Post subject: |
|
|
l'ho aggiunta ma non funziona lo stesso |
|
Back to top |
|
|
Apetrini Veteran
Joined: 09 Feb 2005 Posts: 1158
|
Posted: Mon Feb 13, 2006 7:18 pm Post subject: |
|
|
Sei sicuro di non avere nient'altro che comincia con "XkbRules"...
A me quella volta che era successo era per colpa di questa stringa... _________________ Linux ape 2.6.31-vanilla. Paludis since 0.28.0. |
|
Back to top |
|
|
Sawk n00b
Joined: 17 Nov 2005 Posts: 26 Location: Pordenone, Italy
|
Posted: Mon Feb 13, 2006 7:34 pm Post subject: |
|
|
Code: | sawk@localhost ~ $ grep XkbRules /etc/X11/xorg.conf
Option "XkbRules" "xorg"
sawk@localhost ~ $
|
|
|
Back to top |
|
|
|