Dual Head

Deepak Bhatia deepak.bhatia at nechclst.in
Wed May 28 00:24:10 PDT 2008


Dear Alan,

As per the man page of i810, the dual head is possible with the driver 
xf86-video-i810-X11R7.2-1.6.5.tar.bz2 running on X11R7.1 - X Server
xorg-server-X11R7.1-1.1.0.tar.bz2.

Also as per the link below 

http://lists.freedesktop.org/archives/xorg/2007-January/021465.html

Question 1: Does dual head is possible with the xorg.conf given below
xorg.conf ?
Question 2: Does dual head means clone type or expand type from below
xorg.conf ?

==========================================================
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "Multihead layout"
	Screen      0  "Screen0" 0 0 
	Screen      1  "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	Option	    "Xinerama" "off"
	Option	    "Clone" "off"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name
of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
	Load  "record"
	Load  "freetype"
	Load  "type1"
	Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds"		"1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option	"XkbOptions"	"ctrl:swapcaps"
# Or if you just want both to be control, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
#
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Dell 1704FPV (Analog)"
	DisplaySize  340	270
	HorizSync    30.0 - 81.0
	VertRefresh  56.0 - 76.0
	Option	    "dpms"

EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Dell 1704FPV (Analog)"
	HorizSync    30.0 - 81.0
	VertRefresh  56.0 - 76.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "i810"
	VendorName  "Videocard vendor"
	BoardName   "Intel 915"
	BusID "PCI:0:2:0"
	Screen 0
	Option "MonitorLayout" "CRT,DFP"
EndSection

Section "Device"
	Identifier  "Videocard1"
	Driver      "i810"
	VendorName  "Videocard Vendor"
	BoardName   "Intel 915"
	BusID       "PCI:0:2:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1280x1024"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Videocard1"
	Monitor    "Monitor1"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024"
	EndSubSection
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection
==========================================================

-----Original Message-----
From: Deepak Bhatia 
Sent: Tuesday, May 27, 2008 6:50 PM
To: 'Alan Hourihane'
Cc: xorg list
Subject: RE: Dual Head

Thanks Alan.

We are installing FEDORA 9 which comes with X11R7.3 as is told to me.

We will try the same with respect to Dual Head.

The upgrade from X11R7.1 to X11R7.3 again as told me is very complex.

Why do we have the upgrade so complex ?

Best Regards

Deepak Bhatia

-----Original Message-----
From: Alan Hourihane [mailto:alanh at fairlite.demon.co.uk] 
Sent: Tuesday, May 27, 2008 6:47 PM
To: Deepak Bhatia
Cc: xorg list
Subject: RE: Dual Head

I'm not sure what exact problem you have, but it's probably best if you
upgrade to X11R7.3 with the latest intel driver which is v2.x

Alan.

On Tue, 2008-05-27 at 11:46 +0530, Deepak Bhatia wrote:
> Hi Alan,
> 
>  
> 
> I want to request to kindly help us in resolving dual head
> functionality on Intel 915GM/GLS, 910 GML Express Chipset, which is
> available on most of the laptops.
> 
>  
> 
> Best Regards
> 
>  
> 
> Deepak Bhatia
> 
>  
> 
>                                    
> ______________________________________________________________________
> From:xorg-bounces at lists.freedesktop.org
> [mailto:xorg-bounces at lists.freedesktop.org] On Behalf Of Deepak Bhatia
> Sent: Monday, May 26, 2008 5:00 PM
> To: xorg list
> Subject: Dual Head
> 
> 
>  
> 
> Hi,
> 
>  
> 
> As per the man page of i810 in X11, we came across the line 
> 
>  
> 
> "Dual Head, Clone and lid status support added by Alan Hourihane."
> 
>  
> 
> The details can be found from the link 
> 
>  
> 
> http://lists.freedesktop.org/archives/xorg/2007-January/021471.html
> 
>  
> 
> We have found that Xinerama is also used for the doing dual head
> operation in X11.
> 
>  
> 
> So we are not able to conclude both the above.
> 
>  
> 
> May be, Alan can help us in this regard.
> 
>  
> 
> Best Regards
> 
>  
> 
> Deepak Bhatia
> 
> 
> Disclaimer:
> 
> This message and any attachment(s) contained here are information that
> is confidential, proprietary to NEC HCL System Technologies and its
> customers. Contents may be privileged or otherwise protected by law.
> The information is solely intended for the individual or the entity it
> is addressed to. If you are not the intended recipient of this
> message, you are not authorized to read, forward, print, retain, copy
> or disseminate this message or any part of it. If you have received
> this e-mail in error, please notify the sender immediately by return
> e-mail and delete it from your computer.
> 
> 
> Disclaimer:
> 
> This message and any attachment(s) contained here are information that
> is confidential, proprietary to NEC HCL System Technologies and its
> customers. Contents may be privileged or otherwise protected by law.
> The information is solely intended for the individual or the entity it
> is addressed to. If you are not the intended recipient of this
> message, you are not authorized to read, forward, print, retain, copy
> or disseminate this message or any part of it. If you have received
> this e-mail in error, please notify the sender immediately by return
> e-mail and delete it from your computer.
> 
> 


Disclaimer:

This message and any attachment(s) contained here are information that is confidential, proprietary to NEC HCL System Technologies and its customers. Contents may be privileged or otherwise protected by law. The information is solely intended for the individual or the entity it is addressed to. If you are not the intended recipient of this message, you are not authorized to read, forward, print, retain, copy or disseminate this message or any part of it. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete it from your computer.




More information about the xorg mailing list