« Archives on Sunday, August 19, 2007

Cloned desktop on i945 using the i810 driver

Here is what i have added to my xorg.conf file to get cloned desktop working on my laptop.

In the
Section “Device”
……
EndSection

this is the extra i added

	Option		"MonitorLayout"		"CRT,LFP"
	Option		"Clone"			"True"
	Option		"DevicePresence"	"True"
	Option		"VBERestore"		"True"
	BusID		"PCI:0:2:0"

Remember before playing with your xorg.conf file to back it up

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

To see my xorg.conf file
»Read More

i945 and VLC blue screen on the cloned desktop

Here is what i worked out to get VLC to play on a cloned desktop on another monitor.

In VLC:
Settings –> Preferences –> Check the “Advanced Options” check box in the lower right corner –> Video –> Output modules –> Change “Video output module” to X11. –> Save –> Play movie.

screenshot-preferences.png