Tiny Core Base > CorePlus

how to disable ctrl alt delete from closing GUI?

(1/2) > >>

SJOGLwilson:
Hi all

I've been installing Tiny Core on my thin clients with RDP, which works perfectly, I have it set so RDP auto starts, keyboard is changed to English it connects and works fine with my server farm.

The only bit I'm stuck with is disabling CTRL ALT DELETE from closing the GUI and opening the command prompt. I have edited the inittab which stopped ctrl alt delete from rebooting but it still opens the black screen command line.

I'm begging if someone knows how I can resolve this I would be forever grateful.

Kindest Regards
Lee

gerald_clark:
Use Xorg.

SJOGLwilson:
Hi mate

I have installed Xorg but it resets my keyboard back to American and I need it to be UK, ive tried creating /etc/x11/xorg.cofg but I get access denied even when doing as sudo.

Do you know where I'm going wrong ?

Thanks
Lee

Misalf:
/usr/local/share/X11/xorg.conf.d/10-keyboard.conf

--- Code: ---Section "InputClass"
Identifier       "Keyboard Defaults"
MatchIsKeyboard  "on"
        Option           "xkb_model" "pc105"
Option           "XkbLayout"   "uk"
#Option           "XkbOptions"  "terminate:ctrl_alt_bksp"
EndSection


--- End code ---

Note, "XkbOptions" is commented out.

curaga:
..or you can add -nozap to your Xvesa startup line in .xsession.

Navigation

[0] Message Index

[#] Next page

Go to full version