Bug 481823

Summary: Ctrl-Alt-Backspace no longer zaps X
Product: [Fedora] Fedora Reporter: Will Woods <wwoods>
Component: xorg-x11-serverAssignee: X/OpenGL Maintenance List <xgl-maint>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: mcepl, wtogami, xgl-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-27 22:40:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 446452    

Description Will Woods 2009-01-27 18:10:15 UTC
Using xorg-x11-server-Xorg-1.5.99.901-5.fc11 on x86_64, C-A-B no longer zaps X. I'm told this wasn't an intentional change, so there must be something strange going on.

This is mildly annoying when I boot my machine with the KVM switched away, and GDM comes up at 800x600. Normally I zap X and it happily restarts and gets the right resolution. 

I'll happily support disabling C-A-B by default if there's a better solution for this use case.

Comment 1 Matěj Cepl 2009-01-27 22:40:23 UTC
NOTABUG, upstream changed to DontZap enabled by default.

Comment 2 Warren Togami 2009-01-28 02:47:08 UTC
What is the xorg.conf syntax to enable it again, just for reference?

Comment 3 Matěj Cepl 2009-01-28 09:04:48 UTC
xorg.conf(5)

       Option "DontZap"  "boolean"
              This disallows the use of the Ctrl+Alt+Backspace sequence.  That
              sequence  is  normally  used to terminate the Xorg server.  When
              this option is enabled, that key sequence has no special meaning
              and is passed to clients.  Default: off.