<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-html" lang="x-western">
<p><font face="verdana, arial, helvetica" size="2">I've got a tray
loading <font color="red">iMac</font>
that I've loaded the PPC verion of Ubuntu on. My display settings are
very low, under 640x480 but the exact number escapes me at the moment.<br>
<br>
I've seen others have run into this issue before but I've not found the
solution for it. Anyone have any suggestions?<br>
<br>
Here is my hardware info:<br>
Display:<br>
</font></p>
<blockquote><font face="verdana,arial,helvetica" size="1">code:</font>
  <div
 style="border: thin solid rgb(153, 153, 153); padding: 5px; width: 100%; overflow: auto;">
  <pre>0000:00:12.0 VGA compatible controller: ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC] (rev 3a)</pre>
  </div>
</blockquote>
<font face="verdana, arial, helvetica" size="2"> <br>
<br>
Dmesg Junk:<br>
</font>
<blockquote><font face="verdana,arial,helvetica" size="1">code:</font>
  <div
 style="border: thin solid rgb(153, 153, 153); padding: 5px; width: 100%; overflow: auto;">
  <pre>[    0.000000] Total memory = 288MB; using 1024kB for hash table (at c0400000)
[    0.000000] Linux version 2.6.12-9-powerpc (buildd@adare) (gcc version 3.4.5 20050809 (prerelease) (Ubuntu 3.4.4-6ubuntu8)) #1 Mon Oct 10 15:26:45 BST 2005
[    0.000000] Found a Paddington mac-io controller, rev: 0, mapped at 0xfdec0000
[    0.000000] PowerMac motherboard: <font color="red">iMac</font> (first generation)</pre>
  </div>
</blockquote>
<font face="verdana, arial, helvetica" size="2"> <br>
<br>
xorg.conf file:<br>
<br>
<br>
<br>
</font>
<blockquote><font face="verdana,arial,helvetica" size="1">code:</font>
  <div
 style="border: thin solid rgb(153, 153, 153); padding: 5px; width: 100%; overflow: auto;">
  <pre>mknisely@IMcBuntu:~$ cat /etc/X11/xorg.conf
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/CID"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load    "GLcore"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "ATI Technologies, Inc. 3D Rage IIC 215IIC (Mach64 GT IIC)"
        Driver          "ati"
        BusID           "PCI:0:18:0"
        Option          "UseFBDev"              "true"
EndSection

Section "Monitor"
        Identifier      "<font color="red">iMac</font>"
        Option          "DPMS"
        HorizSync       60-60
        VertRefresh     75-117
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies, Inc. 3D Rage IIC 215IIC (Mach64 GT IIC)"
        Monitor         "<font color="red">iMac</font>"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection</pre>
  </div>
</blockquote>
<font face="verdana, arial, helvetica" size="2"> <br>
<br>
Is there another configuration file that I just don't see? <br>
<br>
I hope this is helpful, and I look forward to any suggestions.<br>
<br>
Thanks!<br>
<br>
MrKnisely</font>
</div>
</body>
</html>