PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : mandrak opengl problem


Rolf
2002-09-11, 17:13:23
immer wenn ich eine anwendung mit opengl starten möchte bekomme ich diese fehlermedlung "Error: Could not open /dev/nvidiactl because the permissions are too restrictive. Please see the FREQUENTLY ASKED QUESTIONS section of /usr/share/doc/NVIDIA_GLX-1.0/README for steps to correct"
Aber wenn ich root bin laufen alle opengl anwenudngen.
Kann mir jemand helfen???

Ganon
2002-09-11, 17:43:45
Steht doch da wo der Fehler liegt! Dein /dev/nvidiactl hat zu scharfe Rechte! Einfach für User freigeben!

Rolf
2002-09-11, 18:15:23
wie geht das???

86318
2002-09-11, 18:28:21
Originally posted by Rolf
wie geht das???

steht auch in der readme:

Q: OpenGL applications exit with the following error message:

Error: Could not open /dev/nvidiactl because the permissions
are too restrictive. Please see the FREQUENTLY ASKED QUESTIONS
section of /usr/share/doc/NVIDIA_GLX-1.0/README for steps
to correct.

A: It is likely that a security module for the PAM system may be
changing the permissions on the NVIDIA device files. In most cases
this security system works, but it can get confused. To correct this
problem it is recommended that you disable this security feature.
Different Linux distributions have different files to control this;
if your system has the file /etc/security/console.perms
then you want to edit the file and remove the line that starts with
"<dri>". If instead your system has the file
/etc/logindevperms
then you want to edit the file and remove the line that lists
/dev/nvidiactl. The above steps will prevent the PAM security
system from modifying the permissions on the NVIDIA device files.
Next, you will need to reset the permissions on the device files
back to their original permissions and owner. You can do that with
the following commands:
chmod 0666 /dev/nvidia* chown root /dev/nvidia*

Rolf
2002-09-11, 18:30:24
des is der readme hab ich auch schon probiert
hat mir aber net viel gebracht auser das linux nicht mehr gestartet hat.
und der chmod befehl geht irgendwie net

86318
2002-09-11, 18:42:19
schaut so aus als ob nvidia in der readme einen rechtschreibfehler hätte *eg*

statt

chmod 0666 /dev/nvidia* chown root /dev/nvidia*

müsste es richtigerweise

chmod 0666 /dev/nvidia*
chown root /dev/nvidia*

heissen. das sind zwei verschiedene befehle.

Rolf
2002-09-11, 18:51:34
ok danke läuft wieder