Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
no direct rendering?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
0000000000000
Apprentice
Apprentice


Joined: 21 Mar 2008
Posts: 163

PostPosted: Sat Mar 28, 2009 5:28 am    Post subject: no direct rendering? Reply with quote

I just discovered that I have no direct rendering.

Using intel driver -9999 from x11 overlay
xorg-server-9999 from x11 overlay
mesa-9999 from x11 overlay
dri2proto-9999 from x11 overlay
xf86driproto-9999 from x11 overlay

loading modules dri dri2 and glx in xorg.conf

have:
Section "DRI"
Mode 0666
EndSection

in xorg.conf


kernel has:
CONFIG_AGP=y
CONFIG_AGP_INTEL=y
CONFIG_DRM=y
CONFIG_DRM_I915=y
CONFIG_DRM_I915_KMS=y

There are no errors in xorg.0.log

yet
null@void ~ $ glxinfo | grep rendering
direct rendering: No


What might I be missing?


I do get this:

null@void ~ $ dmesg | grep AGP
No AGP bridge found


Edit:
void null # grep rendering /var/log/Xorg.0.log
(II) intel(0): direct rendering: DRI2 Enabled


I am trying to use xbmc, but it wont start as it says i have no direct rendering
Back to top
View user's profile Send private message
vaxbrat
l33t
l33t


Joined: 05 Oct 2005
Posts: 731
Location: DC Burbs

PostPosted: Sat Mar 28, 2009 6:46 am    Post subject: Xorg.log Reply with quote

What does /var/log/Xorg.0.log have to say even though it didn't have any errors? It should have mentioned something about loading dri and then looking for devices which support it and the final status of dir yea or nay. Also I seem to recall that DRI will not be enabled when an onboard gfx controller is leeching system memory instead of using its own.
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Sat Mar 28, 2009 1:23 pm    Post subject: Reply with quote

Moved from Desktop Environments to Unsupported Software.
overlay -> unsupported
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
0000000000000
Apprentice
Apprentice


Joined: 21 Mar 2008
Posts: 163

PostPosted: Sun Mar 29, 2009 11:40 pm    Post subject: Re: Xorg.log Reply with quote

vaxbrat wrote:
What does /var/log/Xorg.0.log have to say even though it didn't have any errors? It should have mentioned something about loading dri and then looking for devices which support it and the final status of dir yea or nay. Also I seem to recall that DRI will not be enabled when an onboard gfx controller is leeching system memory instead of using its own.


From xorg.0.log

(II) LoadModule: "dri2"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.6.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.6.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) Loading extension DRI2
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.6.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension DRI2
(II) Loading extension XFree86-DRI
(**) intel(0): Option "DRI" "True"
(II) intel(0): [DRI2] Setup complete
drmOpenDevice: node name is /dev/dri/card0


I downgraded to xorg-1.6.0 and now I do get an error:

(EE) intel(0): Failed to initialize kernel memory manager

Edit: Upgraded back to all -9999 versions, and the error went away. and I get this from xorg.0.log

> (II) Loading extension DRI2
> (II) Loading extension XFree86-DRI
> (**) intel(0): Option "DRI" "True"
> (II) intel(0): [DRI2] Setup complete
> (II) intel(0): 0x07fff000-0x0f9fefff: DRI memory manager (124928 kB)
> (II) intel(0): direct rendering: DRI2 Enabled
> (II) GLX: Initialized DRI2 GL provider for screen 0
> drmOpenDevice: node name is /dev/dri/card0
> (==) AIGLX enabled
> (II) Loading extension GLX
> (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
> (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
> (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
> (II) AIGLX: Loaded and initialized /usr/lib64/dri/i965_dri.so

but I still get
> direct rendering: No

from glxinfo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum