Xorg.conf G4 Cube with 15 inch Apple Cinema Display

This is the xorg.conf file for a G4 Cube in combination with a 15 inch Apple Studio Display, working under Lucid Lynx.

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"fbdev"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Horizsync	28.0-49.0
	Vertrefresh	60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Modes		"1024x768@60"	"800x600@60"	"640x480@60"
	EndSubSection
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection

 

To download:

wget http://mac.linux.be/files/xorg/g4_4.txt

© 2002-2012 Jeroen Diederen. Drupal theme by Kiwi Themes.