# # # # /usr/local/bin/lin_ono # setenv DISPLAY 10.10.10.1:0.0 # # Test# xhost +localhost # # http://openbabel.sourceforge.net/ http://pymol.org # # # # pymol test.pdb # # pymol test.pdb # -------------- # Error: Could not open /dev/nvidiactl because the permissions are too resticitive # # fix: # remove from /etc/security/console.perms # # # lin_ono: error while loading shared libraries: # libglut.so.3: cannot open shared object file: No such file or directory # # # fix: intall glut correctly # # # # Stereo enabled, hit F1 # Gamepad disabled # GLUT: Fatal Error in lin_ono: visual with necessary capabilities not found. # # need /usr/lib/libglut.so.3 # glut 3.7-4 www.redhat.com/swr/i386/glut-3.7-4.i386_fl.html - or - # glut-devel 3.7-4 www.redhat.com/swr/i386/glut-devel-3.7-4.i386.html # http://rpmfind.net/linux/RPM/redhat/8.0/i386/glut-3.7-8.i386.html # # lin_ono # ftp://xray.bmc.uu.se/pub/alwyn/ov80/ # setenv STEREO UNKNOWN # setenv STEREO ON # setenv STEREO OFF # # -------------- # Redhat EL-3 WS # -------------- # == missing library: /usr/lib/libglut.so.3 # # root# pymol test.pdb # Error: Could not open /dev/nvidiactl because the permissions are too resticitive # root# ls -la /dev/nvidiactl # crw------- 1 root root 195, 255 Jun 9 16:51 /dev/nvidiactl # root# chmod 666 /dev/nvidiactl # root# pymol test.pdb # Error: Could not open /dev/nvidia0 because the permissions are too resticitive. # root# ls -la /dev/nvidia* # crw------- 1 root root 195, 0 Jun 9 16:51 /dev/nvidia0 # crw------- 1 root root 195, 1 Jun 9 16:51 /dev/nvidia1 # crw------- 1 root root 195, 2 Jun 9 16:51 /dev/nvidia2 # root# chmod 666 /dev/nvidia0 /dev/nvidia1 /dev/nvidia2 # # # # End of file