Re: glXIsDirect failed

2008-04-15 Thread Alain G. Fabry
On Tue, Apr 15, 2008 at 07:24:15PM +0200, Mel wrote:
> On Tuesday 15 April 2008 18:57:45 Alain G. Fabry wrote:
> 
> > xorg log indicates GLX and DRI to be loaded
> > 
> > (II) LoadModule: "glx"
> > (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
> > (II) Module glx: vendor="X.Org Foundation"
> > compiled for 1.4.0, module version = 1.0.0
> > ABI class: X.Org Server Extension, version 0.3
> 
> That's software GL. You need a driver for your video card and you don't 
> mention which one you have.

I guess this is what you are looking for then, I have the M56 (Mobility Radeon 
X1600)

Edited to reduce length

(II) RADEONHD: X driver for the following AMD GPG (ATI) graphics devices:

M56   : Mobility Radeon X1600; Mobility FireGL V5200.


(II) RADEONHD: version 1.2.0, built from dist of git branch master, commit 
9d131f90

(II) Primary Device is: PCI 01:00:0
(--) Chipset M56 found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1  0   0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
[1] -1  0   0x000f - 0x000f (0x1) MX[B]
[2] -1  0   0x000c - 0x000e (0x3) MX[B]
[3] -1  0   0x - 0x0009 (0xa) MX[B]
[4] -1  0   0xf400 - 0xf40f (0x10) MX[B]E

(==) RADEONHD(0): Depth 24, (--) framebuffer bpp 32
(**) RADEONHD(0): Selected XAA 2D acceleration.
(--) RADEONHD(0): Detected an M56 on a HP/Compaq nc8430
(==) RADEONHD(0): Write-combining range (0xf460,0x1) was already clear
(II) RADEONHD(0): Mapped IO at 0x2870c000 (size 0x0001)
(II) RADEONHD(0): Getting BIOS copy from legacy VBIOS location
(II) RADEONHD(0): ATOM BIOS Rom:
SubsystemVendorID: 0x103c SubsystemID: 0x309f
IOBaseAddress: 0x4000
Filename: BR21540.BIN
BIOS Bootup Message:
HP Vail2.0 M56-P 128M ATOM BIOS CRT/LCD 425E/378M



Thanks,

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


Re: glXIsDirect failed

2008-04-15 Thread Mel
On Tuesday 15 April 2008 18:57:45 Alain G. Fabry wrote:

> xorg log indicates GLX and DRI to be loaded
> 
> (II) LoadModule: "glx"
> (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
> (II) Module glx: vendor="X.Org Foundation"
> compiled for 1.4.0, module version = 1.0.0
> ABI class: X.Org Server Extension, version 0.3

That's software GL. You need a driver for your video card and you don't 
mention which one you have.
-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


glXIsDirect failed

2008-04-15 Thread Alain G. Fabry

Hi,

Running 7.0-RELEASE #0, trying to get 3ddesktop to work, but whenever I launch 
"3ddesk --kde3", I get the following error.

3ddeskd: glXIsDirect failed, no Direct Rendering possible!
3ddeskd: Please configure hardware acceleration.  Exiting.

What could be causing this?

xorg.conf module section

Section "Module"
Load  "extmod"
Load  "record"
Load  "dbe"
Load  "glx"
Load  "GLcore"
Load  "xtrap"
Load  "dri"
Load  "freetype"
Load  "type1"
EndSection

xorg log indicates GLX and DRI to be loaded

(II) LoadModule: "glx"
(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.4.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "xtrap"
(II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 1.4.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dri"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.4.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI


Tried to run the glxinfo command to verify direct rendering = yes, but glxinfo 
is nowhere to be found.could this be related to the problem?

Also tried to kldload drm.ko, since I'm not sure this is needed. But it didn't 
change anything.

Thanks,

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