search for: rgl_init

Displaying 7 results from an estimated 7 matches for "rgl_init".

Did you mean: gl_init
2004 Dec 02
2
RCmdr on Linux with R 2.0.0 over VNC can't use GLX
...owing: > library("Rcmdr") Loading required package: tcltk Loading required package: zoo Loading required package: strucchange Loading required package: sandwich Loading required package: rgl RGL: GLX extension missing on server Error in firstlib(which.lib.loc, package) : error rgl_init Segmentation fault (core dumped) The same commands work fine when using a non-VNC display. Is it at all possible to modify RCmdr to not use GLX when it is unavailable? Regards, Bob -- Earl (Bob) Kinney Unix Systems Administrator Harvard-MIT Data Center
2011 May 10
1
Problem rgl
Dear List, I'm using R on a Fedora 14 32 bit machine and I'm trying to use the rgl-package, but get the following error-messages: > library(rgl) Warnmeldungen: 1: In rgl.init(initValue) : RGL: no suitable visual available 2: In fun(...) : error in rgl_init > plot3d() Fehler in rgl.cur() : rgl_dev_getcurrent Does anyone know how to solve this problem? Thanks in advance, Marco
2010 Dec 15
3
Help with RGL package problem
...was a very useful tool. The graphics device will not initialize now, and I cannot figure out why. When I try to load the package using ... > library(rgl) ... I get a warning message: Warning messages: 1: In rgl.init(initValue) : RGL: no suitable visual available 2: In fun(...) : error in rgl_init I also notice I cannot open a new rgl device: > open3d() Error in rgl.open() : rgl.open failed I am on MacOS 10.6.5. X11 is installed and is working to my knowledge. Does anybody have any suggestions to figure this problem out? I tried reinstalling the RGL package (v0.92.794), I tried rem...
2008 Sep 03
2
Installing rgl
Hello. I'm having trouble installing rgl. I have a theory as to the problem. First, the error message and session info. > install.packages("rgl") trying URL 'http://probability.ca/cran/src/contrib/rgl_0.81.tar.gz' Content type 'application/x-gzip' length 1636939 bytes (1.6 Mb) opened URL ================================================== downloaded 1.6 Mb *
2012 Jan 11
0
rgl/ x11 problem
...ges: when I attempt to load the package: library(rgl, pos=4), I get this error message: [6] WARNING: Warning in rgl.init(initValue) : Warning in rgl.init(initValue) : Warning in rgl.init(initValue) : Warning in rgl.init(initValue) : RGL: no suitable visual available Warning in fun(...) : error in rgl_init When I attempt to use the plot3d function, I get this message: [7] ERROR: rgl_dev_getcurrent This is a new problem, I have been using these packages/ functions without problems for at least a year. I am using Rcommander on Ubuntu 11.10. I have read that this may be an X11 problem, if so, I don...
2004 Sep 30
2
Interface between R and Perl
Hi, I have made a GUI in PerlTk and I would use R within perl. I actually try to install RSPerl but I have some problems during the compilation In order to call R from perl I use actually an other system based on the OPEN command in perl. It works fine but when I tried to call the fonction plot() of R from perl the plot do not appears and a file named plot.ps is generated. Unfortunalelly, my
2011 May 23
3
RGL package installation problem on Centos
Dear R users, I have installed the latest version of R from source on Centos (using configure and make install). This seemed to work fine, with no Errors reported and R at the command line starts R. However, if I try and installed the package rgl using; install.packages("rgl") I get the following error; installing to /usr/local/lib64/R/library/rgl/libs ** R ** demo ** inst ** preparing