Disable Ctrl+Alt+Backspace untuk restart X di Gnome

Secara default di Desktop Gnome, seorg user dapat merestart X menggunakan Ctrl+Alt+Backspace. Untuk menghindari hal seperti itu bisa menggunakan tips dibawah ini.

Terlebih dahulu backup file xorg.conf menggunakan perintah berikut :

$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

Sekarang edit file tersebut dengan menggunakan perintah :

$ sudo vi /etc/X11/xorg.conf

Tambahkan baris berikut diakhir file xorg.conf :

Section “ServerFlags”

Option “DontZap” “yes”

EndSection

Simpan file yang telah diedit itu dengan menggunakan :x

Sekarang user tidak bisa lagi merestart X menggunakan Ctrl+Alt+Backspace :)

Reply

The content of this field is kept private and will not be shown publicly.
If you have a Gravatar account, used to display your avatar.
  • Lines and paragraphs break automatically.

More information about formatting options

This blog uses the CommentLuv Drupal plugin which will try and parse your sites feed and display a link to your last post, please be patient while it tries to find it for you.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
5 + 0 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.