On 06/28/2012 11:26 AM, Omar wrote: > Hi all, > When checking DRI from /var/log/Xorg.0.log in section "Xorg-7.7-1 Testing and > Configuration" I can't find messages like "(II) R128(0): Direct rendering > enabled" and "(II) intel(0): direct rendering: DRI2 Enabled". The log just > tells me that > > " > Load Module DRI2... > Load Module DRI... > ..... > > [ 26.680] (II) AIGLX: Screen 0 is not DRI2 capable > [ 26.680] (II) AIGLX: Screen 0 is not DRI capable > > " > I considered whether it was the problem of kernel but I can't find any kernel > options about AIGLX. > > (I can start up xinit, xterm and xclock now.) Thanks in advance for any > suggestions. > > > BTW, in the part "Setting up X Input Devices" whether it is a mistake in > writing about "/etc/X11/xorg.conf.d/xkb-defaults.conf" and so on. I remember > "/etc/X11" is the symbolic link to "/usr/share/X11/xorg.conf.d", then it > could be "/etc/X11/xkb-defaults.conf", right? > Omar >
Alright, I think Ken or Andy asked same question about direct rendering. Turned out they weren't members of "video" group. Check if your user is member of that group by running "groups" as that user. If not, add yourself to the video group and log in again. Another possibility might be older card. I see you mention r128, and that driver is old and I think there isn't any DRI driver for it in Mesa 8.0. There is DRI driver tough, in Kernel - Drivers - Graphics - Direct Rendering or something like that. If all fails, you can post whole Xorg.0.log so we could check it out. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
