dual monitor

Nikos Alexandris nikos.alexandris at uranus.uni-freiburg.de
Wed Jun 11 12:48:37 BST 2008


On Wed, 2008-06-11 at 00:48 +0300, manolis wrote:
> καλησπερα εχω ubuntu 7.10 μια καρτα γραφικων ati radeon 9600 xt απανω 
> εχω τον open source driver της ati και 2 οθονες.τωρα ειναι cloned και 
> προσπαθω να τις χωρισω.το xorg.conf ειναι καπωσ ετσι :Section "Device"
> Identifier "ATI Technologies Inc RV350 AR [Radeon 9600]"
> Driver "ati"
> BusID "PCI:2:0:0"
> Option "MergedFB" "true"
> Option "MonitorLayout" "CRT,TMDS"
> Option "CRT2Hsync" "30-65"
> Option "CRT2VRefresh" "50-75"
> Option "OverlayOnCRTC2" "true"
> Option "CRT2Position" "LeftOf"
> Option "MetaModes" "1280x1024-1280x1024"
> #Option "MergedXineramaCRT2IsScreen0" "boolen"
> EndSection.
> επειτα απο τον οδηγο που διαβασα 
> εδω:http://ubuntuforums.org/showthread.php?t=301961
> αλλα οι οθονες ειναι ακομα cloned.τι μπορω να κανω?ευχαριστω

Μανώλη,

δεν ξέρω αν σε βοηθήσουν τα δικά μου στοιχεία για 2 οθόνες. Ιδού:

[...]

Section "ServerLayout"

	# Uncomment if you have a wacom tablet
	#	InputDevice     "stylus"	"SendCoreEvents"
	#	InputDevice     "cursor"	"SendCoreEvents"
	#	InputDevice     "eraser"	"SendCoreEvents"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	Screen         "aticonfig-Screen[1]" Above "aticonfig-Screen[0]"
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "Synaptics Touchpad"
EndSection

[...]

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

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

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option      "TexturedVideo"
	Option		"DRI"			"true"
#	Option		"GARTSize" "64"
	Option		"ColorTiling"		"on"
	Option		"EnablePageFlip"	"true"
	Option		"AccelMethod" 		"EXA"
	Option		"XAANoOffscreenPixmaps"
	Option      "UseFastTLS"		"2"
	BusID       "PCI:1:5:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[1]"
	Driver      "fglrx"
	BusID       "PCI:1:5:0"
	Screen      1
EndSection

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

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

[...]





More information about the Ubuntu-gr mailing list