Pagina 1 di 1

configurazione tastiera italiana

Inviato: lun 1 mar 2010, 18:50
da inux
ciao, ieri ho installato gnome adesso mi ritrovo con la configurazione della tastiera us sia sulla shell che quando scrivo anche qui sul forum sapete darmi un consiglio non ne vengo fuori. :roll: ciao.

Re: configurazione tastiera italiana

Inviato: lun 1 mar 2010, 19:15
da SIV
Usi xorg.conf?
Se sì puoi provare con:

Codice: Seleziona tutto

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    ...
    Option         "XkbLayout"  "it"   
EndSection

Re: configurazione tastiera italiana

Inviato: lun 1 mar 2010, 19:23
da navajo
Guarda pure in Sistema > Preferenze > tastiera > Disposizioni
magari hai un layout diverso da italiano

Re: configurazione tastiera italiana

Inviato: lun 1 mar 2010, 19:27
da inux
grazie, ho risolto facendo come ha detto navajo scusate ma non lo avevo visto ciao. :oops:

Re: configurazione tastiera italiana

Inviato: lun 1 mar 2010, 19:41
da navajo
inux ha scritto:grazie, ho risolto facendo come ha detto navajo scusate ma non lo avevo visto ciao. :oops:
figurati, pure io sto usando gnome da poco più di un mese (di continuo)

Re: configurazione tastiera italiana

Inviato: mar 2 mar 2010, 20:36
da Naitso

Codice: Seleziona tutto

less /etc/hal/fdi/policy/10-keymap.fdi
<!-- READ THIS FOR CUSTOM KEYBOARD INFORMATION

If you want to add a custom model/layout/variant to X, you will need to COPY
this file to /etc/hal/fdi/policy/ and edit that copy. After editing it to
suit, you will need to leave X, restart the HAL daemon, and start X again.

Here's an example of the four lines from above:
<merge key="input.xkb.rules" type="string">base</merge>
<merge key="input.xkb.model" type="string">evdev</merge>
<merge key="input.xkb.layout" type="string">us</merge>
<merge key="input.xkb.variant" type="string">intl</merge>

Many desktop environments, including KDE and Xfce, have their own methods to
configure keyboard layouts and such if you'd like to use them.

If you prefer to use the "old" way of configuring keyboards (without HAL's
input device hotplugging), then you'll need to add the following lines to
the ServerFlags section of /etc/X11/xorg.conf:
Option "AllowEmptyInput" "false"
Option "AutoAddDevices" "false"
Option "AutoEnableDevices" "false"
You can now edit the Keyboard section of xorg.conf as usual.
-->

Re: configurazione tastiera italiana

Inviato: mer 10 mar 2010, 18:25
da MrTry
si infatti con 10-keymap.fdi è meglio vale per tutti i DE che impostano cosi anche il layout IT in automatico.