I decided to install ubuntu onto my iMac G3450Mhz G3, 768mb ram, 20GB Hard Drive to play around with. Only problem was it would boot so far, then just stop at a black screen. In googling the fix, the blog post that contains the fix is slightly outdated and 100% 404.
Here is the fix, updated for Ubuntu 6.10 Desktop PPC:
When the screen goes black, drop to the console
Control - Option - F2(if you need to log in use the name ubuntu to log in.)
$ sudo nano /etc/X11/xorg.confChange the frequencies in monitor section as follows:
Section “Monitor” Identifier “Generic Monitor” Option “DPMS” HorizSync 60-60 VertRefresh 43-117 EndSectionAfter the changes then type
control-o,return(to accept the filename), thencontrol-x(save and exit nano)Restart X by running the following:
sudo killall gdm && sudo /etc/init.d/gdm start
i do no why ubuntu cant automatic boot? tks for explication step by step finally i can run Ubuntu on G3 !! you are super!!
Thank you thank you thank you
For a Imac G3 333Mhz this is:
Horizsync 30-65 Vertrefresh 50-75
Good solution Caius, and thanks also to Beatjuggler. Now how can I add this into my Live Desktop CD ?
I found that if you use the external Monitor port, the Machine will display the desktop on it. Might be of some use until the config file is edited.