|
发表于 2011-8-29 02:02:47
|
显示全部楼层
如果从启动就是黑屏,很可能是KMS的问题。可以参考http://wiki.debian.org/KernelModesetting- To disable KMS for Intel and Radeon cards, either:
- Boot with the [color="Red"]nomodeset[/color] kernel command line parameter.
- Edit /etc/modprobe.d/i915-kms.conf or /etc/modprobe.d/radeon-kms.conf accordingly.
- To disable KMS for nVidia cards, either:
- Boot with the [color="Red"]nouveau.modeset=0[/color] kernel command line parameter.
- Blacklist the nouveau kernel module, e.g. with
- echo blacklist nouveau > /etc/modprobe.d/blacklist-nouveau.conf
复制代码 |
|