Displaying 20 results from an estimated 6000 matches similar to: "capabilities() and non-catchable messages"
2005 Jun 19
1
[fdo] Doubt in XOpenDisplay
Hi,
How can i use XOpenDisplay function to open the secondary
screen of my dual head card.
When i use XOpenDisplay(":0.0") its opening the primary or
default screen the then when i try with XOpenDisplay(":0.1") its
giving error unable to open the display.
Can anybody tell me how to open the two screens in case of Dual
cards ie Dual Monitor System.
Thanks &
2006 Dec 11
2
updating rgl on debian stable
Running: R Version 2.3.1 (2006-06-01), debian stable
I'm testing an application that uses rgl (installed with apt-get install
r-cran-rgl)
but fails, at least partly because that application uses a more current
version.
There is also a mysterious error msg from Xlib:
> library(car)
> library(rgl)
> iris.mod <- lm(cbind(Sepal.Length, Sepal.Width, Petal.Length,
Petal.Width) ~
2014 Jun 26
1
Compiling R-3.1.0 on debian with libpng/libjpeg
Dear r-developers,
I currently face an issue while compiling R from source on a debian wheezy. When running the configure script (particularly with --enable-R-shlib --prefix=/packages/R/3.1.0/) I get a Makefile and the output
...
Interfaces supported: X11
External libraries: readline
Additional capabilities: PNG, JPEG, NLS
Options enabled: shared R library, shared
2005 Jul 15
2
R v2.1.0 patched (>2005-05-09) for Windows?
I'm trying to troubleshoot a case where R crashes on Windows. It does
not occur at all with my R v2.1.0 patched (2005-05-09), but happens on R
v2.1.1 (patched or non-patched) in many different cases. The R
v2.2.0dev (2005-07-15) also got this problem (although it won't crash on
the below example). I previously reported this
2010 Jun 15
2
Remote X connection to CentOS 5.5 using Xming -ac
Hello,
I've rented a dedicated root server (SR7 at strato.de)
and would like to run qemu at it, but get the error:
# qemu -hda install.img -cdrom install47.iso -boot d
Could not initialize SDL - exiting
It seems that I have to establish X connection,
so I've installed Xming at my WinXP laptop
and at the server I have changed these 3 lines
in the /etc/ssh/sshd_config:
X11Forwarding
2009 Mar 09
1
Problem with capabilities() in R2-8.1
I just installed R 2.8.1 on Windows XP. When I ran the "source" command,
I got the error:
Error in capabilities("iconv") :
1 argument passed to .Internal(capabilities) which requires 0
I looked at the code for source and it indeed has a call to
capabilities("iconv")
if (capabilities("iconv")) {
if (identical(encoding, "unknown"))
2012 Feb 16
2
v2.1.0 released
http://dovecot.org/releases/2.1/dovecot-2.1.0.tar.gz
http://dovecot.org/releases/2.1/dovecot-2.1.0.tar.gz.sig
Here's finally the the stable v2.1 release. I expect this release to be quite stable, since it's already being used in several large installations.
Changes since rc7: FS layout related crashfix, two man pages added.
The biggest changes since v2.0:
* Plugins now use UTF-8
2012 Feb 16
2
v2.1.0 released
http://dovecot.org/releases/2.1/dovecot-2.1.0.tar.gz
http://dovecot.org/releases/2.1/dovecot-2.1.0.tar.gz.sig
Here's finally the the stable v2.1 release. I expect this release to be quite stable, since it's already being used in several large installations.
Changes since rc7: FS layout related crashfix, two man pages added.
The biggest changes since v2.0:
* Plugins now use UTF-8
2024 Mar 27
1
paths capability FALSE on devel?
? Wed, 27 Mar 2024 11:28:17 +0100
Alexandre Courtiol <alexandre.courtiol at gmail.com> ?????:
> after installing R-devel the output of
> grDevices::dev.capabilities()$paths is FALSE, while it is TRUE for R
> 4.3.3
Your system must be missing Cairo development headers, making x11()
fall back to type = 'Xlib':
$ R-devel -q -s -e 'x11();
2012 Feb 12
2
v2.1.rc6 released
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc6.tar.gz
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc6.tar.gz.sig
I've finally finished all of my email backlog. If you haven't received an answer to some question/bugreport, resend the mail.
This is hopefully the last v2.1 RC. If I don't receive any (serious) bug reports about this release in next few days, I'll just change
2012 Feb 12
2
v2.1.rc6 released
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc6.tar.gz
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc6.tar.gz.sig
I've finally finished all of my email backlog. If you haven't received an answer to some question/bugreport, resend the mail.
This is hopefully the last v2.1 RC. If I don't receive any (serious) bug reports about this release in next few days, I'll just change
2004 Apr 16
3
R-1.9.0: make error on slackware-current!
My box: Slackware-current, Xfree 4.4.
ERROR as follows:
gcc -I. -I../../../src/include -I../../../src/include -I/usr/X11R6/include
-I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -fPIC
-g -O2 -c dataentry.c -o dataentry.lo
In file included from dataentry.c:31:
/usr/X11R6/include/X11/Xlib.h:1390: error: parse error before "_Xconst"
2004 May 19
2
R 1.90 make problem with /usr/X11R6/include/X11/Xutil.h on suse linux 9.1?
This is probably a Suse specific problem and not a bug in R, but I'm
reporting it in case it's useful for someone to know about....
Trying to compile R1.9.0 from source on a standard Suse 9.1 install
(athlon in a shuttle sn41g2).
configure seems fine but the Suse X11R6 Xlib.h might be toxic.
In case it helps, here's the sad end to the make output. I can post the
Xlib.h if that
2004 Jun 20
1
linux: compilation problems with gcc 3.3.3 and xorg (PR#6992)
Full_Name: acrux
Version: 1.9.0
OS: linux (Crux2.0)
Submission from: (NULL) (151.37.85.179)
info linux distro:
acrux@vesuvio:~$ crux
CRUX version 2.0
acrux@vesuvio:~$ uname -a
Linux vesuvio 2.6.7-ck1-vesuvio #1 Sat Jun 19 12:52:24 CEST 2004 i686 unknown
unknown GNU/Linux
acrux@vesuvio:~$ gcc --ver
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/specs
Configured with:
2009 Mar 05
6
Heroes of MIght and Magic V
Please, can someone help me with install Heroes?
I was reading HOWTO, but I understund it.
> If the setup program asks for 'setup.exe', kill it, and then run 'killall -9 IKernel.exe'
> Place d3dx9_25.dll in Wine's windows/system32 directory
> To allow camera change by holding down the right mouse button, edit input.cfg found in <game dir>/profiles/<profile
2011 Nov 08
4
v2.1.beta1 released
http://dovecot.org/releases/2.1/beta/dovecot-2.1.beta1.tar.gz
http://dovecot.org/releases/2.1/beta/dovecot-2.1.beta1.tar.gz.sig
Here's the first beta release of Dovecot v2.1. This version has already
been tested quite a lot, so I'm not expecting any major bugs. So please
upgrade and see if you can find any problems. I'm optimistic about
getting rc1 released this year and perhaps even
2011 Nov 08
4
v2.1.beta1 released
http://dovecot.org/releases/2.1/beta/dovecot-2.1.beta1.tar.gz
http://dovecot.org/releases/2.1/beta/dovecot-2.1.beta1.tar.gz.sig
Here's the first beta release of Dovecot v2.1. This version has already
been tested quite a lot, so I'm not expecting any major bugs. So please
upgrade and see if you can find any problems. I'm optimistic about
getting rc1 released this year and perhaps even
2009 May 19
3
can't run program - Exception EAccessViolation in module
Hello, on my work onli me work under Linux Fedora 10. Most we work with telnet and web-interface but for more comfort some of my collegs write program on delphi. This program good run and work under Windows xp, but doesn't work under my OS with wine 1.1.18. I have some chagrin because do little more work then other do =(
That what I have, when run program in command page:
Code:
[Anton at
2007 Dec 10
1
Building R on Sun Solaris 10 (SPARC) using Sun Studio 12
R Help List:
Just curious if anyone has successfully built R on a SPARC
platform running Sun Solaris 10 using the latest Sun Studio
12 set of compilers. If so, I would be interested in the
compile flags that you used.
I have tried several different builds of version 2.5.1, 2.6.0,
and 2.6.1 using various different compile flags and I am able
to compile and check, but for whatever reason, the
2017 Aug 24
2
glx error with nouveau
Hello all,
My laptop has Nouveau installed as the graphic driver. The version is 2.6.32-573.12.1.el6.x86_64. And when I tried to run a software(CONVERGE STUDIO), I find such errors:
Xlib: extension "GLX" missing on display ":0.0".
QGLTempContext: No GL capable X visuals available.
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension