Dark Light

How to get Dual Head working on Dell’s Latitude c610

With one monitor plugged into the monitor port and the LCD display, you too can have a dual-head setup. It’s great. You do it like this:

In XF86Config:

Section "Device"
	Identifier	"radeon_one"
	Driver		"radeon"
	BusID	"PCI:1:0:0"
	Screen		1
EndSection

Section "Device"
	Identifier	"radeon_zero"
	Driver		"radeon"
	Screen		0
	BusID	"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"LCD"
	HorizSync	30-57
	VertRefresh	43-72
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"CRT"
	HorizSync	30-57
	VertRefresh	43-72
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"LCD Screen"
	Device		"radeon_zero"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Monitor Screen"
	Device		"radeon_one"
	Monitor		"CRT"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection


Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"LCD Screen" rightOf "Monitor Screen"
	Screen		"Monitor Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	Option		"Xinerama"
EndSection
Related Posts

Works

So, I can run Baldur’s Gate 2, Unreal Tournament 2003 and The Sims on my new Linux install.…

Random Sigs In Slrn

Modified 2004-04-11 to use post_editor_command instead of editor_command since that works better Modified 2004-04-29 to include signature compliance…

Dayze

So, the week then. Tuesday I got home from work at about 20:00 as usual. I discovered that…