X server error

Daniel Carrera daniel.carrera at zmsl.com
Sun Apr 23 09:17:01 UTC 2006


aqua wrote:
> but adding the Screen 0 and Screen
> 1 lines in the Device section caused one of the monitors to power down
> as soon as it started the x server. Try removing those lines. Suposedly
> they are asigned default numbers based on the order in which they are
> listed if no number is provided.
> 
> Remove the 0 and 1 next to "Screen" in the Layout section as well. 

Interesting... it works... The screens are "clones" but this is the 
first time that using "Device0" and "Device1" works.


> For those who do get at least clones to work, try adding 
> 
> Option          "CRT2Position"		"LeftOf" (or RightOf etc.)
 >
> to the first Device section.
> 
> Also try it without enabling xinerama, on my system it works better.

No change, I get a clone:

Section "Device"
	Identifier      "Device0"
	Option          "CRT2Position"          "LeftOf"
	BusID           "PCI:0:2:0"
	...
Section "Device"
	Identifier      "Device1"
	BusID           "PCI:0:2:0"
	...
Section "Screen"
	Identifier      "Screen0"
	Device          "Device0"
	...
Section "Screen"
	Identifier      "Screen1"
	Device          "Device1"
	...
Section "ServerLayout"
	Identifier      "Default Layout"
	Screen          "Screen0"       LeftOf  "Screen1"
	Screen          "Screen1"
	#Option         "Xinerama" "On"

Cheers,
Daniel.
-- 
      /\/`) http://opendocumentfellowship.org
     /\/_/
    /\/_/   A life? Sounds great!
    \/_/    Do you know where I could download one?
    /




More information about the ubuntu-users mailing list