On July 01, 2003, Bobby R. Cox sent me the following:
> I believe you are correct. I am pretty sure that I have the same setup
> as most.  I am able in windows ( for work purposes ) to use both
> monitors seperately.  I can't let windows out do Linux, so I thought I
> would ask if anyone had any experience with this. Thank you for your
> reply. 

I'm running dual-head on my laptop as I type this. It's a Sony VAIO
PCG-GR300, with a Radeon Mobility chip in it. Relevant parts of my
XF86Config:

Section "Device"
    Identifier  "Card0"
    Driver      "ati"
    VendorName  "ATI"
    BoardName   "Radeon Mobility"
    Screen      0
    Option      "AGPMode" "2"
    BusID       "PCI:1:0:0"
    Option      "NoVBE"
EndSection

Section "Device"
    Identifier  "Card1"
    Driver      "ati"
    VendorName  "ATI"
    BoardName   "Radeon Mobility"
    Screen      1
    Option      "AGPMode" "2"
    BusID       "PCI:1:0:0"
EndSection

I found the NoVBE option to be required, as it was attempting to
autodetect the available modes for the second head, and seemed to be
getting them confused with the modes for the laptop's LCD panel. As
long as you specify the correct HorizSync and VertRefresh for the
second head, you should be okay. The Xinerama howto should cover
setting up the ServerLayout and whatnot.

-- 
Chip Marshall <[EMAIL PROTECTED]>           http://www.chocobo.cx/chip/
GCM/CS d+(-) s+:++ a21>? C++ UB++++$ P+++$ L- E--- W++ N@ o K- w O M+
V-- PS+ PE Y+ PGP++ t+@ R@ tv@ b++@ DI++++ D+(-) G++ e>++ h>++ r-- y?

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to