关于ubuntu9.4 双屏幕独立显示的问题 很奇怪的一个问题

CPU/显卡/打印机/USB设备等硬件问题
回复
wliment
帖子: 15
注册时间: 2009-03-14 22:17

关于ubuntu9.4 双屏幕独立显示的问题 很奇怪的一个问题

#1

帖子 wliment » 2009-05-03 14:25

我的显卡是HD3470 我将我的笔记本外接了一个CRT显示器,安装的是官方9,4驱动 一切正常,但是在配置好双屏幕独立显示的时候,出了点问题,我在外接显示器点击应用程序,如新立德,只要系统自带的程序,都会在主显示器显示,而自己安装的软件比如 virtualbox vmware 等软件就会显示在当前显示器,也就是我的外接显示器上。 想修改xorg.conf文件 但是 不知道从哪一部分下手 。我的xorg.conf文件

代码: 全选

[size=200]Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
	Screen         "aticonfig-Screen[0]-1" Above "aticonfig-Screen[0]-0"
EndSection

Section "Files"
EndSection

Section "Module"
	Load  "dri"
	Load  "GLcore"
EndSection

Section "ServerFlags"
	Option	    "Xinerama" "off"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-1"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	Option	    "KeyNotFound" "KeyNotFound"
	Option	    "off" ""
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
	Option	    "Capabilities" "0x00000800"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-1"
	Driver      "fglrx"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
	BusID       "PCI:1:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-1"
	Device     "aticonfig-Device[0]-1"
	Monitor    "aticonfig-Monitor[0]-1"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection[/size]
wliment
帖子: 15
注册时间: 2009-03-14 22:17

Re: 关于ubuntu9.4 双屏幕独立显示的问题 很奇怪的一个问题

#2

帖子 wliment » 2009-05-07 8:44

的确是个难题,可能是驱动原因吧,要是这样就没有必要研究的必要了
回复