ATI Drivers report bogus dot_clock to xvidtune

Alex Deucher alexdeucher at gmail.com
Tue Mar 28 14:35:28 PST 2006


On 28 Mar 2006 17:28:08 -0500, Greg Stark <gsstark at mit.edu> wrote:
> "Alex Deucher" <alexdeucher at gmail.com> writes:
>
> > On 28 Mar 2006 16:59:07 -0500, Greg Stark <gsstark at mit.edu> wrote:
> > > "Alex Deucher" <alexdeucher at gmail.com> writes:
> > >
> > > > Option "mergedfb" "false"
> > > >
> > > > in the device section of your config.
> > >
> > > Then how do I set up the second screen?
> >
> > Use xinerama and "regular" multi-head (ie, two screen, device, monitor
> > sections, etc.).  Although I don't know if there are any issues with
> > xinerama and xvidtune, etc.
>
> Sure, I mean, what device do I put in the second screen block?

see one of the xinerama/dualhead howtos:
http://gentoo-wiki.com/HOWTO_Dual_Monitors

something along the lines of this:

Section "Device"
    Identifier "device0"
    VendorName "ATI"
    BoardName "ATI Radeon"
    Driver "radeon"
    BusID "PCI:1:0:0"
    Screen 0
EndSection

Section "Device"
    Identifier "device1"
    BoardName "ATI Radeon"
    Driver "radeon"
    BusID "PCI:1:0:0"
    Screen 1
EndSection


>
>
> --
> greg
>
>



More information about the xorg mailing list