You are not logged in.
When I run glxinfo as a root I get - direct rendering: yes, but as a user I have direct renderin: no. How to enable direct rendering to normal user?
I use radeon driver from Arch.
Offline
I quote[1]:
"
If you want all of the users on your system to be able to use direct-rendering, then use a simple DRI section like this:
Section "DRI"
Mode 0666
EndSection
"
[1]
http://www.xfree86.org/current/DRI6.html
Does it helps ?
Offline
I have this section in xorg.conf.
I have KDE3.4 now and direct rendering doesn't work when logged in as a user.
What daemons should I start with KDE 3.4 to enable all KDE features?
Offline
For DRI look at your Xorg log file in /var/log . Your second question is answered in the other thread you started.
Out / Gone
Mirgrating all my machines off ArchLinux . No longer part of the ArchLinux community / users .
Done. Goodbye.
Offline
DRI loaded in /var/log/xorg, no errors but glxinfo says direct rendering:no
Offline
I had same problem here, due to bad permission to dri device. In /etc/udev/rules.d/udev.rules :
KERNEL="card[0-9]*", NAME="dri/%k", GROUP="video"
but group video didn't exist.
Add group video to the system and to your user solve the problem.
Offline
thanks, dri works now
Offline
how you make that's work...plz darut just let me know...
Offline
haoh_maro >
I had same problem here, due to bad permission to dri device. In /etc/udev/rules.d/udev.rules :
KERNEL="card[0-9]*", NAME="dri/%k", GROUP="video"
but group video didn't exist.
Add group video to the system and to your user solve the problem.
Offline
haoh_maro >
Mio wrote:I had same problem here, due to bad permission to dri device. In /etc/udev/rules.d/udev.rules :
KERNEL="card[0-9]*", NAME="dri/%k", GROUP="video"
but group video didn't exist.
Add group video to the system and to your user solve the problem.
hmmmffhahaha!
Offline
But in my case, it's says no in both mode. So how I'm going to do to solve it.
Offline