Xorg.conf iBook clamshell G3/366 firewire

http://www.everymac.com/systems/apple/ibook/stats/ibook_366.html

note: using "Linux video=ofonly" in yaboot worked in letting me boot to command line

This is a working file for Debian Squeeze / MintPPC 9:

Section "Device"
   Identifier       "ATI Technologies, Inc. Rage Mobility M3 (AGP)"
   Driver           "r128"
   BusID           "PCI:0:16:0"
        Option          "PanelWidth" "800"
        Option          "PanelHeight" "600"
EndSection

Section "Module"
        Disable         "dri"
EndSection

Section "Monitor"
   Identifier   "LCD Display"
   HorizSync   28-51
   VertRefresh   43-60
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies, Inc. Rage Mobility M3 (AGP)"
   Monitor      "LCD Display"
   DefaultDepth   16
   SubSection "Display"
      Depth      1
      Modes      "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "800x600" "640x480"
   EndSubSection
EndSection

To download:

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

After installing the firmware-linux-nonfree package from the non-free repository, this file gave DRI:

Section "Device"
	Identifier	"ATI Technologies, Inc. Rage Mobility M3 (AGP)"
	Driver		"r128"
	BusID		"PCI:0:16:0"
        Option          "AGPMode" "2"
        Option          "NoInt10" "true"
        Option          "UseFBDev"  "false"
        Option          "PanelWidth" "800"
        Option          "PanelHeight" "600"
        Option          "EnablePageFlip"  "true"
EndSection

Section "Monitor"
	Identifier	"LCD Display"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Rage Mobility M3 (AGP)"
	Monitor		"LCD Display"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode	0666
EndSection

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

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