Tiny Core Base > TCB Tips & Tricks
Preventing user to switch to CLI (consoul/shell) from GUI.
ipmeel:
Resolved!!!
(1) Installed 'Xorg-7.X.tcz' and removed 'Xvesa.tcz' from 'onboot.lst'. It disabled 'CTRL+ALT+Backspace', don't know how?
(2) Put a file ‘xorg.conf’ in ‘Xorg-7.7-bin.tcz’>/etc/X11/ with following content...
--- Code: ---Section “ServerFlags”
Option “DontVTSwitch” “yes”
Option “DontZap” “yes”
EndSection
--- End code ---
It disabled 'CTRL+ALT+Fn'.
Misalf:
--- Quote ---It disabled 'CTRL+ALT+Backspace', don't know how?
--- End quote ---
For Xorg, it would need
--- Code: ---Section "InputClass"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
--- End code ---
ipmeel:
--- Quote from: Misalf on October 09, 2016, 01:43:18 PM ---
--- Code: ---Section "InputClass"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
--- End code ---
--- End quote ---
Is it should be in ‘xorg.conf’ ?
Navigation
[0] Message Index
[*] Previous page
Go to full version