All times are UTC-06:00




Post new topic  Reply to topic  [ 22 posts ] 
Author Message
PostPosted: Wed Jan 05, 2005 5:33 am 
Offline

Joined: Tue Dec 14, 2004 3:52 am
Posts: 42
Location: Italy - from Mexico
Hi everyone...

I finally manged to install Gentoo on my Pegasos using a stage3 tarball , but I've got a few questions...

1- With apparently no reason, after I returned from holidays, I encountered a problem during boot: it can't swith to hardware clock. Strange!

2- I wanted to use Bootsplash or some kind of graphical boot loader and I would like to know what are you using and how...

3- I'm not sure I've configured my Radeon very well, for I have a bit slow video playback (dvd playback forces sound to be crappy, I think it's caused by a lack of harware acceleration), so I wanted to know what kernel options did you set (I have a Radeon 9200) and if you followed the instructions in the ATI Howto found on the Gentoo website, which suggest to emerge the drivers like this:
# VIDEO_CARDS="radeon" emerge x11-drm
I didn't do it and wanted to know if you did, before I mess up more...
I was able to activate DRI, but found it very slow. Is it normal? I have a G4, with 512 Mb and my Radeon 9200 has 128 Mb... I think it should go faster!

4- Related to the latter, when I try to emerge the alsa driver it says I already compiled into the kernel, but I'm sure I have it loaded as module... Is that becuase I had to emerge the drivers before the kernel sources?

I would still like to try again with a stage1 installation, so if somebody did it with 2004.3 I would be glad to know what "arcane tricks" did he have to use! :wink:

Thanks!
:wink:


Top
   
PostPosted: Wed Jan 05, 2005 6:58 am 
Offline

Joined: Wed Jan 05, 2005 6:56 am
Posts: 1
Hi RockmanX,

http://www.ppczone.org/forums/viewtopic.php?t=74 helped me solve the hwclock problem: boot morphos, start a shell and enter "Softclock reset".

That's it - voila.

Hope it works for you as well,
regards,
holger


Top
   
PostPosted: Wed Jan 05, 2005 7:08 pm 
Offline

Joined: Sun Oct 10, 2004 5:30 pm
Posts: 15
We have a separate Gentoo Forum on this site. Please use this one in future for Gentoo-related questions.
Quote:
1- With apparently no reason, after I returned from holidays, I encountered a problem during boot: it can't swith to hardware clock. Strange!
I also had that problem. With hwclock I can set the hardware clock to my local time. Now it's better after a boot.

Quote:
2- I wanted to use Bootsplash or some kind of graphical boot loader and I would like to know what are you using and how...
Currently there is no boot loader for the Pegasos. Probably a future version of grub will work. There is currently some work on it.

On the other hand, you see a boot-loader only for a few seconds, why do you want something graphical?

I use the boot menu described in http://www.freescale.com/files/32bit/do ... AN2736.pdf
Quote:
3- I'm not sure I've configured my Radeon very well, for I have a bit slow video playback (dvd playback forces sound to be crappy, I think it's caused by a lack of harware acceleration), so I wanted to know what kernel options did you set (I have a Radeon 9200) and if you followed the instructions in the ATI Howto found on the Gentoo website, which suggest to emerge the drivers like this:
# VIDEO_CARDS="radeon" emerge x11-drm
I didn't do it and wanted to know if you did, before I mess up more...
I was able to activate DRI, but found it very slow. Is it normal? I have a G4, with 512 Mb and my Radeon 9200 has 128 Mb... I think it should go faster!
DRI is really slow on the Pegasos. I use the top-recent X.Org-ebuild in Gentoo (it's a 8.2.0 release candidate) which fixes a lot of troubles with the radeon card. You can find my config at http://dev.gentoo.org/~pylon/config/XOr ... -PegasosII

x11-drm isn't used any more for X.Org.
Quote:
4- Related to the latter, when I try to emerge the alsa driver it says I already compiled into the kernel, but I'm sure I have it loaded as module... Is that becuase I had to emerge the drivers before the kernel sources?
Nope. If you have a 2.6-kernel everything is fine. You don't need alsa-driver as the kernel already fulfills the virtual dependency. And you should make it as a module. Read further on http://www.gentoo.org/doc/en/alsa-guide.xml


Top
   
PostPosted: Thu Jan 06, 2005 10:43 pm 
Offline

Joined: Tue Dec 14, 2004 3:52 am
Posts: 42
Location: Italy - from Mexico
Many thanks!

Is DRI that slow because of the lack of ATI closed source drivers? Or lack of altivec optimizations? Or is it just too heavy for our systems? :roll:


Top
   
PostPosted: Thu Jan 06, 2005 11:39 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 111
On Fri, Jan 07, 2005 at 04:43:27AM +0000, RockmanX wrote:
> Many thanks!
>
> Is DRI that slow because of the lack of ATI closed source drivers? Or lack of altivec optimizations? Or is it just too heavy for our systems? [Rolling Eyes]

Basically, we run only in PCI-compatibility mode, so this poses some inherent
restrictions to huge texture copies and such. Also, the powerpc doesn't seem
to have any kind of block write capacity. Altivec enhancement will probably
bring a certain boost here, but it still will be hindered by the missing agp
stuff.

Pegasos 3 will solve this issues.

Friendly,

Sven Luther


Top
   
PostPosted: Fri Jan 07, 2005 3:45 am 
Offline

Joined: Tue Dec 14, 2004 3:52 am
Posts: 42
Location: Italy - from Mexico
So there's gonna be a Pegasos 3... And what changes will be required to solve this problem?


Top
   
PostPosted: Fri Jan 07, 2005 6:00 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 111
On Fri, Jan 07, 2005 at 09:45:37AM +0000, RockmanX wrote:
> So there's gonna be a Pegasos 3... And what changes will be required to solve this problem?

Well, i cannot comment about future hardware, obviously, and my comment was
meant that real DRI performance change can only be expected in a next gen
product, as the current hardware can't do more than pci-compatibility mode.

This is ok still, and later dri development certainly improves DRI
performance, and most free 3D games remain playable.

I wonder about cube though, did you really get this one to build on pegasos ?

Friendly,

Sven Luther


Top
   
PostPosted: Wed Jan 12, 2005 8:08 am 
Offline

Joined: Tue Dec 14, 2004 3:52 am
Posts: 42
Location: Italy - from Mexico
Another question...

@Pylon:

You're using the "ati" driver, but I knew it was for the closed source driver, unavailable for PPC... What's the difference if I use the "radeon" one?

@Everyone:

I'm trying the new enlightenment17 software (mainly the Entrance display manager) and couldn't get the Evas GL engine to work...
Did somebody tried it?


Top
   
PostPosted: Wed Jan 12, 2005 8:18 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 111
On Wed, Jan 12, 2005 at 02:08:00PM +0000, RockmanX wrote:
> Another question...
>
> @Pylon:
>
> You're using the "ati" driver, but I knew it was for the closed source driver, unavailable for PPC... What's the difference if I use the "radeon" one?

Wrong. The "ati" driver is just a wrapper driver, which detects the pci ids of
the graphic card and chooses the mach64, rage128 or radeon driver. There is a
problem with the radeon 9200SE though, since X is mapping the second pci-id,
the one from the second head, and not finding it in his database, and thus
chosing mach64, which obviously fails.

> @Everyone:
>
> I'm trying the new enlightenment17 software (mainly the Entrance display manager) and couldn't get the Evas GL engine to work...
> Did somebody tried it?

It has been age since i tried E, and debian still has 0.16 only, can't help
you there.

But is your DRI setup working ? What about running glxinfo and glxgears ?

Friendly,

Sven Luther


Top
   
PostPosted: Wed Jan 12, 2005 10:10 am 
Offline

Joined: Tue Dec 14, 2004 3:52 am
Posts: 42
Location: Italy - from Mexico
So, is this correct, or shall I put "ati" for driver? Anything else?

Section "Device"
Option "BusType" "PCI"
Identifier "RADEON"
Driver "radeon"
VideoRam 131072
# Insert Clocks lines here if appropriate
EndSection

About DRI, it works, but transaparency and shadows slow down the system too much for me... I prefer responsiveness, so I have them turned off.
GLX works fine, and glxgears makes something like 395 fps... I use the -vo gl2 option for video playback with mplayer and have good performance, but not with DVD... (unwatchable)
If I don't specify the driver to play DVDs, I get average (acceptable) video performance, but flickering sound, so it's not good... Do you have the same problems with mplayer?


Top
   
PostPosted: Wed Jan 12, 2005 10:48 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 111
On Wed, Jan 12, 2005 at 04:10:40PM +0000, RockmanX wrote:
> So, is this correct, or shall I put "ati" for driver? Anything else?
>
> Section "Device"
> Option "BusType" "PCI"
> Identifier "RADEON"
> Driver "radeon"
> VideoRam 131072
> # Insert Clocks lines here if appropriate
> EndSection
>
> About DRI, it works, but transaparency and shadows slow down the system too much for me... I prefer responsiveness, so I have theme turned off.
> GLX works fine, and glxgears makes something like 395 fps... I use the -vo gl2 option for video playback with mplayer and have good performance, but not with DVD...
> If I don't specify the driver to play DVDs, I get average (acceptable) video performance, but flickering sound, so it's not good... Do you have the same problems with mplayer?

This is correct, you could use "ati", but it would only be usefull if you
where to put a rage or mach64 card in the box, which i believe you won't.

I don't use mplayer, so i have no idea about this, but i have no trouble
playing DVDs with xine and the Xv method. With peg1 it was problematic, but
the peg2/G4 is more than able to do it.

Friendly,

Sven Luther


Top
   
PostPosted: Thu Jan 13, 2005 9:44 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 103
Location: Gothenburg, Sweden
You should also add the following to your xorg.conf:
Code:
Section "Extensions"
Option "RENDER" "Enable"
EndSection
Try using mplayer with '-vo xv'.


Top
   
PostPosted: Thu Jan 13, 2005 10:01 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 111
On Fri, Jan 14, 2005 at 03:44:48AM +0000, dholm wrote:
> You should also add the following to your xorg.conf:
>
>
> Section "Extensions"
>         Option "RENDER" "Enable"
> EndSection

Is the radeon driver RENDER-accelerated ? I think not.

Friendly,

Sven Luther


Top
   
PostPosted: Fri Jan 14, 2005 5:56 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 20
> About DRI, it works, but transaparency and shadows slow down the
> system too much for me... I prefer responsiveness, so I have theme
> turned off. GLX works fine, and glxgears makes something like 395
> fps...

Hey, does this mean that DRI finally works now with X.org? Should I
switch to Gentoo, since my system will still eventually chrash should I
enable DRI with X (I'm a Debian user).

--
-Tatu Kilappa <trilkk@iki.fi>


Top
   
PostPosted: Fri Jan 14, 2005 6:58 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 111
On Fri, Jan 14, 2005 at 11:58:00AM +0000, Tatu Kilappa wrote:
> > About DRI, it works, but transaparency and shadows slow down the
> > system too much for me... I prefer responsiveness, so I have theme
> > turned off. GLX works fine, and glxgears makes something like 395
> > fps...
>
> Hey, does this mean that DRI finally works now with X.org? Should I
> switch to Gentoo, since my system will still eventually chrash should I
> enable DRI with X (I'm a Debian user).

You have a pegasos 2 ? DRI should work out of the box with the debian X
package, and also with the sid dri-trunk packages from michael daenzer, at
least with AGP cards. No idea about X.org though.

Friendly,

Sven Luther


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 22 posts ] 

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group