请问如何启用ctrl alt backspace 重启图形界面?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
sirius99
帖子: 238
注册时间: 2007-11-28 19:56

请问如何启用ctrl alt backspace 重启图形界面?

#1

帖子 sirius99 » 2009-04-07 0:20

9.04把ctrl alt backspace重启图形界面的功能关闭了。请问如何再次启用呢?
头像
hubert_star
论坛版主
帖子: 5373
注册时间: 2007-10-29 22:12
系统: OSX 10.9 + Ub 1304
来自: 江苏南京

Re: 请问如何启用ctrl alt backspace 重启图形界面?

#2

帖子 hubert_star » 2009-04-07 0:25

man xorg.conf
佛经说,人有八苦: 生、老、病、死、求不得、怨憎、爱别离、五阴盛 故我苦!
圣经说,人有七罪: 饕餮、贪婪、懒惰、淫欲、傲慢、嫉妒和暴怒  故我有罪!

我这篇帖子里面没有任何攻击我们伟大的中华人民共和国政府和任劳任怨的人民公仆(和本论坛高素质的版主)的文字和含义;

特此声明!

有些事,我们明知道是错的,也要去坚持,因为不甘心;有些人,我们明知道是爱的,也要去放弃,因为没结局;有时候,我们明知道没路了,却还在前行,因为习惯了。

欢迎来我的新浪微博@me
Sigmund
帖子: 63
注册时间: 2006-12-28 0:05

Re: 请问如何启用ctrl alt backspace 重启图形界面?

#3

帖子 Sigmund » 2009-04-07 0:40

在xorg.conf中加入:

Section "ServerFlags"
Option "DontZap" "false"
EndSection
头像
hubert_star
论坛版主
帖子: 5373
注册时间: 2007-10-29 22:12
系统: OSX 10.9 + Ub 1304
来自: 江苏南京

Re: 请问如何启用ctrl alt backspace 重启图形界面?

#5

帖子 hubert_star » 2009-04-07 0:42

SERVERFLAGS SECTION
In addition to options specific to this section (described below), the ServerFlags section is used to specify some global Xorg server options. All of the entries in this section are Options,
although for compatibility purposes some of the old style entries are still recognised. Those old style entries are not documented here, and using them is discouraged. The ServerFlags section is
optional, as are the entries that may be specified in it.

Options specified in this section (with the exception of the "DefaultServerLayout" Option) may be overridden by Options specified in the active ServerLayout section. Options with command line
equivalents are overridden when their command line equivalent is used. The options recognised by this section are:

Option "DefaultServerLayout" "layout-id"
This specifies the default ServerLayout section to use in the absence of the -layout command line option.

Option "NoTrapSignals" "boolean"
This prevents the Xorg server from trapping a range of unexpected fatal signals and exiting cleanly. Instead, the Xorg server will die and drop core where the fault occurred. The default
behaviour is for the Xorg server to exit cleanly, but still drop a core file. In general you never want to use this option unless you are debugging an Xorg server problem and know how to
deal with the consequences.

Option "DontVTSwitch" "boolean"
This disallows the use of the Ctrl+Alt+Fn sequence (where Fn refers to one of the numbered function keys). That sequence is normally used to switch to another "virtual terminal" on operat‐
ing systems that have this feature. When this option is enabled, that key sequence has no special meaning and is passed to clients. Default: off.

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.

Option "DontZoom" "boolean"
This disallows the use of the Ctrl+Alt+Keypad-Plus and Ctrl+Alt+Keypad-Minus sequences. These sequences allows you to switch between video modes. When this option is enabled, those key
sequences have no special meaning and are passed to clients. Default: off.


我觉得这个论坛上没几个人还记得man这个东西
佛经说,人有八苦: 生、老、病、死、求不得、怨憎、爱别离、五阴盛 故我苦!
圣经说,人有七罪: 饕餮、贪婪、懒惰、淫欲、傲慢、嫉妒和暴怒  故我有罪!

