Mailinglist Archive: radeonhd (307 mails)

< Previous Next >
Re: [radeonhd] xf86-video-radeonhd:r6xx-r7xx-support: 1 commit(s)
  • From: Alex Deucher <alexdeucher@xxxxxxxxx>
  • Date: Tue, 3 Feb 2009 09:26:44 -0500
  • Message-id: <a728f9f90902030626y46fcf4esec00be974f995477@xxxxxxxxxxxxxx>
On Tue, Feb 3, 2009 at 7:56 AM, Gene Heskett <gene.heskett@xxxxxxxxxxx> wrote:
Hi Alex;

I am still unable to "make" in the git pull of the radeonhd driver. And I
have followed the wiki instructions except I used "./autogen --prefix=/usr"
as you wrote previously.

The error is:
r6xx_accel.h:59: error: expected specifier-qualifier-list before 'uint32_t'
The line quoted above is:
// shader storage
ExaOffscreenArea *shaders; <----line 58
uint32_t solid_vs_offset;


Do you have the necessary build requirements? you'll need the xserver
headers among other things.

Presently I can only make x run at a usable speed without the "Option" "DRI"
in xorg.conf, because it doesn't make the /usr/lib/dri/r600_dri.so file
before the make errors out.

There is no r600_dri.so. That would be the 3D driver if one existed.
The latest bits only provide EXA and Xv.


This is shown by the previous message as (from that Xorg.0.log):
(EE) AIGLX error: dlopen of /usr/lib/dri/r600_dri.so failed
(/usr/lib/dri/r600_dri.so: cannot open shared object file: No such file or
directory)
(EE) AIGLX: reverting to software rendering


This can be ignore as there is no 3D driver at the moment.

Alex
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx

< Previous Next >