Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: Dual monitor with nvidia and with Unity 3d

  1. #21
    Join Date
    May 2011
    Location
    Morgantown, WV
    Beans
    7
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Dual monitor with nvidia and with Unity 3d

    Yeah, it's working relatively well as is, (a bit of silliness with windows acting up in the second screen, but that's apparantly an actual bug).

    I was asking how to enable Twinview using a second card. Something like this?

    Code:
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings:  version 270.29  (buildd@allspice)  Fri Feb 25 14:42:07 UTC 2011
    
    Section "ServerFlags"
        Option    "RandR" "on"
    EndSection
    
    Section "Monitor"
    
        # HorizSync source: edid, VertRefresh source: edid
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Samsung SyncMaster"
        HorizSync       30.0 - 81.0
        VertRefresh     56.0 - 75.0
        Option         "DPMS"
    EndSection
    
    Section "Monitor"
    
        # HorizSync source: edid, VertRefresh source: edid
        Identifier     "Monitor1"
        VendorName     "Unknown"
        ModelName      "ProView/EMC/PTS MLT3221"
        HorizSync       31.0 - 70.0
        VertRefresh     56.0 - 85.0
        Option         "DPMS"
        Option         "FlatPanelProperties" "native"
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce GTX 295"
        BusID          "PCI:7:0:0"
    EndSection
    
    Section "Device"
        Identifier     "Device1"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce GTX 295"
        BusID          "PCI:6:0:0"
    EndSection
    
    Section "Screen"
        Identifier     "screen"
        Device         "Device0; Device1"
        DefaultDepth    24
        Option         "TwinView"
        Option         "MetaModes" "Monitor0: 960x720 @960x768, Monitor1: 1024x768"
        Option         "TwinViewOrientation" "Monitor1 RightOf Monitor0"
        Option         "HorizSync"   "Monitor0: 30.0 - 81.0; Monitor1: 31.0 - 70.0"
        Option         "VertRefresh" "Monitor0: 56.0 - 75.0; Monitor1: 56.0 - 85.0"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection

  2. #22
    Join Date
    Aug 2006
    Beans
    4

    Re: Dual monitor with nvidia and with Unity 3d

    You may also consider combine the following:

    1- Propietary NVIDIA drivers (nvidia-current)
    2- A on-the-fly display switch utility like Disper. Add disper repository and install it by typing:
    Code:
        sudo add-apt-repository ppa:disper-dev/ppa && sudo apt-get update
        sudo apt-get install disper
    3- Install a disper indicator (use Alexander Egger's python indicator found in http://eggeral.blogspot.com/2011/04/...ng-nvidia.html

    Use the new indicator to select displays operation mode as needed.

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •