我只有一个显示器啊,它怎么说是两个呢??

CPU/显卡/打印机/USB设备等硬件问题
头像
feihei
帖子: 40
注册时间: 2009-05-22 16:27

Re: 我只有一个显示器啊,它怎么说是两个呢??

#16

帖子 feihei » 2011-10-18 22:46

我装了11.10,装了fglrx,然后在文字界面vi下修改xorg.conf,终于解决了这个问题
ati驱动其实还是fglrx好啊……别被黑屏吓到了
这个是现在的xorg.conf文件(优派V902显示器,最佳分辨率1280x1024)

代码: 全选

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Horizsync	30-82
	Vertrefresh	50-85
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	SubSection	"Display"
		Modes	"1280x1024" "1152x864" "1024x768"
	EndSubSection
	DefaultDepth	24
EndSection

Section "Module"
	Load	"glx"
EndSection
回复