The minimum changes to get a working system on a G3 slotloading iMac from the default (autogenerated) /etc/X11/xorg.conf file on the hardy 20080301 desktop cd are these:
--- /tmp/xorg.conf.orig 2008-03-02 07:17:06.000000000 +0000 +++ /etc/X11/xorg.conf 2008-03-02 07:22:16.236317678 +0000 @@ -30,12 +30,13 @@
Section "Device" Identifier "Configured Video Device" - BusID "PCI:6:3:0" Option "UseFBDev" "true" EndSection
Section "Monitor" Identifier "Configured Monitor" + HorizSync 60-60 + VertRefresh 75-117 EndSection
Section "Screen"
The minimum changes to get a working system on a G3 slotloading iMac from the default (autogenerated) /etc/X11/xorg.conf file on the hardy 20080301 desktop cd are these:
--- /tmp/xorg.conf.orig 2008-03-02 07:17:06.000000000 +0000
+++ /etc/X11/xorg.conf 2008-03-02 07:22:16.236317678 +0000
@@ -30,12 +30,13 @@
Section "Device"
Identifier "Configured Video Device"
- BusID "PCI:6:3:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
+ HorizSync 60-60
+ VertRefresh 75-117
EndSection
Section "Screen"