c145
![]() |
|
|
|
|
|||||||
| X.Org X.Org on FreeBSD installation & configuration. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Running x.org 7.4, fluxbox 1.1.
I have Code:
Section "ServerFlags"
Option "DontZap" "false"
EndSection
Unfortunately for me, I don't remember changing anything that would cause this new (lack of) behavior. Any ideas? |
|
#2
|
||||
|
||||
|
The xorg.conf(5) manpages indicate:
Quote:
__________________
"Do Not Engage in Useless Activity" --Miyamoto Musashi |
|
#3
|
|||
|
|||
|
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. |
|
#4
|
||||
|
||||
|
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 |
|
#5
|
|||
|
|||
|
If you dont use hald with Xorg:
Code:
Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbOptions" "terminate:ctrl_alt_bksp,...." |
| The Following User Says Thank You to richardpl For This Useful Post: | ||
RandomSF (June 12th, 2009) | ||
|
#6
|
|||
|
|||
|
I don't use hald with X.
Your snippet solved my problem. Thank you. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|