View previous topic :: View next topic |
Author |
Message |
jonny_mc_conny Apprentice
Joined: 12 Apr 2004 Posts: 248
|
Posted: Thu Apr 06, 2006 5:34 pm Post subject: keine 3d unterstützung als normaler user [solved] |
|
|
nabend,
hab gerade die ati-treiber installiert (nach anleitung mehrerer howto's) und habe ein mir seltsam erscheinendes problem...
hier mal meine fglrxinfo unter root:
Code: | display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9200 DDR Generic
OpenGL version string: 1.3.1050 (X4.3.0-8.23.7) |
und ein glxinfo | grep direct
Code: | direct rendering: Yes |
aber dann als normaler user:
fglrxinfo:
Code: | libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)
|
glxinfo | grep direct
Code: | libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
|
mein user ist in der gruppe "video"
was mach ich also falsch?!
thx schonmal im vorraus
Last edited by jonny_mc_conny on Fri Apr 07, 2006 1:20 pm; edited 1 time in total |
|
Back to top |
|
|
Sourcecode Guru
Joined: 25 Apr 2005 Posts: 392 Location: Germany, Kerpen in sew of Cologne
|
Posted: Thu Apr 06, 2006 5:46 pm Post subject: |
|
|
Ist im Kernel der Direct Rendering Manager ausgeschaltet?
Schau mal nach :
Device Drivers -> Character devices ->
Wenn nicht, deaktivieren, kernel neu übersetzen, rüberziehen und neustarten und danach Ati nochmal versuchen zu installieren. _________________ Es gibt bloss eins, was wichtig ist: dass man sterben muss.
Suicide is man's way of telling God, "You can't fire me - I quit."
no one gets out here alive....
|
|
Back to top |
|
|
jonny_mc_conny Apprentice
Joined: 12 Apr 2004 Posts: 248
|
Posted: Thu Apr 06, 2006 6:03 pm Post subject: |
|
|
klar, is ausgeschaltet...
andernfalls würd ich doch als root nicht so ein output von fglrxinfo und glxinfo bekommen oder seh ich das falsch? |
|
Back to top |
|
|
Sourcecode Guru
Joined: 25 Apr 2005 Posts: 392 Location: Germany, Kerpen in sew of Cologne
|
Posted: Thu Apr 06, 2006 6:23 pm Post subject: |
|
|
weiss ich net, nutze kein ati.
Gibts noch ne Gruppe die ati heißt oder sowas ähnliches? _________________ Es gibt bloss eins, was wichtig ist: dass man sterben muss.
Suicide is man's way of telling God, "You can't fire me - I quit."
no one gets out here alive....
|
|
Back to top |
|
|
jonny_mc_conny Apprentice
Joined: 12 Apr 2004 Posts: 248
|
Posted: Thu Apr 06, 2006 6:47 pm Post subject: |
|
|
nein gibt es nicht...
mir fällt auch einfach nichts ein...
ich mach ersma schluss für heute denke ich... kein nerv mehr... vllt kann ja noch jemand helfen
thx
jonny |
|
Back to top |
|
|
mrsteven Veteran
Joined: 04 Jul 2003 Posts: 1939
|
Posted: Thu Apr 06, 2006 6:58 pm Post subject: |
|
|
Ich wühle gerade mal nach meiner alten xorg.conf... Da findet sich folgendes:
/etc/X11/xorg.conf: |
Section "dri"
# Access to OpenGL ICD is allowed for all users:
# Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
Group 100 # users
Mode 0660
EndSection
|
Du kannst auch eine andere Gruppe namens dri nehmen (ggf. erstellen) und deinen User in diese Gruppe aufnehmen. Eigentlich ist das sogar empfehlenswert, aber auf meinem System (das nur ich benutze) ist mir das egal. |
|
Back to top |
|
|
deejay l33t
Joined: 24 Aug 2004 Posts: 983 Location: Hannover, Germany
|
Posted: Fri Apr 07, 2006 6:22 am Post subject: |
|
|
Ich weiß nicht, ob es bei ATI anders ist, aber bei NVidia muss die DRI Section
entfernt werden. So stand es zumindest mal in irgendeinem HowTo. Kann sich
allerdings auch wieder geändert haben.
Schöne Grüße
deejay _________________
|
|
Back to top |
|
|
mrsteven Veteran
Joined: 04 Jul 2003 Posts: 1939
|
Posted: Fri Apr 07, 2006 8:32 am Post subject: |
|
|
Zumindest bei den älteren Versionen <=8.18.8-r1 hat man diesen Abschnitt gebraucht. Zu neueren Versionen kann ich nicht viel sagen, weil mir der Stress mit fglrx inzwischen zu blöd geworden ist und ich die OpenSource-Treiber verwende... |
|
Back to top |
|
|
jonny_mc_conny Apprentice
Joined: 12 Apr 2004 Posts: 248
|
Posted: Fri Apr 07, 2006 1:20 pm Post subject: |
|
|
mrsteven wrote: | Ich wühle gerade mal nach meiner alten xorg.conf... Da findet sich folgendes:
/etc/X11/xorg.conf: |
Section "dri"
# Access to OpenGL ICD is allowed for all users:
# Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
Group 100 # users
Mode 0660
EndSection
|
Du kannst auch eine andere Gruppe namens dri nehmen (ggf. erstellen) und deinen User in diese Gruppe aufnehmen. Eigentlich ist das sogar empfehlenswert, aber auf meinem System (das nur ich benutze) ist mir das egal. |
das wars - vielen dank! |
|
Back to top |
|
|
|