Xorg.conf of PowerBook G4 Titanium 500 MHz

This is a working file for Lucid Lynx:

Section "Device"
	Identifier	"ATI Technologies, Inc. Rage Mobility M3 (AGP)"
	Driver		"ati"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"		"false"
	Option		"SWcursor" 		"true"
	Option 		"ForcePCIMode" 		"true"
	Option 		"XAANoOffscreenPixmaps"
Option "NoInt10" "true"
EndSection

Section "Monitor"
	Identifier	"Standardbildschirm"
	Option		"DPMS"
	HorizSync	30-100
	VertRefresh	50-160
# 1152x768 59.78 Hz (CVT) hsync: 47.71 kHz; pclk: 71.75 MHz
Modeline "1152x768_60.00" 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync
Option "PreferredMode" "1152x768_60.00"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Rage Mobility M3 (AGP)"
	Monitor		"Standardbildschirm"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1152x768" "896x600" "720x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1152x768" "896x600" "720x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1152x768" "896x600" "720x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1152x768" "896x600" "720x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1152x768" "896x600" "720x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1152x768" "896x600" "720x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
EndSection

To download this file:
wget http://mac.linux.be/files/xorg/powerbook3.txt

The following file works under Squeeze or MintPPC 9:

Section "Device"
	Identifier	"ATI Technologies, Inc. Rage Mobility M3 (AGP)"
	Driver		"ati"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"		"false"
	Option		"SWcursor" 		"true"
	Option 		"ForcePCIMode" 		"true"
	Option 		"XAANoOffscreenPixmaps"
Option "NoInt10" "true"
EndSection

Section "Monitor"
	Identifier	"Standardbildschirm"
	Option		"DPMS"
	HorizSync	30-100
	VertRefresh	50-160
# 1152x768 59.78 Hz (CVT) hsync: 47.71 kHz; pclk: 71.75 MHz
Modeline "1152x768_60.00" 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync
Option "PreferredMode" "1152x768_60.00"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Rage Mobility M3 (AGP)"
	Monitor		"Standardbildschirm"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1152x768_60.00" "1024x768" "896x600" "720x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1152x768_60.00" "1024x768" "896x600" "720x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1152x768_60.00" "1024x768" "896x600" "720x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1152x768_60.00" "1024x768" "896x600" "720x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1152x768_60.00" "1024x768" "896x600" "720x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1152x768_60.00" "1024x768" "896x600" "720x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
EndSection

To download this file:
wget http://mac.linux.be/files/xorg/powerbook10.txt

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