Chinaunix首页 | 论坛 | 博客
  • 博客访问: 72262
  • 博文数量: 7
  • 博客积分: 211
  • 博客等级: 入伍新兵
  • 技术积分: 179
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-17 08:18
文章分类
文章存档

2012年(6)

2011年(1)

我的朋友

分类: LINUX

2011-12-08 17:51:57

由于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
阅读(2967) | 评论(1) | 转发(3) |
0

上一篇:没有了

下一篇:田英章钢笔书法实用教程--楷书

给主人留下些什么吧!~~

天的星星2011-12-09 00:52:16

VM太强大了,不过7系列的竟然安不上win8不知道为什么