我这篇帖子里面没有任何攻击我们伟大的中华人民共和国政府和任劳任怨的人民公仆(和本论坛高素质的版主)的文字和含义;

特此声明!

有些事,我们明知道是错的,也要去坚持,因为不甘心;有些人,我们明知道是爱的,也要去放弃,因为没结局;有时候,我们明知道没路了,却还在前行,因为习惯了。

欢迎来我的新浪微博@me
头像
photor
论坛版主
帖子: 11004
注册时间: 2008-04-26 12:41

Re: 请问如何启用ctrl alt backspace 重启图形界面?

#6

帖子 photor » 2009-04-07 10:16

hubert_star 写了:SERVERFLAGS SECTION
In addition to options specific to this section (described below), the ServerFlags section is used to specify some global Xorg server options. All of the entries in this section are Options,
although for compatibility purposes some of the old style entries are still recognised. Those old style entries are not documented here, and using them is discouraged. The ServerFlags section is
optional, as are the entries that may be specified in it.

Options specified in this section (with the exception of the "DefaultServerLayout" Option) may be overridden by Options specified in the active ServerLayout section. Options with command line
equivalents are overridden when their command line equivalent is used. The options recognised by this section are:

Option "DefaultServerLayout" "layout-id"
This specifies the default ServerLayout section to use in the absence of the -layout command line option.

Option "NoTrapSignals" "boolean"
This prevents the Xorg server from trapping a range of unexpected fatal signals and exiting cleanly. Instead, the Xorg server will die and drop core where the fault occurred. The default
behaviour is for the Xorg server to exit cleanly, but still drop a core file. In general you never want to use this option unless you are debugging an Xorg server problem and know how to
deal with the consequences.

Option "DontVTSwitch" "boolean"
This disallows the use of the Ctrl+Alt+Fn sequence (where Fn refers to one of the numbered function keys). That sequence is normally used to switch to another "virtual terminal" on operat‐
ing systems that have this feature. When this option is enabled, that key sequence has no special meaning and is passed to clients. Default: off.

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.

Option "DontZoom" "boolean"
This disallows the use of the Ctrl+Alt+Keypad-Plus and Ctrl+Alt+Keypad-Minus sequences. These sequences allows you to switch between video modes. When this option is enabled, those key
sequences have no special meaning and are passed to clients. Default: off.


我觉得这个论坛上没几个人还记得man这个东西
如果有中文手册的话,大概所有人都会记得 :em09
头像
sirius99
帖子: 238
注册时间: 2007-11-28 19:56

Re: 请问如何启用ctrl alt backspace 重启图形界面?

#7

帖子 sirius99 » 2009-04-07 13:07

谢谢 :em01 :em01 :em01
头像
夜泊枫桥
帖子: 333
注册时间: 2007-04-03 22:18

Re: 请问如何启用ctrl alt backspace 重启图形界面?

#8

帖子 夜泊枫桥 » 2009-04-18 12:28

:em06 英语
头像
daf3707
论坛版主
帖子: 12731
注册时间: 2007-06-13 15:57
来自: 在他乡

Re: 请问如何启用ctrl alt backspace 重启图形界面?

#9

帖子 daf3707 » 2009-04-18 13:24

中文man

代码: 全选

sudo apt-get install manpages-zh
头像
syrano
帖子: 4313
注册时间: 2007-10-06 18:40

Re: 请问如何启用ctrl alt backspace 重启图形界面?

#10

帖子 syrano » 2009-04-26 19:45

:em11
E=m c^2
头像
wandsea
帖子: 52
注册时间: 2008-06-12 16:06

Re: 请问如何启用ctrl alt backspace 重启图形界面?

#11

帖子 wandsea » 2009-04-26 20:50

:em11
我的blog:http://wandsea.com/欢迎大家访问哦~
yoyudeng
帖子: 10
注册时间: 2006-10-18 12:54
来自: 广东广州

Re: 请问如何启用ctrl alt backspace 重启图形界面?

#12

帖子 yoyudeng » 2009-06-10 23:44

:em11 有空还是要多多练习E文阿!各位
回复