Find the answer to your Linux question:
Results 1 to 5 of 5
Hi all, I have been tasked to set up 2 monitors on SUSE Linux Enterprise that are a clone of each other, but each displaying different resolutions. The primary display ...
  1. #1
    Just Joined!
    Join Date
    Oct 2010
    Posts
    8

    Dual Monitor Xorg Configuration with different resolutions

    Hi all,
    I have been tasked to set up 2 monitors on SUSE Linux Enterprise that are a clone of each other, but each displaying different resolutions. The primary display has a max resolution of 1024x768 while the secondary display has a max resolution of 800x600.

    The problem comes when the secondary display shows a "cropped" version of the desktop. Is there anyway to show different resolutions on each display while maintaining the proper desktop look?

    I have attached the relevant portion of my xorg.conf.

    Thanks in advance.

    Terry

    Code:
    Section "Monitor"
      Option       "CalcAlgorithm" "XServerPool"
      DisplaySize  304 228
      HorizSync    30-61
      Identifier   "Monitor[0]"
      Option       "DPMS"
      VertRefresh  43-75
      UseModes     "Modes[0]"
    EndSection
    
    Section "Monitor"
    	DisplaySize	305 230
    	HorizSync	30-49
    	Identifier	"EXT"
    	Option		"DPMS"
    	Option		"PreferredMode" "800x600"
    	VertRefresh	43-75
    EndSection
    
    Section "Modes"
      Identifier   "Modes[0]"
    EndSection
    
    Section "Screen"
      DefaultDepth 24
      SubSection "Display"
        Depth      24
        Modes      "1024x768" "800x600" "768x576" "640x480" 
        Virtual    2048 2048
      EndSubSection
      Device       "Device[0]"
      Identifier   "Screen[0]"
      Monitor      "Monitor[0]"
    EndSection
    
    Section "Screen"
      DefaultDepth 24
      SubSection "Display"
        Depth      24
        Modes      "800x600" "768x576" "640x480" 
        Virtual    2048 2048
      EndSubSection
      Device       "Device[0]"
      Identifier   "Screen[1]"
      Monitor      "EXT"
    EndSection
    
    Section "Device"
      BoardName    "915 GM"
      Driver       "intel"
      Identifier   "Device[0]"
      BusID	       "PCI:0:2:0"
      VendorName   "Intel"
      Option       "TwinView" "true"
      Option       "SecondMonitorHorizSync" "30.0-61.0"
      Option       "SecondMonitorVertRefresh" "50-75"
      Option       "MetaModes" "1024x768, 800x600"
      Option       "TwinViewOrientation" "Clone"
    EndSection
    
    Section "ServerLayout"
      Identifier   "Layout[all]"
      InputDevice  "Keyboard[0]" "CoreKeyboard"
      InputDevice  "Mouse[1]" "CorePointer"
      #Option       "Clone" "off"
      #Option       "Xinerama" "off"
      Screen        "Screen[0]"
    EndSection

  2. #2
    Just Joined!
    Join Date
    Oct 2010
    Posts
    8
    Hi. Anyone able to help? Or am I not clear in my question?

  3. #3
    Just Joined!
    Join Date
    Jun 2009
    Posts
    27
    It is not possible to have clone mode at two different resolutions, without cropping occurring, as the desktop is sized to the primary display, however you may be able to optimise it to better cope with the lower resolution of the second display.

    This graphical explanation may be helpful (or not)

    mergefb - dual monitor setup on a linux laptop

  4. #4
    Just Joined!
    Join Date
    Oct 2010
    Posts
    8
    Thanks for the link. It was useful.

    I guess there is no way for this then.

  5. #5
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    You could set the monitors to a common resolution.

    But think about it you want to put 1 gal into a quart jar.

Posting Permissions

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