From: Volker Armin Hemmann <volker.armin.hemmann@tu-clausthal.de>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] mplayer and/or X optimization
Date: Wed, 7 Sep 2005 18:47:38 +0200 [thread overview]
Message-ID: <200509071847.38498.volker.armin.hemmann@tu-clausthal.de> (raw)
In-Reply-To: <20050907105624.GB28082@waltdnes.org>
On Wednesday 07 September 2005 12:56, waltdnes@waltdnes.org wrote:
> On Wed, Sep 07, 2005 at 03:15:51AM +0200, Volker Armin Hemmann wrote
>
> > does xine also have a speed problem?
> > If yes:
>
> I don't have xine loaded. I've had problems building it in the past.
> mplayer has been trouble-free.
>
> > could you please post xorg.conf/Xorg.0.log?
> >
> > Maybe they contain somethin obvious...
>
> To avoid cluttering up the list, I've posted them on my webpage; see
> http://www.waltdnes.org/xorg.conf.txt
> http://www.waltdnes.org/Xorg.0.log.txt
>
> According to the box, the card is a PowerColor X300 SE, with PCI
> Express and full DirectX 9 support.
>
> One thing I notice is at the very end of xorg.conf...
>
> # Section "DRI"
> # Mode 0666
> # EndSection
>
> According to "man radeon"
>
> Option "BusType" "string"
> Used to replace previous ForcePCIMode option. Should only be
> used when driver's bus detection is incorrect or you want to
> force a AGP card to PCI mode. Should NEVER force a PCI card to
> AGP bus.
> PCI -- PCI bus
> AGP -- AGP bus
> PCIE -- PCI Express (falls back to PCI at present)
> (used only when DRI is enabled)
> The default is auto detect.
>
> I uncommented the 3 lines and in the video card section I added...
>
> Option "BusType" "PCIE"
>
> but it looks like it's not enabled.
>
you have to load dri in the modules section first (and glx maybe too).
BUT from your log: your card is to new for dri/render, so it falls back to
some.. I don't know-mode ;)
but you can try to load them. Change this:
# This loads the GLX module
# Load "glx"
# This loads the DRI module
# Load "dri"
to this:
# This loads the GLX module
Load "glx"
# This loads the DRI module
Load "dri"
but I am pretty sure, that it will not help much.
Hm - xv and ATI were never good friends...
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2005-09-07 16:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-07 1:08 [gentoo-user] mplayer and/or X optimization waltdnes
2005-09-07 1:15 ` Volker Armin Hemmann
2005-09-07 10:56 ` waltdnes
2005-09-07 16:47 ` Volker Armin Hemmann [this message]
2005-09-08 3:58 ` Walter Dnes
2005-09-08 4:13 ` Volker Armin Hemmann
2005-09-10 2:27 ` Walter Dnes
2005-09-10 3:33 ` Volker Armin Hemmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200509071847.38498.volker.armin.hemmann@tu-clausthal.de \
--to=volker.armin.hemmann@tu-clausthal.de \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox