From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1ED3BX-0001hG-JT for garchives@archives.gentoo.org; Wed, 07 Sep 2005 16:54:08 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j87GnKrc012756; Wed, 7 Sep 2005 16:49:20 GMT Received: from amun.rz.tu-clausthal.de (amun.rz.tu-clausthal.de [139.174.2.12]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j87GjhiI006093 for ; Wed, 7 Sep 2005 16:45:43 GMT Received: from amun.rz.tu-clausthal.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id D3B152A9525 for ; Wed, 7 Sep 2005 18:49:14 +0200 (CEST) Received: from tu-clausthal.de (hathor.rz.tu-clausthal.de [139.174.2.1]) by amun.rz.tu-clausthal.de (Postfix) with ESMTP id 76EE0288845 for ; Wed, 7 Sep 2005 18:47:42 +0200 (CEST) Received: from energy.heim10.tu-clausthal.de ([139.174.241.94] verified) by tu-clausthal.de (CommuniGate Pro SMTP 4.3.6) with ESMTP id 7572606 for gentoo-user@lists.gentoo.org; Wed, 07 Sep 2005 18:47:38 +0200 From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] mplayer and/or X optimization Date: Wed, 7 Sep 2005 18:47:38 +0200 User-Agent: KMail/1.8.2 References: <20050907010804.GA26857@waltdnes.org> <200509070315.51336.volker.armin.hemmann@tu-clausthal.de> <20050907105624.GB28082@waltdnes.org> In-Reply-To: <20050907105624.GB28082@waltdnes.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509071847.38498.volker.armin.hemmann@tu-clausthal.de> X-Virus-Scanned: by PureMessage V4.7 at tu-clausthal.de X-Archives-Salt: b7ee990a-ca85-4617-a580-c91d2d1edec0 X-Archives-Hash: 2f23286eaebbb13dfc0e7d5ffd8b8e0b 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