分页: 1 / 1
[问题]我的8.04注销或者重启GDM都会死机
发表于 : 2008-04-11 1:50
由 kmeng
不知道什么原因阿,注销,或者ctrl+alt+backspace,或者使用/etc/init.d/gdm restart都会死机。启动或者关机都是好的。哪里能看到这个死机的信息么?
发表于 : 2008-04-11 2:02
由 carbont
欧洲官方源更新,或者正式版出来后更新还是这样的情况,再去解决的好。呵呵哈
发表于 : 2008-04-11 8:00
由 xusheng0711
我装了受限驱动后
Kdm就会这样
用GDM没有遇到过
是不是A卡
发表于 : 2008-04-11 9:13
由 eexpress
/var/log/Xorg.0.log看下。不一定能看到。死机难得有完整的记录的。
发表于 : 2008-04-11 9:43
由 kmeng
我是装了A卡的受限驱动的。等正式版出来再看吧。
发表于 : 2008-04-12 4:14
由 seagle0128
kmeng 写了:我是装了A卡的受限驱动的。等正式版出来再看吧。
应该是fglrx驱动的问题。只要装了ATI的驱动,使用hardy都会出这样的问题。现在我都不能注销,只能强制重启。没有办法。很多人已经报告了该bug,但不知道如何解决。也许只有等ATI官方驱动更新了
发表于 : 2008-04-12 23:21
由 xusheng0711
在控制台里面用命令行重启
或者黑屏的时候用ctrl+alt+delete
我的也是啊,新版本了还是这样
发表于 : 2008-04-29 22:37
由 seagle0128
我的也是啊,新版本了还是这样。
ATI 8.04最新驱动,ubuntu 8.04,T42 Thinkpad
只要注销或者切换终端都会死机,不用受限驱动就没有问题
怎么办啊,很郁闷
发表于 : 2008-05-02 0:21
由 c2
参考https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.24/+bug/118605/
Stefan Carslöv wrote on 2008-04-13: (permalink)
I had the same problem on my up to date Kubuntu 8.04 Beta. The problem is that /etc/ati/authatieventsd.sh can't locate a file. It's got the wrong path.
In /etc/ati/authatieventsd.sh change this line:
XDM_AUTH_MASK=/var/lib/xdm/authdir/authfiles/A$1*
to:
XDM_AUTH_MASK=/var/run/xauth/A$1*
This solved the black screen hanging on logoff for me.
I'm not quite sure what to change if you're using Gnome, but I suspect it's this line:
GDM_AUTH_FILE=/var/lib/gdm/$1.Xauth
按照这个方法问题应可解决(我就是这样解决的)。另外该页有人做个patch,但没试验过。
发表于 : 2008-05-24 22:14
由 Runner
c2 写了:参考https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.24/+bug/118605/
Stefan Carslöv wrote on 2008-04-13: (permalink)
I had the same problem on my up to date Kubuntu 8.04 Beta. The problem is that /etc/ati/authatieventsd.sh can't locate a file. It's got the wrong path.
In /etc/ati/authatieventsd.sh change this line:
XDM_AUTH_MASK=/var/lib/xdm/authdir/authfiles/A$1*
to:
XDM_AUTH_MASK=/var/run/xauth/A$1*
This solved the black screen hanging on logoff for me.
I'm not quite sure what to change if you're using Gnome, but I suspect it's this line:
GDM_AUTH_FILE=/var/lib/gdm/$1.Xauth
按照这个方法问题应可解决(我就是这样解决的)。另外该页有人做个patch,但没试验过。
没有这个文件啊?
/etc/ati/authatieventsd.sh
发表于 : 2008-05-24 23:25
由 eexpress
如果是关于Xauth的话,是可能。比如不是启动的gdm,导致.Xauth没找到。造成假死。
发表于 : 2008-07-06 12:47
由 fangjq
nvidia的也有问题