On Sun, 27 Jan 2008 01:55:59 -0500
"Walter Dnes" <[EMAIL PROTECTED]> wrote:

> On Sat, Jan 26, 2008 at 07:39:47PM +0900, Mike Mazur wrote
> 
> > CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
> 
>   The -march option may or may not invoke mmx, sse, sse2, etc in the
> CFLAGS line but it definitely does *NOT* invoke them in the USE
> variable.
> 
> > USE="gtk gtk2 gnome -apm -eds -emboss -gstreamer -qt -qt3 -qt4 -kde
> > -ldap -arts -esd -oss -xv X a52 aac acpi alsa avahi bash-completion
> > bluetooth cdr cjk crypt dbus dvd dvdr exif firefox gphoto hal ipod
> > jpeg mbox mp3 nptl nptlonly ogg opengl png pulseaudio spell ssl
> > startup-notification svg theora tiff vorbis wifi xinerama"
> 
>   I have mmx, sse, sse2, and a few AMD-specific options in my USE
> variable.  Can you show us the output of the command...
> 
> grep flags /proc/cpuinfo
> 
>   Then we can see what to add.  If you are *NOT* taking advantage of
> the available extensions, you won't get the available oomph out of
> your cpu. It's not so much a matter of raw speed as ability to do
> complex calculations in the chipset microcode, rather than painfully
> emulating it in software.  One of the features of Gentoo is
> customizing your build to get the most out of your cpu.  Use it...
> within reason.
> 
>   mplayer also takes a few custom flags.  In /etc/portage/package.use
> I have the entry
> 
> media-video/mplayer custom-cflags i8x0 real 3dnowext mmxext
> 
>   With an Intel cpu, you obviously don't want "3dnowext", but there
> may be other stuff worth using.  To find out what's available, use...
> 
> grep mplayer /usr/portage/profiles/use.local.desc | less
> 
True as that is, is think it's kind a of the point. I have been using
mplayer to see movies since k7-2(I think it as a k7-2 don't remember
for sure). I've seldom got the error about CPU being to slow and always
it was another reason for mplayer not being able to play it. I would
rather say you should look in mplayer -vo help and try different
drivers until you get the one it suites you. If you have a 3d card
choose gl or gl2, if not xv. Also please check that you have setup
preperly the graphics card.
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to