From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Peter Hite" Subject: dual head independent displays Date: Thu, 23 Jun 2011 12:55:45 -0400 Message-ID: <003c01cc31c6$65123740$2f36a5c0$@net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_003D_01CC31A4.DE009740" Return-path: Received: from que11.charter.net (que11.charter.net [209.225.8.21]) by gabe.freedesktop.org (Postfix) with ESMTP id C54689E90F for ; Thu, 23 Jun 2011 10:38:46 -0700 (PDT) Received: from imp10 ([10.20.200.15]) by mta11.charter.net (InterMail vM.7.09.02.04 201-2219-117-106-20090629) with ESMTP id <20110623165543.GUFR4013.mta11.charter.net@imp10> for ; Thu, 23 Jun 2011 12:55:43 -0400 Content-Language: en-us List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org This is a multi-part message in MIME format. ------=_NextPart_000_003D_01CC31A4.DE009740 Content-Type: multipart/alternative; boundary="----=_NextPart_001_003E_01CC31A4.DE009740" ------=_NextPart_001_003E_01CC31A4.DE009740 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello All, I cannot seem to get my dual heads working independently on my Intel Atom N270 using the GSE chipset on Fedora 14. I want to use dual head displays with independent graphics where the monitors are treated like different PC's. All I have gotten to work is the Xinerama feature where the two heads are treated like one large display - one left side, one right side. The independent feature works great with the intel i810 drivers in Fedora 5, but no luck with the 'intel' driver yet. This is for an NCR register (RealPos 25), and NCR tells me that feature is not supported with this driver. I hope that's not true. Any help would be appreciated. My current xorg.conf (though there have been 100's of iterations) is attached. Regards, Peter ------=_NextPart_001_003E_01CC31A4.DE009740 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hello = All,

 

I cannot seem to get my = dual heads working independently on my Intel Atom N270 using the GSE = chipset on Fedora 14.   I want to use dual head displays with = independent graphics where the monitors are treated like different = PC’s.  All I have gotten to work is the Xinerama feature = where the two heads are treated like one large display – one left = side, one right side.   The independent feature works great = with the intel i810 drivers in Fedora 5, but no luck with the = ‘intel’ driver yet.  This is for an NCR register = (RealPos 25), and NCR tells me that feature is not supported with this = driver.  I hope that’s not true.  Any help would be = appreciated.  My current xorg.conf (though there have been = 100’s of iterations) is attached.

 

Regards,

Peter

 

 

------=_NextPart_001_003E_01CC31A4.DE009740-- ------=_NextPart_000_003D_01CC31A4.DE009740 Content-Type: application/octet-stream; name="xorg.conf_NCR25" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="xorg.conf_NCR25" # Xorg configuration created by system-config-display=0A= =0A= Section "ServerLayout"=0A= Identifier "Multihead layout"=0A= Screen 0 "Screen0" =0A= Screen 1 "Screen1" =0A= # InputDevice "Mouse0" "CorePointer"=0A= # InputDevice "Touch0" "SendCoreEvents"=0A= # InputDevice "Keyboard0" "CoreKeyboard"=0A= Option "Xinerama" "off"=0A= Option "Clone" "off"=0A= EndSection=0A= Section "ServerFlags"=0A= Option "AllowMouseOpenFail" "true"=0A= Option "BlankTime" "1200"=0A= Option "AutoAddDevices" "false"=0A= EndSection=0A= =0A= Section "Device"=0A= Identifier "driver1"=0A= Driver "intel"=0A= Option "monitor-LVDS1" "LVDS"=0A= BusID "PCI:0:2:0"=0A= Screen 0=0A= =0A= EndSection=0A= =0A= Section "Device"=0A= Identifier "driver2"=0A= Driver "intel"=0A= Option "monitor-VGA1" "VGA"=0A= BusID "PCI:0:2:0"=0A= Screen 1=0A= =0A= EndSection=0A= =0A= Section "Monitor"=0A= Identifier "LVDS"=0A= VendorName "NCR POS 25"=0A= ModelName "LCD Panel 1280x1024"=0A= =0A= =0A= EndSection=0A= =0A= Section "Monitor"=0A= Identifier "VGA"=0A= VendorName "Cust Dispalay"=0A= ModelName "LCD Panel 800x600"=0A= Option "PreferredMode" "800x600"=0A= =0A= EndSection=0A= =0A= Section "Screen"=0A= Identifier "Screen0"=0A= Monitor "LVDS"=0A= Device "driver1"=0A= DefaultDepth 24=0A= Option "Accel"=0A= SubSection "Display"=0A= Viewport 0 0=0A= Depth 16=0A= Modes "1024x768" "800x600" "640x480"=0A= EndSubSection=0A= SubSection "Display"=0A= Viewport 0 0=0A= Depth 24=0A= Modes "1024x768" "800x600" "640x480"=0A= EndSubSection=0A= SubSection "Display"=0A= Viewport 0 0=0A= Depth 8=0A= Modes "1024x768" "800x600" "640x480"=0A= EndSubSection=0A= EndSection=0A= =0A= Section "Screen"=0A= Identifier "Screen1"=0A= Monitor "VGA"=0A= device "driver2"=0A= DefaultDepth 24=0A= SubSection "Display"=0A= Viewport 0 0=0A= Depth 24=0A= Modes "1024x768"=0A= EndSubSection=0A= EndSection=0A= =0A= =0A= ------=_NextPart_000_003D_01CC31A4.DE009740 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx ------=_NextPart_000_003D_01CC31A4.DE009740--