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:
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
posted on 2010-05-08 15:29 daning 閱讀(3264) 評論(0) 編輯 收藏 所屬分類: ubuntu