The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    safe, reversable way for dual screens in X11

    Discussion in 'Linux Compatibility and Software' started by benx009, Dec 30, 2007.

  1. benx009

    benx009 Notebook Evangelist

    Reputations:
    184
    Messages:
    663
    Likes Received:
    0
    Trophy Points:
    30
    does any one know of a safe & reversible way of enabling dual screen support in X11?? plz don't tell me to use the nvidia-settings program to do this tried it before and it broke my X server, forcing me to reinstall ubuntu. i did edit my xorg.conf file once, but the dual screen result was very problematic and hard to reverse. does any one know of another way of doing this?
     
  2. jeffsmythe

    jeffsmythe Notebook Geek

    Reputations:
    97
    Messages:
    98
    Likes Received:
    0
    Trophy Points:
    15
    make a backup of your xorg.conf file. It's, like, totally reversible!

    Really, this is all that configures everything to do with X.
     
  3. benx009

    benx009 Notebook Evangelist

    Reputations:
    184
    Messages:
    663
    Likes Received:
    0
    Trophy Points:
    30
    ummmm... no help :mad:
    yes, now i know to make a back-up (actually have one sitting in my x11 directory right now), but i need a way of getting perfect dual-screen support (clone screens) in ubuntu. doing it the hard way by editing my xorg.conf file gives me mis-matched screens, where the one on my computer is responsive but the one on the TV is not. i suspect it might have something to do w/ compiz fusion being on though, so i'll give it another shot w/o it.
     
  4. jeffsmythe

    jeffsmythe Notebook Geek

    Reputations:
    97
    Messages:
    98
    Likes Received:
    0
    Trophy Points:
    15
    I didn't mean my reply to be smarmy, I apologise. However, a backup is a surefire way of making things both SAFE and REVERSIBLE.

    In any case, you didn't specify what dual monitor support means to you; I see now you are interested in cloning screens, which means you likely want nvidia's TwinView with “TwinViewOrientation” set to “Clone”.

    See http://www.ubuntugeek.com/dual-monitors-with-nvidia.html

    for some discussion on the topic, including some sample xorg.conf files.

    The relevant xorg.conf settings (will need to be tweaked by you):
    Section “Device”
    Identifier “Videocard0″
    Driver “nvidia”
    Option “ConnectedMonitor” “DFP-0,CRT-0″
    Option “UseDisplayDevice” “DFP-0,CRT-0″
    Option “TwinView” “true”
    Option “TwinViewOrientation” “Clone”
    Option “TwinViewXineramaInfoOrder” “DFP-0,CRT-0″
    Option “MonitorLayout” “LFP,LFP+CRT”
    Option “metamodes” “DFP-0: 1024×768 +0+0, CRT-0: 1024×768 +0+0; DFP-0: 1280×1024 +0+0, CRT-0: 1280×1024 +0+0; DFP-0: 1024×768 +0+0, CRT-0: NULL”
    EndSection
     
  5. benx009

    benx009 Notebook Evangelist

    Reputations:
    184
    Messages:
    663
    Likes Received:
    0
    Trophy Points:
    30
    yes, i tried this :( but i had problems because i may have had compiz fusion on. i will again w/ it off and hopefully come back w/ good news...
     
  6. benx009

    benx009 Notebook Evangelist

    Reputations:
    184
    Messages:
    663
    Likes Received:
    0
    Trophy Points:
    30
    good news!!! tried to get dual screen support again w/o compiz fusion on, and, after a little hassle, managed to get it up and running w/ no problems. turns out that i can even enable compiz fusion even while in clone-screens mode!!! sweet!!! thanks for the link jeffsmythe