hi again
Section "ServerLayout"
    Identifier     "Default Layout"
    Option    "Xinerama"    "true"

#
# looks like ati config tool is messed up
#
    Screen      0  "aticonfig Screen 0"
    Screen      1  "deuxieme" Above "aticonfig Screen 0"

whacky ... normally it would be something like:

    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" LeftOf "Screen0"


the 0 0 does not change anything
Section "Monitor"
    Identifier   "aticonfig Monitor 0"

whacky ... bad ..

if you use Screen0 ... than it should be used in Layout defined above
if you use "aticonfig Monitor 0" ... than it should be used in Layout defined 
above

sorry but I don't understand !!! where is the error here ?
"aticonfig Monitor 0" is used by "aticonfig Screen 0" used in Layout
EndSection

Section "Monitor"
    Identifier   "petitecran"
    HorizSync    28-49
    VertRefresh    43-72

more whackyness...

if you use Screen1 ... than it should be used in Layout defined above
if you use "peitecran" ... than it should be used in Layout defined above

same as above
EndSection

Section "Device"
    Identifier  "ATI Graphics Adapter 0"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"

good
presumably this is pci and NOT agp based svga card

IT IS an AGP card !
    Screen 0

what's that for .. take it out

because i can connect 2 monitors to my ATI card... but removing this line doesn't change anything
EndSection

Section "Device"
    Identifier  "Mystique"
    Driver      "mga"
    BusID       "PCI:2:0:0"

presumably this is pci and NOT agp based svga card
EndSection

Section "Screen"
    Identifier "aticonfig Screen 0"
    Device     "ATI Graphics Adapter 0"
    Monitor    "aticonfig Monitor 0"

make sure your naming convention matches the Layout section

it does...
    DefaultDepth     24
    SubSection "Display"
        Depth     24

sometimes you need to specify Modes "1024x768"

what is the point of having 24bit resolution if you have 800x600 ??

i want my matrox at 800x600 and my ati at 1024x768
    EndSubSection
EndSection

Section "Screen"
    Identifier "deuxieme"
    Device     "Mystique"
    Monitor    "petitecran"
make sure your naming convention matches the Layout section

    DefaultDepth     24
    SubSection "Display"
        Depth     24
        Modes "800x600"

what is the point of having 24bit resolution if you have 800x600 ??

    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection


for more ( dozens of ) dual-screen x.org config file examples and options ...

        http://www.linux-1u.net/X11/Dual/

c ya
alvin


thanks for trying to help but have you read my whole mail ?
both cards works separately depending on which I choose as first device (in the BIOS)

--
Nicoco


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to