Hi all, I would like to know howto enable CTRL+ALT+BACKSPACE for all user.
I try to create /etc/X11/xorg.conf

Section "ServerFlags"
        Option          "DontZap"               "false"
EndSection

but it doesn't work.
Then I try to insert into /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi
<match key="info.capabilities" contains="input.keys">
      <merge key="input.x11_driver" type="string">keyboard</merge>
#new line
      <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>
</match>

I don't understand where is the error. Can you help me?

Thanks in advance

        Tiziana

____________________________________________________
      ____
     / /  \           Tiziana Manfroni
    / / /\ \          Dipartimento di Matematica
   / / /\ \ \         Universita' Roma Tre
  / /_/__\ \ \        tel : 0657338237
 /________\ \ \       fax : 0657338080
 .___________\/    e-mail : [email protected]
____________________________________________________

_______________________________________________
rhelv6-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv6-list

Reply via email to