显卡硬件:NVIDIA GeForce G105M (笔记本显卡)
激活推荐那个附加驱动了,屏幕出现了六个桌面。。。
移除后显示正常。。。
之前的系统版本我都是正常的,到了12.04就不支持我的显卡了??晕

代码: 全选
Section "Device"
...
Option "ModeValidation" "NoTotalSizeCheck"
...
EndSection
哈哈,搞定了,谢谢。。susbarbatus 写了:For some users using Geforce GT 100M's, the screen turns out corrupted after X starts; divided into 6 sections with a resolution limited to 640x480.
To solve this problem, enable the Validation Mode NoTotalSizeCheck in section
Device:代码: 全选
Section "Device" ... Option "ModeValidation" "NoTotalSizeCheck" ... EndSection