[Wlug] Xinerama issues with Fedora Core 8...

Chuck Anderson cra at WPI.EDU
Tue Nov 20 10:31:02 EST 2007


On Tue, Nov 20, 2007 at 10:26:24AM -0500, Tim Keller wrote:
> Section "Device"
>         Identifier  "Videocard0"
>         Driver      "radeon"
>         Option      "Monitor-VGA-0"
>         Option      "Monitor-DVI-0"
>         BusID       "PCI:1:9:0"
> EndSection

You forgot the second argument to the Montior- options here.

Section "Device"
         Identifier  "Videocard0"
         Driver      "radeon"
         Option      "Monitor-VGA-0" "first"
         Option      "Monitor-DVI-0" "second"
         BusID       "PCI:1:9:0"
EndSection


More information about the Wlug mailing list