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@rh:/etc/X11/xorg.conf.d]$ cat 01-nocaps.conf
Section "InputClass"
 Identifier  "Keyboard"
 Option      "XkbOptions" "ctrl:nocaps"
EndSection
[root@rh:/etc/X11/xorg.conf.d]$ cat 02-dont-zap.conf
Section "ServerFlags"
        Option    "DontZap"    "false"
EndSection

[root@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


Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to