How to enable CTRL+ALT+BACKSPACE

Reindl Harald h.reindl at thelounge.net
Wed Jul 6 14:06:41 UTC 2011



Am 06.07.2011 15:45, schrieb Bryn M. Reeves:
> $ cat /etc/X11/xorg.conf.d/00-zap-my-x-up.conf
> Section "ServerFlags"
>         Option    "DontZap"    "false"
> EndSection

if it would work....

as i wrote yesterday:
> i have also the following in "/etc/X11/xorg.conf" on my older machine
> and in "/etc/X11/xorg.conf.d/local.conf" on my brand new and i am
> unable on both of them to restart the xserver with CTRL+ALT+BACKSPACE
>
> Section "ServerFlags"
> Option      "AIGLX"        "on"
> Option      "DontZap"      "off"
> EndSection
______________

and even remove "xorg.conf" and splitting this all under "/etc/X11/xorg.conf.d"
does not help - so WHAT blocks this shortcut? KDM?
______________

[root at rh:/etc/X11/xorg.conf.d]$ cat 01-nocaps.conf
Section "InputClass"
 Identifier  "Keyboard"
 Option      "XkbOptions" "ctrl:nocaps"
EndSection
[root at rh:/etc/X11/xorg.conf.d]$ cat 02-dont-zap.conf
Section "ServerFlags"
        Option    "DontZap"    "false"
EndSection

[root at rh:/etc/X11/xorg.conf.d]$ cat 03-vnc.conf
Section "Module"
 Load        "vnc"
EndSection

Section "Screen"
 Identifier  "Screen0"
 Option      "passwordFile" "/root/.vnc/passwd"
EndSection


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20110706/f09473a1/attachment.bin 


More information about the users mailing list