Mailinglist Archive: radeonhd (300 mails)
| < Previous | Next > |
Re: [radeonhd] State of DRI on r5xx
- From: Coleman Kane <cokane@xxxxxxxxxx>
- Date: Wed, 28 May 2008 09:23:04 -0400
- Message-id: <1211980984.1637.1.camel@localhost>
On Wed, 2008-05-28 at 09:19 -0400, Alex Deucher wrote:
On freebsd you may need to explicitly tell it to look for the expat.h
in /usr/local/include by passing --with-expat=/usr/local to the
configure cmdline.
--
Coleman Kane
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
On Wed, May 28, 2008 at 8:59 AM, Vladimir Grebenschikov <vova@xxxxxxx> wrote:
On Wed, 2008-05-28 at 14:39 +0200, Rene Ladan wrote:
2008/5/28 Vladimir Grebenschikov <vova@xxxxxxx>:
On Fri, 2008-05-23 at 10:56 -0400, Coleman Kane wrote:FreeBSD
On Fri, 2008-05-23 at 18:06 +0400, Vladimir Grebenschikov wrote:
On Fri, 2008-05-23 at 15:44 +0200, Matthias Hopf wrote:
Instruction for FreeBSD will be helpful also, I am not sure what
Thepackages to be replaced by drm and mesa ?
I am currently trying to get this working (with DRI) under FreeBSD.
justfollowing port is replaced by drm:
* graphics/libdrm
* Also, all code under /usr/src/sys/dev/drm
The following are replaced by mesa:
* graphics/dri
* graphics/libGL
* graphics/libGLU
* graphics/libGLw
* graphics/mesa-demos
I don't currently have my RS690 working DRI under FreeBSD yet. I
enablerecently pulled in the commit to drm that airlied pushed up to
workingvblank irq on these cards, and my changes have the interrupt
myproperly on FreeBSD, however I am not able to see any GL output on
spacescreen.
Everything else acts like it is working, but I just get a black
reallywhere the GL output should be (like in glxgears). I feel like I'm
linuxreally close, but I am missing like 1 or 2 key things that the
checkkmod has...
I have M54 (Mobile X1400), and want to try run recent driver to
DRI on it.
I've build and install libdrm, and drm.ko (from /drm git)
but I've failed to configure mesa on DRI2PROTO:
vbook:/home/vova/src/mesa 160_> ./autogen.sh
autoreconf-2.61: Entering directory `.'
autoreconf-2.61: configure.ac: not using Gettext
...
checking for LIBDRM... yes
checking for DRI2PROTO... configure: error: Package requirements
(dri2proto >= 1.1) were not met:
No package 'dri2proto' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
....
You should git-clone dri2proto, its web interface is at
http://gitweb.freedesktop.org/?p=xorg/proto/dri2proto.git;a=summary
Thank you, it helps, with proto, but now it requires Expat:
configure:7516: result: no
configure:7549: checking for expat.h
configure:7556: result: no
configure:7563: error: Expat required for DRI.
What is it about ?
The dri config infrastructure requires an xml parser.
Alex
On freebsd you may need to explicitly tell it to look for the expat.h
in /usr/local/include by passing --with-expat=/usr/local to the
configure cmdline.
--
Coleman Kane
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |