If you have NVIDIA graphics, the preferred way to setup dual screens is through /usr/bin/nvidia-settings.

Stuart Kreitman

Ian Collins wrote:
[EMAIL PROTECTED] 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
_______________________________________________
desktop-discuss mailing list
[EMAIL PROTECTED]

_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to