View previous topic :: View next topic |
Author |
Message |
nillkheope Tux's lil' helper
Joined: 21 Mar 2005 Posts: 92
|
Posted: Tue Sep 05, 2006 1:28 pm Post subject: Error activating XKB configuration[RISOLTO] |
|
|
Ciao a tutti qualche giorno fa trovandomi con una gentoo perfetta ho deciso di andare a crearmi qualche strano errore.
Sono passato da un xorg 6.8 ad 7.1 (che passaggio eh ?) e dopo aver dato il solito startx il tutto funziona bene eccetto la tastiera.
Infatti non sono abilitati i tasti tipo la chiocciola e tutti i tasti funzione di 3 livello (spero si chimino cosi').
Riporto per intero il messaggio d'errore che mi compare.
Code: |
Error activating XKB configuration.
It can happen under various circumstances:
- a bug in libxklavier library
- a bug in X server (xkbcomp, xmodmap utilities)
- X server with incompatible libxkbfile implementation
X server version data:
The X.Org Foundation
70101000
If you report this situation as a bug, please include:
- The result of xprop -root | grep XKB
- The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
|
Riporto anche la sezione riguardante la tastiera del file xorg.conf.
Code: |
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbLayout" "it"
Option "XkbModel" "pc105"
Option "XkbOptions" "grp:toggle,grp_led:scroll"
Option "XkbVariant" "winkeys"
EndSection
|
Sapete aiutarmi??
Grazie.
Last edited by nillkheope on Thu Sep 07, 2006 8:15 am; edited 1 time in total |
|
Back to top |
|
|
nillkheope Tux's lil' helper
Joined: 21 Mar 2005 Posts: 92
|
Posted: Wed Sep 06, 2006 12:32 pm Post subject: |
|
|
dai nessuno ha avuto problemi con il passaggio all'ultimo xorg modulare? .....mah tutte a me capitano! |
|
Back to top |
|
|
nillkheope Tux's lil' helper
Joined: 21 Mar 2005 Posts: 92
|
Posted: Thu Sep 07, 2006 8:15 am Post subject: |
|
|
ok, ho risolto così:
ho modificato il mio file xorg.conf eliminando alcuni parametri opzionali alla sezione keyboard.
Code: | Option "XkbRules" "xorg"
Option "XkbLayout" "it"
Option "XkbModel" "pc105"
#Option "XkbOptions" "grp:toggle,grp_led:scroll"
#Option "XkbVariant" "dvorak,winkeys"
|
ora rifunziona tutto.
Per la cronaca i parametri XkbOption e XkbVariant li ho sempre usati sotto le precedenti versioni di xorg.
Ho provato a leggere la guida della migrazione verso xorg modulare ma non è molto chiara la sezione sui problemi XKB. |
|
Back to top |
|
|
|