[ati 9600] How to have dual monitor now with the new driver ?

Alex Deucher alexdeucher at gmail.com
Tue Sep 18 06:37:05 PDT 2007


On 9/18/07, GiGGz <giggzounet at gmail.com> wrote:
> Hi,
>
> With the old driver I use MergedFB in order to have a "big desktop". I
> have a laptop and a CRT. With normal configuration I get (with the old
> driver) clone mode when I turn on my CRT. With a different Xorg.conf
> (see xorg.conf at the end) I could have an extended desktop on my LCD
> and my CRT. I have read that now the MergedFB option have been diseabled
> and we must use RandR...how can I do that, in order to have an extended
> desktop ? (with two different resolutions...)

you'll need to add a virtual line to your config set to the max size
desktop you want to use, e.g.,:

       Subsection "Display"
               Depth   24
               Virtual 2680 1050
               Modes   "1400x1050"
       EndSubSection

then

dualhead:
xrandr --output VGA-0 --right-of LVDS

turn vga port off:
xrandr --output VGA-0 --off

etc.  See xrandr --help for more.

Alex


More information about the xorg-driver-ati mailing list