ubuntu6.06容易死机的一种解决方法
生活随笔
收集整理的這篇文章主要介紹了
ubuntu6.06容易死机的一种解决方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
修改 /etc/X11/xorg.conf
在 Section "Module" 中把下面這句話注視掉。
# Load "dri"
然后,在下面這個Section中(你的可能有些出入,但應該有個相似的Section),把 Driver "ati" 改成 Driver "vesa" 就ok了。
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon Mobility 9000]"
Driver "vesa" ##這里原來是 Driver "ati"
BusID "PCI:1:0:0"
EndSection
在 Section "Module" 中把下面這句話注視掉。
# Load "dri"
然后,在下面這個Section中(你的可能有些出入,但應該有個相似的Section),把 Driver "ati" 改成 Driver "vesa" 就ok了。
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon Mobility 9000]"
Driver "vesa" ##這里原來是 Driver "ati"
BusID "PCI:1:0:0"
EndSection
轉載于:https://www.cnblogs.com/winsir/archive/2006/07/25/459167.html
總結
以上是生活随笔為你收集整理的ubuntu6.06容易死机的一种解决方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 搜索引擎优化经验谈
- 下一篇: boost_1.47在VS2010下的安