projector (external monitor) howto on Intel i915gm

Austin Yuan yuanshengquan at gmail.com
Tue Feb 21 23:03:34 PST 2006


On 2/22/06, m h <sesquile at gmail.com> wrote:
> Thanks for the response.
> That file mentions nothing of "Clone". How do I specify a screen with
> the vga port then?
>

Part of /etc/X11/xorg.conf...

Section "Device"
	Identifier  "intel-Device00"
	Driver      "i810"
  Option       "MonitorLayout" "CRT,LFP"	
  Screen 0
EndSection

Section "Device"
	Identifier  "intel-Device01"
	Driver      "i810"
	Screen 1
EndSection


Section "Screen"
	Identifier "intel-Screen00"
	Device     "intel-device00"
	Monitor    "intel-Monitor0"
	DefaultDepth    16
	SubSection "Display"
		Depth    16
	  Modes    "1024x768" "800x600"  "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "intel-Screen01"
	Device     "intel-Device01"
	Monitor    "intel-Monitor0"
	DefaultDepth     16
	SubSection "Display"
		Depth     16
		Modes    "800x600" "640x480"
	EndSubSection
EndSection


Section "ServerLayout"
	Identifier     "Default Layout"
  Screen  0       "intel-Screen00"
  Screen  1       "intel-Screen01"  Leftof "intel-Screen00"
	InputDevice    "DevInputMice" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "DevInputMice" "AlwaysCore"
EndSection



More information about the xorg mailing list