Anyone able to install xf4.0.1 on lombard?

Anyone able to install xf4.0.1 on lombard?

Post by John Bora » Wed, 27 Sep 2000 04:00:00



Hello.  I'm trying to install xfree86 4.0.1 on my g3 333 powerbook
(lombard).  I've managed destroying my root filesystem three times.
Right now I have a fresh install of linuxppc2000, and I use BootX as my
boot manager.  I've partition a 50 meg apple HFS partition for yaboot in
the future.  Does anyone here have a simple step-by-step how-to on
installing xfree 4.0.1 on the lombards?  

I'm hoping on getting some accelerated x on my laptop, right now x isn't
very responsive and its a bit annoying.  If I can get x accelerated with
the present xfree86 3.3.x server I have installed I'll settle with
that.  Thanks in advanced.

-john

 
 
 

Anyone able to install xf4.0.1 on lombard?

Post by Michael Schmit » Thu, 28 Sep 2000 04:00:00



> Hello.  I'm trying to install xfree86 4.0.1 on my g3 333 powerbook
> (lombard).  I've managed destroying my root filesystem three times.

My new mantra: Use yaboot.

        Michael

 
 
 

Anyone able to install xf4.0.1 on lombard?

Post by Robert Lasiron » Mon, 02 Oct 2000 04:00:00


I managed to install XFree86 4.0.1 successfully on my Lombard. It was a
bear, but I finally got almost everything working. I currently have this
weird bug going on, I still haven't found the solution to. Let me know
you if you run into it also after installation(I detailed my bug at the
end).

Here are the two websites I used to get everything working:
- http://penguinppc.org/usr/xf4/
- http://members.home.com/njolly/xppc/kernel_arg_table.html

Here are the steps in a netshell:
Once you untar the sources, you will delete the drivers that came with
the distribution. You will then rsync with with a server that has the
ppc drivers. Then the long process of compiling. (make, make install,
make install.man - Pretty much the order of compiling and installing. )

To get the video initialized properly, you will need to edit your
yaboot.conf file. The added line looks like this:
append="video=atyfb:vmode:14,cmode:32,mclk:70 adb_buttons=55,58
hda=autotune"

You really only need the video. The adb and hda additions are for added
features. You can checkout the websites for the details.

Here is my bug I mentioned earlier:
- When I added the append line to my yaboot.conf file, the problems
started. If I cold boot my Lombard, I will hang during boot up. I got
around this by booting up on a MacOS CD, then reboot to linuxppc on the
local drive( Yes, this is a major pain in the behind ). I think this is
a small price to pay compared to buying a new PB. I'm still on a hunt
for this solution.

Good Luck,
-rob



> > Hello.  I'm trying to install xfree86 4.0.1 on my g3 333 powerbook
> > (lombard).  I've managed destroying my root filesystem three times.

> My new mantra: Use yaboot.

>         Michael

 
 
 

Anyone able to install xf4.0.1 on lombard?

Post by Michael Schmit » Wed, 04 Oct 2000 04:00:00



> To get the video initialized properly, you will need to edit your
> yaboot.conf file. The added line looks like this:
> append="video=atyfb:vmode:14,cmode:32,mclk:70 adb_buttons=55,58
> hda=autotune"

mclk=89 and adb_buttons=103,111 here, and no hda=autotune (that's
default anyway).

Quote:> Here is my bug I mentioned earlier:
> - When I added the append line to my yaboot.conf file, the problems
> started. If I cold boot my Lombard, I will hang during boot up. I got
> around this by booting up on a MacOS CD, then reboot to linuxppc on the
> local drive( Yes, this is a major pain in the behind ). I think this is
> a small price to pay compared to buying a new PB. I'm still on a hunt
> for this solution.

What kernel is that happening with? 2.2.17pre20-benh works fine for me
with yaboot. X 4.01 also works fine ...

        Michael