By default Ctrl + Alt + BackSpace key combination in Ubuntu Jaunty was disabled.This shortcut key is used to restart X.This tutorial will explain how to enable this key combunation.
Install the “dontzap” package using the following command
sudo apt-get install dontzap
Open Terminal and type
sudo dontzap
--
enable
or
sudo dontzap
--
disable
Where “disable” means that Ctrl+Alt+Backspace restarts the xserver while “enable” means that it won’t.
Update :- Some more solutions from our readers
1)You don’t need to install software to enable it. Simply add the following lines to your xorg.conf file, making sure that when you paste it, it is NOT using
sudo gksudo gedit /etc/X11/xorg.conf
Section “ServerFlags”
Option “DontZap” “false”
EndSection
right alt + printscreen +k
to do the same effect
Thai version
ปุ่ม Ctrl + Alt + BackSpace (ไม่ใช่ Ctrl + Alt + Del นะครับ) สามปุ่มมหัศจรรย์ไว้สำหรับ RestartX ที่เราใช้กันมาอย่างเคยมือ โดยเฉพาะเวลาจะล๊อกเอาท์แบบเร่งด่วน เรียกว่าเป็นอะไรที่สำคัญพอๆกับ Ctrl + Alt + Del บนวินโดวส์เลยเชียวล่ะ แต่ปัญหาคือ ใน Ubuntu เวอร์ชั่นใหม่ รวมถึง ในอีกหลาย Distro จะไม่สามารถใช้สามปุ่มมหัศจรรย์นี้ได้อีกแล้ว ด้วยเหตุผลง่ายๆว่า X มันดีมากแล้ว ไม่ต้องใช้เจ้าสามปุ่มนั้นอีกต่อไป
แต่ก็อย่างที่รู้กัน คือหลังๆมานี้ เราไม่ได้ใช้สามปุ่มนั้นเพราะ X แต่เราใช้แทนการล๊อกเอาท์เวลารีบๆ ซะเป็นส่วนใหญ่ ดังนั้นเรามาเอาสามปุ่มมหัศจรรย์ของเราคืนมากันเถอะครับ
วิธีก็ง่ายๆ ตามนี้
- ติดตั้งแพคเกจ dontzap สั่ง
sudo apt-get install dontzap
- เปิดใช้สามปุ่มมหัศจรรย์ สั่ง
sudo dontzap --disable
Reference
No comments:
Post a Comment