3617
Commento: Inizio traduzione
|
1823
converted to 1.6 markup
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 1: | Linea 1: |
## page was renamed from DontZap | |
Linea 3: | Linea 4: |
[[BR]] [[Indice]] |
<<BR>> <<Indice>> <<BR>> <<Informazioni(forum="http://forum.ubuntu-it.org/viewtopic.php?t=317744"; rilasci="10.10 10.04")>> |
Linea 6: | Linea 11: |
In questa guidà verranno illustrati vari modi per abilitare la combinazione di tasti '''Ctrl + Alt + Backspace''' molto utile per effettuare un veloce arresto di sessione. | |
Linea 8: | Linea 12: |
= Ubuntu «Karmic Koala» 9.10 o maggiore = | In questa guida verranno illustrati vari modi per abilitare la combinazione di tasti '''Control + Alt + Backspace''', molto utile per effettuare un veloce arresto di sessione. |
Linea 10: | Linea 14: |
== In GNOME == | |
Linea 12: | Linea 15: |
0. Selezionare '''''Sistema -> Preferenze -> Tastiera''''' | = In GNOME = |
Linea 14: | Linea 17: |
0. Selezionare la scheda '''Disposizioni''' e fare clic su '''Opzioni disposizione''' | 0. Selezionare '''''Sistema → Preferenze → Tastiera''''' 0. Selezionare la scheda '''Disposizioni''' e fare clic su '''Opzioni''' 0. Fare clic su '''Sequenza di tasti per terminare il server X''' e abilitare l'opzione '''Control + Alt + Backspace''' |
Linea 16: | Linea 21: |
0. Fare clic su '''Sequenza di tasti per terminare il server X''' e abilitare l'opzione ''''Control + Alt + Backspace''' | = In KDE = |
Linea 18: | Linea 23: |
== In KDE == | 0. Selezionare '''''Menu Kde → Applicazioni → Impostazioni → Impostazioni di sistema''''' 0. Selezionare '''Lingua e Paese''' 0. Selezionare '''Mappatura della tastiera''' 0. Nella scheda '''Disposizione''' fare clic su '''Abilitare mappature della tastiera''' 0. Selezionare la scheda '''Avanzate''', fare clic su '''Sequenza di tasti per terminare il server X''' e abilitare '''Control + Alt + Backspace''' |
Linea 20: | Linea 29: |
* Launch "systemsettings" | = Da riga di comando = |
Linea 22: | Linea 31: |
* Select "Regional & Language". * Select "Keyboard Layout". * Click on "Enable keyboard layouts" (in the Layout tab). * Select the "Advanced" tab. Then select "Key sequence to kill the X server" and enable "Control + Alt + Backspace". === Using the command line === You can type the following command to enable Zapping immediately. {{{ |
Digitare in una finestra di [[AmministrazioneSistema/RigaDiComando|terminale]] il seguente comando: {{{ |
Linea 37: | Linea 35: |
If you're happy with the new behaviour you can add that command to your ~/.xinitrc in order to make the change permanent. === Using HAL === You can add the following line in /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi (inside the <match key="info.capabilities" contains="input.keys"> section): {{{ <merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge> |
Per abilitare questo comportamento in modo permanente, inserire il comando precedente nel file `~/.xinitrc`: {{{ echo setxkbmap -option terminate:ctrl_alt_bksp >> ~/.xinitrc |
Linea 47: | Linea 39: |
== Ubuntu Jaunty 9.04 == The DontZap option in the /etc/X11/xorg.conf file enables or disables the CTRL-ALT-BACKSPACE shortcut to restart the X-server. In previous Ubuntu releases, this shortcut was enabled by default, however this will change starting with 9.04 "Jaunty", as a number of users have complained about accidentally restarting their X-Server. |
= Disabilitare la combinazione di tasti = |
Linea 50: | Linea 41: |
You can re-enable this shortcut by editing your {{{/etc/X11/xorg.conf}}}, | Per disabilitare la combinazione di tasti '''Control + Alt + Backspace''' è sufficiente eseguire il percorso inverso e successivamente terminare la sessione o riavviare il sistema. |
Linea 52: | Linea 43: |
{{{ sudo nano /etc/X11/xorg.conf }}} then type your password, press enter, and use the simple text editor to add a ServerFlags section like this to the start, end, or middle of the file: {{{ Section "ServerFlags" Option "DontZap" "false" EndSection }}} And then restart the Computer (or log out and back in) to apply the changes. The shortcut should be re-enabled now. If you want to disable the shortcut, either delete the section (in Jaunty) or change it to this: {{{ Section "ServerFlags" Option "DontZap" "true" EndSection }}} And then restart the Computer (or log out and back in) to apply the changes. The shortcut should be disabled now. == Aside: sticky keys == It may be worth mentioning that the Accessibility shortcuts (for both KDE and Gnome) are enabled by holding the shift-key for 8 seconds. (This is easy to do if, say, selecting multiple items with the mouse). As a result, it's easy to inadvertently enable "Sticky Keys". Now, if you press Ctrl and then release it, and a bit later, you press Alt-Bksp (the shortcut to delete a whole word), then Boom! Bye-bye X-session :-( Also, unlike Ctrl-Alt-Del, the Ctrl-Alt-Bksp shortcut is not trapped. It's instant death (without confirmation) for the X-server, and too bad about your unsaved files. That's why DontZap is a good default. For anyone missing the ability to kill the X-server in emergency, may I point out Alt-SysRq-R, followed by Ctrl-Alt-F1 (the first puts the keyboard back into Raw mode, i.e. outside the control of the X-server; the latter switches Virtual Terminal.) Or you can use Alt-SysRq-K to kill the current session. |
= Ulteriori risorse = * [[https://wiki.ubuntu.com/X/Config/DontZap|Documento originale]] |
Linea 89: | Linea 46: |
CategoryInTraduzione | CategoryGrafica |
Problemi in questa pagina? Segnalali in questa discussione
Introduzione
In questa guida verranno illustrati vari modi per abilitare la combinazione di tasti Control + Alt + Backspace, molto utile per effettuare un veloce arresto di sessione.
In GNOME
Selezionare Sistema → Preferenze → Tastiera
Selezionare la scheda Disposizioni e fare clic su Opzioni
Fare clic su Sequenza di tasti per terminare il server X e abilitare l'opzione Control + Alt + Backspace
In KDE
Selezionare Menu Kde → Applicazioni → Impostazioni → Impostazioni di sistema
Selezionare Lingua e Paese
Selezionare Mappatura della tastiera
Nella scheda Disposizione fare clic su Abilitare mappature della tastiera
Selezionare la scheda Avanzate, fare clic su Sequenza di tasti per terminare il server X e abilitare Control + Alt + Backspace
Da riga di comando
Digitare in una finestra di terminale il seguente comando:
setxkbmap -option terminate:ctrl_alt_bksp
Per abilitare questo comportamento in modo permanente, inserire il comando precedente nel file ~/.xinitrc:
echo setxkbmap -option terminate:ctrl_alt_bksp >> ~/.xinitrc
Disabilitare la combinazione di tasti
Per disabilitare la combinazione di tasti Control + Alt + Backspace è sufficiente eseguire il percorso inverso e successivamente terminare la sessione o riavviare il sistema.