关于注销黑屏死机的问题的解决探讨
暂时没找到原因,不过目前我的机子正常注销了,有可能和nv卡的驱动有关,另外发现在/var/log/secure里有错误报告,找不到文件/etc/environment
所以建立该文件如下:
#中文界面配置
LANGUAGE="zh_CN:zh:en_US:en"
LC_ALL=zh_CN.GB18030
LANG=zh_CN.GB18030
GST_ID3_TAG_ENCODING=GBK
#英文界面配置
#LANGUAGE="en_US:en"
#LC_CTYPE=zh_CN.UTF-8
#LANG=en_GB.UTF-8
#GST_ID3_TAG_ENCODING=GBK xorg呢? xorg-server-1.3.X?
我前一阵也有这现象,不止是注销,切换到TTY的时候就有可能花屏死机
我显卡是intel的...
升级到xorg-server-1.5后暂时还没死过:cry: 正在打包1.5,不过mesa7.1打不过去。 1.5 太新。暂时不要打了……
貌似 ati 驱动还没跟进呢。 ati驱动在1.5上无法安装?如果是这样,那我就放弃了。 X.Org 7.3 和 X server 1.4 该版本最为显著的改进是为用户带来了热插拔功能。同时,KDrive、DTrace、以及 EXA 都有所增强。除此之外,还添加了新的应用程序 xbacklight,新的驱动程序 xf86-video-glide 和 xf86-video-vermilion,新的 API 手册页、支持在字体路径中使用 catalogue 目录、以及对 xdm 添加了 Xft 支持等。 提供一个情况:
init3的情况下,启动X,然后注销不会死
init5的情况下,注销会死 .............
为何我没遇到过.... 我也遇到这个问题,但不是经常有,有这个问题的人用的是什么显卡,是nvidia的显卡吗? 又路过一次,..
详细说下我遇到的情况吧,虽然与ML无关。
系统是gentoo,显卡intel 945GM。前一段时间更新了某些组件后,从X-windows切换到console的时候随机花屏宕机,
包括任何方式的切换,重启,关闭X。 死机概率并不高 5%以内,系统完全停止响应,ping不通,无日志
起初怀疑是内核帧缓冲的问题,更换内核版本,换用vesafb,intelfb,uvesafb,关闭帧缓冲,都没能解决。
于是怀疑是intel-xorg驱动的问题,更新驱动,顺带将xorg-server从1.3更新到1.5,目前过了3天了,还没宕过
:|
PS:fontconfig更新到2.6.0,废弃了fonts.conf ,没做任何设置居然完美显示中文 fontconfig 加强了亚洲字体支持的优化。
另外,好像没有废弃 fonts.conf 吧? 近似于吧,他用了新的fonts.conf,把我老的给覆盖了,
emerge的时候说已经不在使用fonts.conf了,
字体配置文件移到 /etc/fonts/conf.d/下面,
以为这下遇到大麻烦了呢,发现使用任何一个非中文的字体,都能正确的调用系统中的中文字体了..
不过我中文字体只装了雅黑,以前嫌麻烦字体都只设置了sans...
# cat /etc/fonts/conf.d/README
conf.d/README
Each file in this directory is a fontconfig configuration file.Fontconfig
scans this directory, loading all files of the form *.conf.
These files are normally installed in ../conf.avail and then symlinked here,
allowing them to be easily installed and then enabled/disabled by adjusting
the symlinks.
The files are loaded in numeric order, the structure of the configuration
has led to the following conventions in usage:
Files begining with: Contain:
00 through 09 Font directories
10 through 19 system rendering defaults (AA, etc)
20 through 29 font rendering options
30 through 39 family substitution
40 through 49 generic identification, map family->generic
50 through 59 alternate config file loading
60 through 69 generic aliases, map generic->family
70 through 79 select font (adjust which fonts are available)
80 through 89 match target="scan" (modify scanned patterns)
90 through 99 font synthesis
# ls/etc/fonts/conf.avail/
10-autohint.conf 41-ttf-arphic-uming.conf
10-no-sub-pixel.conf 45-latin.conf
10-sub-pixel-bgr.conf 49-sansserif.conf
10-sub-pixel-rgb.conf 50-user.conf
10-sub-pixel-vbgr.conf 51-local.conf
10-sub-pixel-vrgb.conf 60-latin.conf
10-unhinted.conf 64-ttf-arphic-uming.conf
20-fix-globaladvance.conf 65-fonts-persian.conf
20-unhint-small-vera.conf 65-khmer.conf
25-ttf-arphic-ukai-render.conf 65-nonlatin.conf
25-ttf-arphic-uming-bitmaps.conf69-unifont.conf
25-ttf-arphic-uming-render.conf 70-no-bitmaps.conf
25-unhint-nonlatin.conf 70-yes-bitmaps.conf
30-metric-aliases.conf 75-ttf-arphic-ukai-select.conf
30-urw-aliases.conf 80-delicious.conf
35-ttf-arphic-ukai-aliases.conf 90-synthetic.conf
35-ttf-arphic-uming-aliases.conf90-ttf-arphic-ukai-embolden.conf
40-nonlatin.conf 90-ttf-arphic-uming-embolden.conf
41-ttf-arphic-ukai.conf
原帖由 12543122 于 2008-9-14 17:46 发表 http://www.linuxfans.org/bbs/images/common/back.gif
近似于吧,他用了新的fonts.conf,把我老的给覆盖了,
emerge的时候说已经不在使用fonts.conf了,
字体配置文件移到 /etc/fonts/conf.d/下面,
以为这下遇到大麻烦了呢,发现使用任何一个非中文的字体,都 ...
这个只是gentoo的做法吧。magic也是用conf.d里面的配置的。
页:
[1]