分页: 1 / 1

激活了显卡驱动,显示器出现六个桌面。。真牛。

发表于 : 2012-04-27 18:06
qq420100523
系统:ubuntu12.04 lts
显卡硬件:NVIDIA GeForce G105M (笔记本显卡)
激活推荐那个附加驱动了,屏幕出现了六个桌面。。。
移除后显示正常。。。
之前的系统版本我都是正常的,到了12.04就不支持我的显卡了??晕 :em20
IMG_0311.JPG

Re: 激活了显卡驱动,显示器出现六个桌面。。真牛。

发表于 : 2012-04-27 18:12
peteryeh64
...暫時先用用開源驅動了...

Re: 激活了显卡驱动,显示器出现六个桌面。。真牛。

发表于 : 2012-04-27 19:14
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

Re: 激活了显卡驱动,显示器出现六个桌面。。真牛。

发表于 : 2012-04-27 19:52
qq420100523
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
哈哈,搞定了,谢谢。。 :em11