一、fedora 11中激活ctrl+alt+backspace
ctrl+alt+backspace组合键在其他发行版中的功能是重启x-server,而到了fedora11,官方的解释见http://blogs.computerworld.com/fedor..._five_features
"There is one problem here though. In the past, if you ran into a real graphics foul-up, power Linux users have long used the key-combination "Control-Alt-Backspace" to kill and restart X.server. Unless you manually set this on in the x.org file, that key combo no longer works. That said, I haven't had any need to re-start X.server in Fedora 11. Still, I went ahead and reset it to the old behavior because I'm so used to using it. "
但是,安装某些gnome应用程序需要重启x-server。下面是激活快捷键的方法
1 gnome桌面下,system>Preference>keyboard.
2 选择Layouts标签,进入Layout Options...
3 在列表中选择Key sequence to kill the X server下拉列表,勾上那个组合键的选项。
大功告成。
二、fedora 11 无法使用 root 账户登录的解决方法
继fedora10之后fedora11仍然不让root用户登陆GUI,照着fedora 10的方法做过之后仍然不行。
其实解决方法还是差不多的:
为了用root登入,就先用普通用户登陆,打开系统工具-终端
输入命令:su -
输入root密码(此时密码不显示,直接输入)
输入命令:gedit /etc/pam.d/gdm&
在文本编辑器中注释掉"auth required pam_succeed_if.so user != root quiet"这一行(在这一行前面加上"#",即改成#auth required pam_succeed_if.so user != root quiet)
保存后继续输入命令:gedit /etc/pam.d/gdm-password&
同样地注释掉"auth required pam_succeed_if.so user != root quiet"这一行。
保存后退出
现在就能使用root登录了
逆风飞祥 于 2009-06-19 16:39:37发表:
已经了解~感谢分享~
fanglk8899 于 2009-06-19 16:27:32发表:
:0)1
netdot 于 2009-06-19 15:08:43发表:
F11里只要修改这个:gedit /etc/pam.d/gdm-password,root就可以登录GUI界面了,包括KDE。
小神龙 于 2009-06-19 14:36:00发表:
正为这事发愁呢,谢谢{:2_93:}
hl_arrowfly 于 2009-06-19 11:04:03发表:
非常感谢!
414716676 于 2009-06-13 15:12:59发表:
````````````````````
414716676 于 2009-06-13 15:12:53发表:
````````````````````
jyz19880823 于 2009-06-13 11:53:26发表:
顶
mountainsli 于 2009-06-12 20:54:29发表:
学了
wangfeng819 于 2009-06-12 20:53:22发表:
非常感谢你能把自己的技巧和大家共享,你们的努力是Fedora普及的希望
furshow 于 2009-06-12 16:29:58发表:
受教