XFree86 4.3 and radeon ve

2003-03-31 Thread Scott Henson
I am using the ds XF86 4.3 debs and I am pretty happy with them.  The
ony grip I have is that I dont have any direct redering.  glxinfo says 
direct rendering: No
I have the dri section in my XF86Config-4 file correct and my logs say
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmGetBusid returned ''
(II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xe2a98000
(II) RADEON(0): [drm] mapped SAREA 0xe2a98000 to 0x40012000
(II) RADEON(0): [drm] framebuffer handle = 0xe000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [drm] register handle = 0xed00
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEON(0): [drm] dma control initialized, using IRQ 11
(II) RADEON(0): [drm] Initialized kernel agp heap manager, 5111808
Also any 3-D games are slow and take up all CPU power.  I can only
conclude that there is no hardware acceleration.  I thought 4.3 was
supposed to have better acceleration and everything.  I would much
apreciate any help in getting that acceleration.  Thank you.
-- 
Scott Henson <[EMAIL PROTECTED]>



Re: XFree86 4.3 and radeon ve

2003-03-31 Thread Daniel Stone
On Mon, Mar 31, 2003 at 01:17:44AM -0500, Scott Henson scrawled:
> I am using the ds XF86 4.3 debs and I am pretty happy with them.  The
> ony grip I have is that I dont have any direct redering.  glxinfo says 
> direct rendering: No
> I have the dri section in my XF86Config-4 file correct and my logs say
> (II) Loading sub module "drm"
> (II) LoadModule: "drm"
> (II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
> (II) Module drm: vendor="The XFree86 Project"
> drmOpenDevice: minor is 0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 4, (OK)
> drmOpenDevice: minor is 0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 4, (OK)
> drmOpenDevice: minor is 0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 4, (OK)
> drmGetBusid returned ''
> (II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0"
> (II) RADEON(0): [drm] added 8192 byte SAREA at 0xe2a98000
> (II) RADEON(0): [drm] mapped SAREA 0xe2a98000 to 0x40012000
> (II) RADEON(0): [drm] framebuffer handle = 0xe000
> (II) RADEON(0): [drm] added 1 reserved context for kernel
> (II) RADEON(0): [drm] register handle = 0xed00
> (II) RADEON(0): [drm] installed DRM signal handler
> (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
> (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
> (II) RADEON(0): [drm] dma control initialized, using IRQ 11
> (II) RADEON(0): [drm] Initialized kernel agp heap manager, 5111808
> Also any 3-D games are slow and take up all CPU power.  I can only
> conclude that there is no hardware acceleration.  I thought 4.3 was
> supposed to have better acceleration and everything.  I would much
> apreciate any help in getting that acceleration.  Thank you.

If you could post not only your full XF86Config-4, but your full
XFree86.0.log, this would help immensely - there are large chunks
missing from the log which may prove vital to finding this. Also, you
need to install the xlibmesa4-drm-src package to get updated DRM kernel
modules if you're running 2.4.x.

:) d

-- 
Daniel Stone <[EMAIL PROTECTED]>
Developer, Trinity College, University of Melbourne


pgphWKDAkL5YM.pgp
Description: PGP signature


Re: xfree86-devel

2003-03-31 Thread Colin Watson
On Fri, Mar 28, 2003 at 05:18:05PM +0100, [EMAIL PROTECTED] wrote:
> just to know, is there a devel package for xfree86?

You probably want at least xlibs-dev, and possibly libxaw7-dev and
xutils too. Depends which bits of X IceWM wants.

-- 
Colin Watson  [EMAIL PROTECTED]



Re: XFree86 4.3 and radeon ve

2003-03-31 Thread Scott Henson
On Mon, 2003-03-31 at 06:43, Michel Dänzer wrote:
> Actually, the snippet shows that he's using an up to date DRM. Is
> xlibmesa4-dri installed?
Yeah, that did it.  I thought I had installed all the xlibmesa stuff,
but I guess not.  Thanks for the help.

-- 



Re: xfree86-devel

2003-03-31 Thread Colin Watson
On Fri, Mar 28, 2003 at 05:18:05PM +0100, [EMAIL PROTECTED] wrote:
> just to know, is there a devel package for xfree86?

You probably want at least xlibs-dev, and possibly libxaw7-dev and
xutils too. Depends which bits of X IceWM wants.

-- 
Colin Watson  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: XFree86 4.3 and radeon ve

2003-03-31 Thread Scott Henson
On Mon, 2003-03-31 at 06:43, Michel Dänzer wrote:
> Actually, the snippet shows that he's using an up to date DRM. Is
> xlibmesa4-dri installed?
Yeah, that did it.  I thought I had installed all the xlibmesa stuff,
but I guess not.  Thanks for the help.

-- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]