Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2008 18:57:45 +0200
From:      "Alain G. Fabry" <alainfabry@belgacom.net>
To:        freebsd-questions@freebsd.org
Subject:   glXIsDirect failed
Message-ID:  <20080415165745.GA18893@ducati-748.3rdrock.kicks-ass.net>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080415165745.GA18893>