Add informations on how, for real, re-enable Ctrl+Alt+Backspace:
- with setxkbmap(1); - with a hald's x11-input.fdi file (encourage people to reboot the box to force hald to correctly reload its configuration since I noted that /usr/local/etc/rc.d/hald restart etc. often ended in a non-detected mouse...).
This commit is contained in:
parent
bd3bc4c794
commit
ca440f8110
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34652
1 changed files with 23 additions and 4 deletions
|
@ -487,11 +487,30 @@ dbus_enable="YES"</programlisting>
|
|||
<note>
|
||||
<para>This key combination was enabled by default up to
|
||||
<application>&xorg;</application> version 7.3. To enable it in
|
||||
version 7.4 and later, add the following line to the
|
||||
<literal>ServerLayout</literal> or <literal>ServerFlags</literal>
|
||||
section of the configuration file:</para>
|
||||
version 7.4 and later, you can either type the following
|
||||
command from any X terminal emulator:</para>
|
||||
|
||||
<programlisting>Option "DontZap" "Off"</programlisting>
|
||||
<screen>&prompt.user; <userinput>setxkbmap -option terminate:ctrl_alt_bksp</userinput></screen>
|
||||
|
||||
<para>or create a keyboard configuration file for
|
||||
<application>hald</application> called
|
||||
<filename>x11-input.fdi</filename> and saved in the
|
||||
<filename
|
||||
class="directory">/usr/local/etc/hal/fdi/policy</filename>
|
||||
directory. This file should contain the following
|
||||
lines:</para>
|
||||
|
||||
<programlisting><?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<deviceinfo version="0.2">
|
||||
<device>
|
||||
<match key="info.capabilities" contains="input.keyboard">
|
||||
<merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>
|
||||
</match>
|
||||
</device>
|
||||
</deviceinfo></programlisting>
|
||||
|
||||
<para>You will have to reboot your machine to force
|
||||
<application>hald</application> to read this file.</para>
|
||||
</note>
|
||||
|
||||
<para>If the mouse does not work, you will need to first
|
||||
|
|
Loading…
Reference in a new issue