Re: 3D Hardware Graphics

2005-12-27 Thread Björn König

Jon schrieb:

Hello all,

I'm wondering how to get 3D Hardware graphics going
under FreeBSD. 
I tried both the LibGL.so that came with the driver

for my graphics card and the default LibGL.so that
came with FreeBSD '/usr/X11R6/lib' but no go, still
slow software mode. I have a DRI radeon enabled driver
and a radeon driver for xorg.conf, AGP was built into
my kernel. What else can I try to get this going?

Thanks
FreeBSD 6.0 STABLE - ATI Radeon 9800 Pro


This is almost not possible because ATI doesn't provide a driver for 
FreeBSD and the driver that comes with X.org supports only models up to 
Radeon 9000 concerning 3D capabilities; you'll find more information 
about supported cards in the radeon manpage of the xorg-server 
package. There is an open source project that aims 3D support for more 
recent cards:


http://r300.sourceforge.net/R300.php

Regards
Björn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 3D Hardware Graphics

2005-12-27 Thread Tijl Coosemans
On Tuesday 27 December 2005 06:28, Jon wrote:
 I'm wondering how to get 3D Hardware graphics going
 under FreeBSD.
 I tried both the LibGL.so that came with the driver
 for my graphics card and the default LibGL.so that
 came with FreeBSD '/usr/X11R6/lib' but no go, still
 slow software mode. I have a DRI radeon enabled driver
 and a radeon driver for xorg.conf, AGP was built into
 my kernel. What else can I try to get this going?

 FreeBSD 6.0 STABLE - ATI Radeon 9800 Pro

As far as I understand things, support for that card is still 
experimental, so make sure you have recent versions of 6.0-stable, 
x11-servers/xorg-server-snap and graphics/dri-devel.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


3D Hardware Graphics

2005-12-27 Thread Jon
 Hello all,
 
 I'm wondering how to get 3D Hardware graphics going
 under FreeBSD. 
 I tried both the LibGL.so that came with the driver
 for my graphics card and the default LibGL.so that
 came with FreeBSD '/usr/X11R6/lib' but no go, still
 slow software mode. I have a DRI radeon enabled
driver
 and a radeon driver for xorg.conf, AGP was built
into
 my kernel. What else can I try to get this going?
 
 Thanks
 FreeBSD 6.0 STABLE - ATI Radeon 9800 Pro

This is almost not possible because ATI doesn't
provide a driver for 
FreeBSD and the driver that comes with X.org supports
only models up to 
Radeon 9000 concerning 3D capabilities; you'll find
more information 
about supported cards in the radeon manpage of the
xorg-server 
package. There is an open source project that aims 3D
support for more 
recent cards:

http://r300.sourceforge.net/R300.php

Regards
Björn
---



Hello,

I managed to get r300 to compile and installed into
'usr/X11R6/lib/modules/dri - r300_dri.so'. I found a
nice source package under the FreeBSD ports
'dri-6.2.20050719,1' that downloded the source for
r300, Mesa3D and drm, it built and installed fine. I
ran Xmoto as a test GL game and it was still slow 2
FPS mode, I did a glxinfo command and it said dri is
not enabled. Any more suggestions to get this going?
Thanks!

Xorg.conf:
--
Section Module
Load  dbe
Load  dri
Load  extmod
Load  glx
Load  record
Load  xtrap
Load  freetype
Load  type1
EndSection
-
Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/TTF/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/CID/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Identifier  Card0
Driver  ati
VendorName  ATI Technologies Inc
BoardName   Radeon R350 [Radeon 9800]
BusID   PCI:1:0:0
---






__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


3D Hardware Graphics

2005-12-26 Thread Jon
Hello all,

I'm wondering how to get 3D Hardware graphics going
under FreeBSD. 
I tried both the LibGL.so that came with the driver
for my graphics card and the default LibGL.so that
came with FreeBSD '/usr/X11R6/lib' but no go, still
slow software mode. I have a DRI radeon enabled driver
and a radeon driver for xorg.conf, AGP was built into
my kernel. What else can I try to get this going?

Thanks
FreeBSD 6.0 STABLE - ATI Radeon 9800 Pro








__ 
Find your next car at http://autos.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]