Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* dual head independent displays
@ 2011-06-23 16:55 Peter Hite
  0 siblings, 0 replies; only message in thread
From: Peter Hite @ 2011-06-23 16:55 UTC (permalink / raw)
  To: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 774 bytes --]

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

 

 


[-- Attachment #1.2: Type: text/html, Size: 2846 bytes --]

[-- Attachment #2: xorg.conf_NCR25 --]
[-- Type: application/octet-stream, Size: 1797 bytes --]

# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "Multihead layout"
	Screen      0  "Screen0" 
	Screen      1  "Screen1" 
#	InputDevice    "Mouse0" "CorePointer"
#	InputDevice    "Touch0" "SendCoreEvents"
#	InputDevice    "Keyboard0" "CoreKeyboard"
	Option	    "Xinerama" "off"
	Option	    "Clone" "off"
EndSection
Section "ServerFlags"
	Option	    "AllowMouseOpenFail" "true"
	Option	    "BlankTime" "1200"
	Option      "AutoAddDevices" "false"
EndSection

Section "Device"
	Identifier  "driver1"
	Driver      "intel"
	Option	"monitor-LVDS1" "LVDS"
	BusID       "PCI:0:2:0"
	Screen  0

EndSection

Section "Device"
	Identifier  "driver2"
	Driver      "intel"
	Option	"monitor-VGA1" "VGA"
	BusID       "PCI:0:2:0"
	Screen  1

EndSection

Section "Monitor"
	Identifier   "LVDS"
	VendorName   "NCR POS 25"
	ModelName    "LCD Panel 1280x1024"


EndSection

Section "Monitor"
	Identifier   "VGA"
	VendorName   "Cust Dispalay"
	ModelName    "LCD Panel 800x600"
	Option "PreferredMode" "800x600"

EndSection

Section "Screen"
	Identifier "Screen0"
	Monitor    "LVDS"
	Device	"driver1"
	DefaultDepth     24
	Option	    "Accel"
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Monitor    "VGA"
	device "driver2"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1024x768"
	EndSubSection
EndSection



[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-23 17:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23 16:55 dual head independent displays Peter Hite

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox