Hi
I have the following senario, I have "Linuxed-box" with  two VGA cards: 
AGP card (SiS 315PRO) & PCI card (S3 virge).
"lspci" o/p:
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 
315PRO PCI/AGP VGA Display Adapter
02:0c.0 VGA compatible controller: S3 Inc. ViRGE/DX or /GX (rev 01)
I want to run the both, each with a monitor. I configured "xorg.conf", 
but I couldn't run them both in the same time.
Here is some parts of the conf file:
Section "ServerLayout"    Screen      0  "Screen0" 0 0
                                          Screen 1 "Screen1" RightOf 
"Screen0"
Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "Bridge BM17C"
    DisplaySize  320    240
    HorizSync    30.0 - 70.0
    VertRefresh  50.0 - 160.0
    Option        "dpms"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "TE 786"
    DisplaySize  320    240
    HorizSync    30.0 - 70.0
    VertRefresh  50.0 - 160.0
    Option        "dpms"
EndSection

Section "Device"
    Identifier  "Videocard1"
    Driver      "sis"
    VendorName  "Videocard vendor"
    BoardName   "SiS 315"
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "S3"
    VendorName  "Videocard vendor"
    BoardName   "S3 ViRGE DX/GX"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Videocard1"
    Monitor    "Monitor1"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

When I apply this configuration, none of the vgas work. Any clue?

Best Regards,
Issam Hambouz


_______________________________________________
General mailing list
[email protected]
http://mail.jolug.org/mailman/listinfo/general_jolug.org

Reply via email to