Date: Wed, 20 Jun 2007 22:34:08 +0200 From: Roland Smith <rsmith@xs4all.nl> To: Alberto Rizzi <greenant@fastmail.fm> Cc: freebsd-questions@freebsd.org Subject: Re: Missing /dev/agpgart Message-ID: <20070620203408.GA63150@slackbox.xs4all.nl> In-Reply-To: <46798999.1030303@fastmail.fm> References: <4677F9CC.9070907@fastmail.fm> <20070620140335.5481fff8@localhost> <4678C6B5.5040808@fastmail.fm> <20070620230734.78e650fd@localhost> <20070620164030.GA48660@slackbox.xs4all.nl> <46795965.5090203@fastmail.fm> <20070620175734.GC48660@slackbox.xs4all.nl> <46798999.1030303@fastmail.fm>
next in thread | previous in thread | raw e-mail | index | archive | help
--sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 20, 2007 at 10:10:01PM +0200, Alberto Rizzi wrote: > Roland Smith ha scritto: > > On Wed, Jun 20, 2007 at 06:44:21PM +0200, Alberto Rizzi wrote: > >> Ok I know this, but I want 2D acceleration, but without /dev/agpgart I > >> don't have neither 3D nor 2D. > >> Am I right? > >=20 > > Reading radeon(4) it implies that agp is only used when DRI is > > enabled. The AGP options and the BusType option are only used when DRI > > is enabled. It doesn't look like you need AGP for the 2D support. > >=20 > > Roland > My pc is P4 2.4GHz and Radeon 9600XT but Xorg 7.2 with Xfce4 (but also > with wmii or other window manager) is very sloooooow >=20 > How can I check whether 2D acceleration is active or not? grep Accel /var/log/Xorg.0.log In my case this shows: (**) RADEON(0): Initializing Acceleration (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA) (II) RADEON(0): Acceleration enabled > How can I improve performances? > My xorg.conf is You can remove GLcore, and dri, they're not supported on 9600XT yet. > Load "GLcore" > Load "xtrap" > Load "dri" > Load "freetype" > Load "type1" > EndSection =20 This might be slow as well. > Section "Extensions" > Option "Composite" "Enable" > EndSection=09 According to radeon(4): Option "RenderAccel" "boolean" Enables or disables hardware Render acceleration. This dri= ver does not support component alpha (subpixel) rendering. It = is only supported on Radeon series up to and including 9= 200 (9500/9700 and newer unsupported). The default is to ena= ble Render acceleration. > Section "Device" I think you can remove these five Options, because your hardware doesn't support them. > Option "AGPMode" "8" > Option "AGPFastWrite" "on"=09 > Option "AccelMethod" "XAA" > Option "EnablePageFlip" "1" > Option "ColorTiling" "1" > Identifier "Card0" > Driver "radeon" > VendorName "ATI Technologies Inc" > BoardName "RV350 AR [Radeon 9600]" > BusID "PCI:1:0:0" A couple of years ago, ATI released programming documentation for radeons up to 9250 (rv280). So those are very well supported by Xorg. Documentation for newer models was hard/impossible to obtain for a long time. But recently an open source driver for the r500 chips called xf86-video-avivo was announced, and AMD has committed itself to release open source drivers for ATI cards was well. So you could look for an older 9200 card, or wait for the new drivers. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGeY9AEnfvsMMhpyURAvxcAJ9KrHEm0DmlM/rDf4Vck2VoWuLEUACfbwtc cIYMMFSqMsh4ZFC8gdoA/20= =Fes8 -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070620203408.GA63150>