[desktop-discuss] Re: [osol-discuss] how to set up for dual screen?

Ian Collins ian at ianshome.com
Fri May 18 13:16:52 PDT 2007


Xusheng.Hou at Sun.COM wrote:
> Hi,
> Anybody successed to set up for dual screen on solaris?

This works for me:

Section "Monitor"
    Identifier     "Apple 23"
EndSection

Section "Monitor"
    Identifier     "Dell 3007WFP"
EndSection

Section "Device"
    Identifier     "Standard VGA"
    Driver         "vga"
    VendorName     "Unknown"
    BoardName      "Unknown"
EndSection

Section "Device"
    Identifier     "nvidia0"
    Driver         "nvidia"
    BusId          "PCI:1:0:0"
    Screen         0
EndSection

Section "Device"
    Identifier     "nvidia1"
    Driver         "nvidia"
    BusId          "PCI:1:0:0"
    Screen         1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "nvidia0"
    Monitor        "Dell 3007WFP"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes       "2560x1600"
        ViewPort    0 0
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "nvidia1"
    Monitor        "Apple 23"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes       "1920x1200"
        ViewPort    0 0
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier  "Layout0"
    Screen      0 "Screen0"
    Screen      1 "Screen1" leftOf "Screen0"
EndSection

Ian



More information about the desktop-discuss mailing list