Quantcast
Channel: Ubuntu Forums - Apple Hardware Users
Viewing all articles
Browse latest Browse all 2868

[PPC] "iMac G3 for Dummies"

$
0
0
This post is for users struggling to get Ubuntu/Lubuntu/Xubuntu/Kubuntu working with an iMac G3. For more detailed information see here https://wiki.ubuntu.com/PowerPCFAQ#Troubleshooting .

1. Download an 'alternate' iso or 'mini' iso and install as normal.
2. After installation, make sure you have an ethernet cable connected and boot into single user mode. So at the yaboot prompt type:
Code:

Linux single
This will boot you into a root prompt so be careful what you type next!

3. If you have used a 12.04 alternate iso then you need to update the kernel:
Code:

apt-get update
apt-get install linux-image-powerpc-smp

4. Now you need to create an xorg.conf. This is a basic one:
Code:

Section "Device"
    Identifier    "Configured Video Device"
    Driver        "r128"
    Option        "ForcePCIMode"    "True"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
    HorizSync    58-62
    VertRefresh    75-117
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    DefaultDepth    16
EndSection

The following will download the above file and move it into the right place for you:
Code:

wget -O /etc/X11/xorg.conf http://ubuntuone.com/1BWhzL7pCHjOL3TFDCb9xr
5. You can now reboot into a desktop:
Code:

reboot
6. If you are using 12.04 then you can download the mesa legacy package to give you 3D acceleration. You can find a pre-compiled version here http://ubuntuone.com/379TLoe7yo2IAiOijAsOjQ

Lots more information in the FAQ and Known Issues pages:

https://wiki.ubuntu.com/PowerPCFAQ
https://wiki.ubuntu.com/PowerPCKnownIssues

Viewing all articles
Browse latest Browse all 2868

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>