当前位置: > CentOS > CentOS故障 >

no active mode ,forcing panel scaling”问题解决办法

时间:2014-07-06 19:19来源:linux.it.net.cn 作者:IT网

PC 同时有集成显卡和Nvidia显卡,CentOS自带开源Nvidia显卡驱动 nouveau,官方解释是出现Bug,导致出现标题描述的问题,现给出一种可以解决这种问题的方法。

只采用集成显卡(应该在CentOS下够用,要体验高性能,去windows)

网上出现的另外一种方法:

在 /boot/grub/menu.lst 中,在kernel行后添加 

drm_kms_helper.poll=0 
但是添加后没有明显效果。


以下方式在文本格式下进行,可以ctrl+alt+F1~F6 任选一个文本模式

1.本方法是先禁用 nouveau
添加 blacklist nouveau 到 /etc/modprobe.d/blacklist.conf中

2.修改/etc/X11/xorg.conf
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection

改成(只改加粗部分)

Section "Device"
Identifier "Videocard0"

Driver "intel"
EndSection

3.
/boot/grub/menu.lst 中,在kernel行最后添加 

4.reboot即可
(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容