similar to: Use of xvfb : X11 cannot allocate additional graphics colors. Consider using colortype="pseudo.cube" or "gray"

Displaying 20 results from an estimated 3000 matches similar to: "Use of xvfb : X11 cannot allocate additional graphics colors. Consider using colortype="pseudo.cube" or "gray""

2000 Apr 07
1
x11 colortype problems ('gray' is broken?) (PR#512)
Hi, I occasionally run out of color in my X11 terminal. At this point, R will issue this error message: Error: X11 cannot allocate additional graphics colors. Consider using colortype="pseudo.cube" or "gray". An immediate x11(colortype="pseudo.cube") doesn't work as the colortype seems to be shared among the different x11 plotting windows. So I have
2005 Oct 12
1
running JPEG device on R 1.9.1 using xvfb-run on Linux
Hi there, Does anybody have experience in running jpeg device using xvfb-run on linux? I've been having sporadic problem with: /usr/X11/bin/xvfb-run /usr/bin/R --no-save < Rinput.txt, with error saying: error in X11 connection. Especially when I run it from a perl script. Is there a better way of doing this? or how can I fix the problem. Thanks in advance! David [[alternative HTML
2003 Jul 07
1
Xvfb and R
Hi I have recently installed and implemented Xvfb (X virtual frame buffer) so that I can create jpegs using R over CGI (SUSE Linux 8.1 and Apache 1.3). I have noticed that in order to do this, a file (Rplots.ps) is created in my cgi-bin directory everytime a cgi script is run. This could cause problems though as I have a multi-user system where it is possible that two different users will run
2005 Aug 24
1
Running wine from php pages with "Xvfb" not success for my machine
I am sorry before, cause my english is poor. My machine is : i686 and I use RedHad Enterprise Linux AS Rel.3, Apache 1.3.33 and PHP 4.4.0. Simply, I want to run an Windows application via PHP page with WINE emulation. (Newest version of WINE updt. August 2005) I have a simple a PHP file "wine.php", that will load an windows application via PHP page. The contents is:
2010 Feb 14
2
has_many :through eager loading only loading one record
Hello, I''ve been using Rails for years, including has_many :through and eager loading, but this one has me stumped. The problem is that Active Record is only eager-loading the first of many records. Here are the models (note set_table_name for a legacy schema): class Tag < ActiveRecord::Base set_table_name ''tag'' end class DishTag < Tag has_many
2006 Jul 11
2
Summerising users subfolders imap logs?
Hello. Migrating from pop3 to imap I have now situation, that every user has a lot sub folders, for example 100 sub folders and now every mail check writes in the mail log also login/logout log for every sub folder: dovecot: Jul 11 16:16:31 Info: imap-login: Login: anti, [192.168.20.1], PLAIN, TLS dovecot: Jul 11 16:16:31 Info: IMAP(anti): Disconnected in IDLE dovecot: Jul 11 16:16:31 Info:
2010 Jun 11
2
wine FlashDWG Xvfb help...
I'm trying to render a acad dwg picture to swf so I can display in a web page.. I have Xvfb set up since this is a webserver and I needed a virtual space.. When I run my app I get this error.. err:module:attach_process_dlls "odbc32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
2011 Sep 01
1
xvfb question
First, I realize this might not be the right group. Please feel free to redirect me :-) I recently upgraded from CentOS 5.6 to 6.0. Since the upgrade, Xvfb will, on occasion, "just stop" (ie the process disappears from the system, as opposed to still being there but not working). I can't find any tracks anywhere that it might have left behind that might be clues as to why it
2000 Dec 02
2
Is fixpaths the only perl dependency?
Hello. I just tried to download and build the 2.3.0.p1 (portable) release with Cygwin on an NT box. It fails to build because of the use of a perl script. Cygwin does not have Perl installed by default and to be honest it seems like a bit of a stretch to require perl to be able to build shh, that just makes it harder to build. I poked around and it seems like these files depend on perl:
2012 Jun 04
1
X11 font error on headless server running Xvfb
I am trying to run an R script to create a .png file containing a tree map on a headless Linux server using Xvfb. When I try to run tmPlot, I get the following errors and warnings: Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 9 could not be loaded Calls: tmPlot ... <Anonymous> ->
2002 Mar 16
0
X11(colortype="true") does not give a truecolor visual(PR#1387)
ripley@stats.ox.ac.uk wrote: > > On Sat, 16 Mar 2002 Edwin@balpol.tudelft.nl wrote: > > > Full_Name: Edwin > > Version: 1.4.1 > > OS: SunOS/Solaris > > Submission from: (NULL) (130.161.1.115) > > > > > > When selecting an X11 visual on Solaris 2.7 with > > > > X11(colortype="true") > > > > a PseudoColor visual
2002 Mar 16
1
X11(colortype="true") does not give a truecolor visual (PR#1388)
On Sat, 16 Mar 2002 Edwin@balpol.tudelft.nl wrote: > Full_Name: Edwin > Version: 1.4.1 > OS: SunOS/Solaris > Submission from: (NULL) (130.161.1.115) > > > When selecting an X11 visual on Solaris 2.7 with > > X11(colortype="true") > > a PseudoColor visual is actually created. (verified with xwininfo) Note that the help page does *not* say that this
2002 Mar 16
0
X11(colortype="true") does not give a truecolor visual (PR#1390)
On Sat, 16 Mar 2002 ripley@stats.ox.ac.uk wrote: > On Sat, 16 Mar 2002 Edwin@balpol.tudelft.nl wrote: > > > > The system in question (like many UNIX workstations) has both Pseudo and > > truecolor visual types available, however the default type points to an 8 plane > > PseudoColor visual. > > I believe that is unusual. Sun Xservers allow you to set the default
2005 Jun 01
1
x11 and pseudo-color
for some reason the following message seems not to have reached the list in the first try, at least I can't find it. my apologies if this is my fault: we are running R under Solaris with SunRay Terminals, which are set to 8 bit color to comply with some other software. In this configuration, X11() opens with colortype=true, i.e., it is not recognized that actually the display is only 8
2005 Aug 25
0
Running wine from php pages with "Xvfb" not fix yet
Thanks for your reply before I tried your solution, but my problem not fix yet. Maybe I missundertand about: - What is startup script do you mean? Is it not ".bash_profile" that located on my home user folder (/home/takeda)? If I false, please show me the file and where the folder located. While I trying your solution, I embedded script "Xvfb :1 &" on my
2009 Apr 26
2
running wine app without X server or without xvfb
so I am trying to run bf2_w32ded.exe through wine on ubuntu server 8.04 Code: tweety at kament:~/bf2_1.5beta/bf2_1.5beta_waib$ wine bf2_w32ded.exe fixme:system:SystemParametersInfoW Unimplemented action: 94 (SPI_GETMOUSETRAILS) fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS) fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
2001 Feb 19
1
Question about ssh-add...
Evenin', I would like to know, why "OpenSSH ssh-add" doesn't support the -p (pipe) option of "Ssh-1.2.X shh-add"? I used it several time within scripts, like ./whisperpassphrase | ssh-add -p Well, I know this is some kind of security by obscurity, but this has been proven to be handy. Regards, Volker Paulsen -- OrbiTeam Software GmbH
2018 Mar 14
1
Warning for LC_CTYPE when R is ran through ssh
Dear member, When I run a code on a computer B from a computer A through shh using for example: system("ssh login at IPadress \"R -e 'print(1)'\"") [Note that I don't need indicate password because ~/.ssh/authorized_keys is used] I get a warning: During startup - Warning message: Setting LC_CTYPE failed, using "C" The code is working (it prints 1)
2008 Apr 22
4
wine and detaching a remote X application
Hi, I would like to run a windows application (civilization 4 beyond the sword pitboss server) on a remote linux machine. After the start I want to use the GUI and then detach it. It works fine when $DISPLAY is a: ssh-X forwarding: But then the application does when I the ssh connection is closed. Xvfb: But this wont let me use the GUI. Until now I have tried: 1) Running the application
2008 Jun 20
3
Running wine application at level 3
I am trying to run a windows application (uTorrent) on my Suse server. The server runs at level 3 for speed, but has a gui available to allow it to be configured easily. I have installed and configured utorrent with wine on the gui and set it up to work with the web interface so it can be controlled remotely. I want it to be running whenever the server is on, but I don't want to have to