# # # 25-Jun-04 amo Fixed nvidia problem for pymol # # tar zxpvf /opt//BACKUP.Patched//root.tgz etc/security/console.perms etc/security/console.perms # [root@RH-9 root]# diff etc/security/console.perms /etc/security/ 46d45 < =/dev/nvidia* /dev/3dfx* # # [root@RH-9 root]# mv /etc/security/console.perms /etc/security/console.perms.BAD [root@RH-9 root]# mv etc/security/console.perms /etc/security/ chmod 666 /dev/nvidiactl chmod 666 /dev/nvidia0 pymol test.pdb ================ Error: Could not open /dev/nvidiactl because the permissions are too resticitive. Please see the FREQUENTLY ASKED QUESTIONS section of /usr/share/doc/NVIDIA_GLX-1.0/README for steps to correct. PyMOL: abrupt program termination. # # relax the permissions on /dev/nvidiactl # RH-9:~ :127>pymol test.pdb =========================== Error: Could not open /dev/nvidiactl because the permissions are too resticitive. Please see the FREQUENTLY ASKED QUESTIONS section of /usr/share/doc/NVIDIA_GLX-1.0/README for steps to correct. PyMOL: abrupt program termination. # # # End of file