由于Fedora 16采用了gnome3, 一上来就给我报错: failed to load gnome3, enter fallback mode.
真心不爽, 并且觉得gnome和kde都很臃肿, 本人基本不用Linux作图形开发, 只需要最简单的desktop就OK了, 遂决定投奔LXDE和Xfce
root登录
vi /etc/pam.d/gdm
注释其中的一行 auth required pam_succeed_if.so user != root quiet
然后 vi /etc/pam.d/gdm-password
注释其中的一行 auth required pam_succeed_if.so user != root quiet
自动登录
vi /etc/gdm/custom.conf
在最后添加以下内容:
[daemon]
TimedLoginEnable=true
TimedLogin=YourAccount
TimedLoginDelay=3
但似乎哪里设置不对, 并没有如期工作
AutomaticLoginEnable=true
AutomaticLogin=YourAccount
改用这两行的话, 是好使的
安装VMware tool
一切很顺利, 但最后出现了"BUG: unable to handle kernel NULL pointer dereference at 00000054"
VMware的人回复如下:
This has been reported a couple of months ago and has subsequently been fixed.
The kernel updates broke the shared folders file system driver in the HgfsMount and HgfsReadSuper when calling d_alloc_root when it really should not have.
I am not sure when an updated release is going to be made and released which contains the fix though.
如果觉得每次启动都会报kernel BUG烦心, 可以重新运行/usr/bin/vmware-config-tools.pl, 将shareFolders这个特性给禁掉.
最近有篇帖子给出了源码级的解决方案,在vmware没有release新的vmware tools的日子里,姑且用之吧。
其他问题
Fedora16使用LXDE桌面的话, 设置完宽屏分辨率, 重启就会还原
Workaround在.bashrc里面加入命令xrandr -s 1366x768
阅读(1070) | 评论(0) | 转发(0) |