<div dir="ltr"><div style>I just upgraded my system to Linux Mint 14 (Linux 3.5.0), and Zaphode Mode stopped working in the new system.</div><div><br></div>This is my simplistic xorg.conf that I used to achieve Zaphod Mode (maybe a little different, because the original was lost in the upgrade and I based it on an old backup):<div>

<br></div><div><div>Section "ServerLayout"</div><div>        Identifier     "X.org Configured"</div><div>        Screen      0 "Screen0"</div><div>        Screen      1 "Screen1" RightOf "Screen0"</div>

<div>EndSection</div><div><br></div><div>Section "Monitor"</div><div>        Identifier   "Dvi0"</div><div>EndSection</div><div><br></div><div>Section "Monitor"</div><div>        Identifier   "Dvi1"</div>

<div>EndSection</div><div><br></div><div>Section "Device"</div><div>        Identifier  "Card0"</div><div>        Driver      "radeon"</div><div>        VendorName  "ATI Technologies Inc"</div>

<div>        BoardName   "RV770 [Radeon HD 4870]"</div><div>        Option      "ZaphodHeads" "DVI-0"       # <str></div><div>        BusID       "PCI:2:0:0"</div><div>        Screen 0</div>

<div>EndSection</div><div><br></div><div>Section "Device"</div><div>        Identifier  "Card1"</div><div>        Driver      "radeon"</div><div>        VendorName  "ATI Technologies Inc"</div>

<div>        BoardName   "RV770 [Radeon HD 4870]"</div><div>        Option      "ZaphodHeads" "DVI-1"  # <str></div><div>        BusID       "PCI:2:0:0"</div><div>        Screen      1</div>

<div>EndSection</div><div><br></div><div>Section "Screen"</div><div>        Identifier "Screen0"</div><div>        Device     "Card0"</div><div>        Monitor    "Dvi0"</div><div>
EndSection</div>
<div><br></div><div>Section "Screen"</div><div>        Identifier "Screen1"</div><div>        Device     "Card1"</div><div>        Monitor    "Dvi1"</div><div>EndSection</div><div>
<br>
</div><div style>But when I launch XOrg, I get these lines on the log (the most relevant line marked):</div><div style><br></div><div style>...</div><div style><div>[   811.224] (++) using VT number 7</div><div><br></div>

<div>[   811.232] (II) [KMS] Kernel modesetting enabled.</div><div>[   811.232] Requested Entity already in use!</div><div>[   811.232] (II) [KMS] Kernel modesetting enabled.</div><div>[   811.232] (EE) Screen 1 deleted because of no matching config section. <-- (Only mention to "Screen1")</div>

<div>[   811.232] (II) UnloadModule: "radeon"</div><div>[   811.232] (II) RADEON(0): Creating default Display subsection in Screen section</div><div>        "Screen0" for depth/fbbpp 24/32</div><div>...</div>

<div><br></div><div style>and so on with "Screen0" configuration, with no other mention of "Screen1". The X session starts with a single screen. What is wrong with this config file? Why Xorg can't create the other screen?</div>

</div><div><br></div>-- <br>Lucas Clemente Vella<br><a href="mailto:lvella@gmail.com" target="_blank">lvella@gmail.com</a>
</div></div>