Ubuntu升级到10.04后屏幕闪烁的问题

Ubuntu升级到10.04后屏幕闪烁的问题

原帖位置:http://hi.baidu.com/ninehills/blog/item/df52f5acac43b1c07dd92a76.html

Ubuntu从9.10升级到10.04后,发现开机后屏幕上出现全屏的闪烁短条纹。
经过一番折腾,发现是KMS的问题
Ubuntu10.04在内核2.6.32上默认开启KMS,于是就有了这个问题,开机选择2.6.31后就一切正常。
经过搜索, https://wiki.ubuntu.com/X/KernelModeSetting 有介绍。(附在文后)

关闭KMS后一切正常,而且我的显卡是:

ninehills@localhost:~$ lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV515 [Radeon Mobility X1450] [1002:7186]

属于推荐不开启的范畴

关闭KMS:
echo options radeon modeset=0 > /etc/modprobe.d/radeon-kms.conf

你可能感兴趣的:(Ubuntu升级到10.04后屏幕闪烁的问题)