Difference between revisions of "User:Tonyr/Journal/Sep07"

From FreekiWiki
Jump to navigation Jump to search
(14sep07 section)
Line 31: Line 31:
 
Feisty installs on an eMac just fine, but the Xorg configuration is inadequate.  The default configuration results in no X display of any kind.  The vertical refresh rate is wrong.  Reconfiguring the xserver doesn't fix anything.
 
Feisty installs on an eMac just fine, but the Xorg configuration is inadequate.  The default configuration results in no X display of any kind.  The vertical refresh rate is wrong.  Reconfiguring the xserver doesn't fix anything.
  
This post [[http://ubuntuforums.org/showthread.php?t=246129&page=2 http://ubuntuforums.org/showthread.php?t=246129&page=2]] suggests another horz/vert rate modification, but also shows how to use programs '''gtf'' and '''read-edid''' to construct the appropriate Modelines for the supported display resolutions.  That's the next thing to try.
+
This post [[http://ubuntuforums.org/showthread.php?t=246129&page=2 http://ubuntuforums.org/showthread.php?t=246129&page=2]] suggests another horz/vert rate modification, but also shows how to use programs '''gtf''' and '''read-edid''' to construct the appropriate Modelines for the supported display resolutions.  That's the next thing to try.

Revision as of 21:11, 14 September 2007

06Sep07

Netboot Revisited
Vagrant got the common infrastructure ppc netboot set up, and we tested it on a G3 iMac in the Mac area. With a little coxing and head scratching we got it to find yaboot and yaboot.conf, but after that the process couldn't find any of the other boot files. I'll transcribe the boot trace as best I can here.

<in OpenFirmware>
> boot enet:0,ubuntu-installer\feisty-ppc\yaboot
CLIENT: 00039315657e 192.168.2.128
SERVER: 00163e6c369e 192.168.2.29
<and some other stuff that winked in before switching to...>

<yaboot monitor>
Transfer FILE: /boot.msg
FTP ERROR response 1 File not foundWelcome to yaboot version 1.3.13
Enter "help" to get some basic usage information
boot: <cr>
Please wait, loading kernel...

CLIENT: 00039315657e 192.168.2.128
SERVER: 00163e6c369e 192.168.2.29
Transfer FILE: /vmlinux
TFTP ERROR response 1 File not found
Can't read Elf  e_ident/e_type/e_machine info
boot:

Vagrant said he grabbed the boot files from the feisty-ppc distribution. That's a problem right there, since the initrd file there doesn't work for several reasons, and there are some simple pathname mods necessary in yaboot.conf. My mods are on the resident G3 tower station (in the MacBuild area) on the Desktop in a folder named ubuntu_ppc_netinstall, free for the taking. That doesn't address the issue of not finding the rest of the boot files. The solution to that is down the dhcp/tftp/boot-server path somewhere.


14Sep07

eMac Video Resolution
Feisty installs on an eMac just fine, but the Xorg configuration is inadequate. The default configuration results in no X display of any kind. The vertical refresh rate is wrong. Reconfiguring the xserver doesn't fix anything.

This post [http://ubuntuforums.org/showthread.php?t=246129&page=2] suggests another horz/vert rate modification, but also shows how to use programs gtf and read-edid to construct the appropriate Modelines for the supported display resolutions. That's the next thing to try.