c145 Dontzap false doesn't - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Desktop Usage > X.Org

X.Org X.Org on FreeBSD installation & configuration.

Reply
 
Thread Tools Display Modes
  #1  
Old June 12th, 2009, 19:49
RandomSF RandomSF is offline
Junior Member
 
Join Date: Nov 2008
Posts: 23
Thanks: 7
Thanked 2 Times in 2 Posts
Default Dontzap false doesn't

Running x.org 7.4, fluxbox 1.1.

I have
Code:
Section "ServerFlags"
        Option       "DontZap" "false"
EndSection
in my xorg.conf, but <ctrl><alt><bksp> no longer does anything. Up until a couple weeks ago I had used this to close down my Xsession.

Unfortunately for me, I don't remember changing anything that would cause this new (lack of) behavior.

Any ideas?
Reply With Quote
  #2  
Old June 12th, 2009, 19:55
anomie's Avatar
anomie anomie is offline
Member
 
Join Date: Nov 2008
Location: Texas
Posts: 783
Thanks: 49
Thanked 113 Times in 100 Posts
Default

The xorg.conf(5) manpages indicate:
Quote:
Option "DontZap" "boolean"
Could it be that providing any value to this directive registers as true? Just remove the directive from your config altogether and see if you're getting the behavior you want.
__________________
"Do Not Engage in Useless Activity" --Miyamoto Musashi
Reply With Quote
  #3  
Old June 12th, 2009, 20:05
RandomSF RandomSF is offline
Junior Member
 
Join Date: Nov 2008
Posts: 23
Thanks: 7
Thanked 2 Times in 2 Posts
Default

The rest of that section of man page has
Code:
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 (as per default),
that key sequence has no special meaning. 
Default: on.
so I think it's enabled by default. I tried your suggestion anyway and it didn't help.
Reply With Quote
  #4  
Old June 12th, 2009, 20:10
anomie's Avatar
anomie anomie is offline
Member
 
Join Date: Nov 2008
Location: Texas
Posts: 783
Thanks: 49
Thanked 113 Times in 100 Posts
Default

Hmm, I see. I should have checked my Xorg version (7.3) before responding. In my case, default is off.

The other thing I'd suggest is checking how "boolean" is represented in the 7.4 xorg.conf manpages. (FALSE == 0, false, off, no.. or what?)
__________________
"Do Not Engage in Useless Activity" --Miyamoto Musashi
Reply With Quote
  #5  
Old June 12th, 2009, 21:30
richardpl richardpl is offline
Member
 
Join Date: Nov 2008
Location: Croatia
Posts: 841
Thanks: 6
Thanked 68 Times in 67 Posts
Default

If you dont use hald with Xorg:

Code:
Section "InputDevice"
 Identifier "Keyboard0"
 Driver "kbd"
 Option "XkbOptions" "terminate:ctrl_alt_bksp,...."
if you use hald with Xorg, you need to modify hald settings .....
Reply With Quote
The Following User Says Thank You to richardpl For This Useful Post:
RandomSF (June 12th, 2009)
  #6  
Old June 12th, 2009, 22:14
RandomSF RandomSF is offline
Junior Member
 
Join Date: Nov 2008
Posts: 23
Thanks: 7
Thanked 2 Times in 2 Posts
Default

I don't use hald with X.

Your snippet solved my problem.

Thank you.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 00:47.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0