

Code: Select all
Section "ServerFlags"
Option "DontZap" "false"
EndSection


Code: Select all
/etc/init.d/xdm restartandd2_racing wrote:Code: Select all
Section "ServerFlags" Option "DontZap" "false" EndSection
don't work for me. Whatever the rights and wrongs of using ctrl_alt_bkspace are, it is really useful when the display has locked up rather than hitting the reset button.aCOSwt wrote:Edit /etc/hal/fdi/policy/10-x11-input.fdi
Within the <match key="info.capabilities" contains="input.keys"> subsection :
Add :
<merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>

Do you have other xkb.options in that file? I use xorg.conf, but I got zapping working by putting all those options in one line, separated by commastabanus wrote:don't work for me. Whatever the rights and wrongs of using ctrl_alt_bkspace are, it is really useful when the display has locked up rather than hitting the reset button.aCOSwt wrote:Edit /etc/hal/fdi/policy/10-x11-input.fdi
Within the <match key="info.capabilities" contains="input.keys"> subsection :
Add :
<merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>
Muso wrote:I've done a lot of LSD
BoneKracker wrote:I have an IQ in the 140s
Code: Select all
<match key="info.capabilities" contains="input.keys">
<!-- If we're using Linux, we use evdev by default (falling back to
keyboard otherwise). -->
<merge key="input.x11_driver" type="string">keyboard</merge>
<merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
string="Linux">
<merge key="input.x11_driver" type="string">evdev</merge>
</match>
KDE requires special care: http://forums.gentoo.org/viewtopic-p-62 ... ml#6214351Shining Arcanine wrote:KDM will not start properly when I have that in my /etc/X11/xorg.conf. I had to comment it and restart xdm to get KDM to start. :/
http://forums.gentoo.org/viewtopic-t-82 ... ight-.html I never used HAL for X, so I don't know. Did you remove the input sections in xorg.conf?tabanus wrote:Extract from my /etc/hal/fdi/policy/10-x11-input.fdi
I use xorg.conf as wellCode: Select all
<match key="info.capabilities" contains="input.keys"> <!-- If we're using Linux, we use evdev by default (falling back to keyboard otherwise). --> <merge key="input.x11_driver" type="string">keyboard</merge> <merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> <merge key="input.x11_driver" type="string">evdev</merge> </match>
Code: Select all
...
Option "XkbOptions" "terminate:ctrl_alt_bksp"
Option "XkbOptions" "compose:rwin"
...Code: Select all
...
Option "XkbOptions" "terminate:ctrl_alt_bksp, compose:rwin"
...Muso wrote:I've done a lot of LSD
BoneKracker wrote:I have an IQ in the 140s