Displaying 20 results from an estimated 20000 matches similar to: "Refresh x11 window in non-interactive session"
2009 Dec 05
0
Refresh with default x11() cairo
Greetings R community:
Since R 2.9.0+ I have noticed that when I use the default cairo x11()
device, if I obscure a device window (or switch virtual desktops), the
window does not refresh. I need to move it or resize it to make it
redraw. This behavior did not happen before 2.9.0. It also does not
occur currently when using the Xlib type in x11.
Now, I should make clear that I am not
2004 Jun 18
2
x-table package
Dear Sirs,
I would like to propose a (I believe) simple but useful enhancement to the xtable package.
The latest version of the xtable package doesn't accept "H" as a
possible table.placement argument. Indeed, the "H" placement would be
very useful if one wanted to use the float latex package. I guess that
many users would be very happy of having this further
1999 Jan 04
0
Linux refresh x11 window problem
I have looked through FAQ's and bug reports but found nothing
substantial regarding a problem I have with R running under Linux.
I have installed R from the current Debian release on a Compaq
Deskpro (Pentium 75). I have used a display server called
Accelerated X because I could not configure Xfree86 properly for
the video card (Compaq QVision). I am using the icewm window manager.
Other
2004 Jul 05
1
Tk force refresh
I'm trying to use a Tk widget to show some progress &
intermediate results in a long-running R calculation.
Does anybody know how (or whether) I can force a window
redraw without waiting for the idle loop? Currently,
refreshes only seem to happen when we return to the R
toplevel read-eval-print loop.
Thanks,
Mark <><
2013 Nov 13
2
Problem with X11 application and Nouveau driver
I have finally received and am configuring my new workstations eith the NVS510 graphics cards, and have run into rather a problem. The X server seems to be loading the NOUVEAU driver properly (based on the contents of Xorg.0.log), but I have one X11 application that doesn't work correctly; it runs as though XSynchronized is always True, even though it's explicitly set to False in the
2005 Oct 24
1
X11 redraw events dropped? (PR#8250)
Full_Name: Keith Frost
Version: 2.1.0
OS: Debian Sarge
Submission from: (NULL) (66.162.141.10)
This has actually been a problem for some time in R under Linux. (I noticed
it under previous builds for Redhat 9 as well.) The graphics device windows
produced by the x11() function do not always get redrawn when they should,
sometimes leaving the device blank when there should be a graph on it.
2001 Aug 23
0
(PR#1065) X11 protocol errors after all x11 devices are
I've fixed the original report and Tom's first. Someone had incorrrectly
arranged for most of the initialization to be done only once per session.
I did ask before 1.3.0 what the intention was .... For pseudocolor devices
at least this was biting since the palette was not re-initialized.
I don't see point two on my system, and Martin's point about interruption
was first shown
2008 Jul 11
0
redrawing X11 devices
Hi,
One thing that has always puzzled me using R, via Emacs/ESS on Debian,
is how the graphics windows get (or don't get) redrawn. At the moment
I've got four different X11() windows open, arranged to all fit on the
screen at the same time. However, I have no idea how to get them all
redrawn consistently. What I mean is, if I now switch focus from my main
Emacs window to one of the
2007 Jan 17
0
question about code reuse and session variables
hey there,
i have a simple model called key_words.rb
the purpose of this is to hold system config data.
it also holds the parameters that our system uses to judge the
condition of the stuff we monitor.
anyway, one of the methods is this
def self.get_in_wet_list(status)
wet_list = find(:first,
:conditions => "name = ''wet_list'' ")
2015 May 06
0
capabilities("X11"): Force refresh from within R? (... and minor documentation issue)
Is there a way to refresh capabilities("X11") without restarting R
such that it reflects the enabling/disabling of X11?
BACKGROUND:
If I launch R with X11 server disabled (e.g. ssh -X / ssh -Y to remote
Linux but forgot to enable Xming on local Windows), then I get:
> capabilities("X11")
X11
FALSE
> x11()
Error in .External2(C_X11, d$display, d$width, d$height,
2009 Sep 11
3
first line refresh problem in SecureCRT telnet session
Hi,
I have a problem with SecureCRT (6.2.2) telnet session.
The first line in the telnet session don't refreshing.
I tried 1.1.28-29 release but still have a same problem.
all lines are scrolling well, but the first is not. I tried to resize the screen and change settings but nothing happened.
Is it a bug or I forgot to set something?
2007 Apr 27
0
Error: An unusual circumstance has arisen in the nesting of readline input
Hi,
If I have warnings converted to errors, and if I plot a simple plot and
then resize and move the plot's window many times, I eventually get an
error "Display list redraw incomplete", and after a while an endlessly
repeating error "An unusual circumstance has arisen in the nesting of
readline input".
I cannot stop it using Ctrl-C (Ctrl-Z works though).
I'm
2006 Aug 13
1
Eclipse 3.2 with JVM 1.5.08
(Yes, I know that there's a version for Linux. I'm even using it!)
here the bug report for a simple start:
bojan@linux:~/Desktop/Downloads/eclipse> wine
/home/bojan/.wine/drive_c/Program\ Files/Java/jdk1.5.0_08/bin/java -jar
startup.jar
fixme:msg:PeekMessageW PM_QS_xxxx flags (0040) are not handled
fixme:oleacc:CreateStdAccessibleObject 0x2003a -4
2007 Apr 02
0
[PATCH] button_layout support for gtk-window-decorator
I noticed there have been some older posts about a work in progress
patch which never made it to the ML due to some issues.
I am attaching three patches here in an effort to bring the
button_layout support into gtk-window-decorator which allows you to
define the titlebar button placements with a string (e.g.
"menu:minimize,maximize,close") in /apps/metacity/general/button_layout.
#
2009 Mar 29
1
X session lockup (CentOS 4.7)
I just had a very odd incident with my session locking up, so I
thought I'd describe it to see if it rings any bells with anyone.
Background: I shut down my machine last night for Earth Hour, so the
last thing I did before logging out was exit Firefox3, telling it to
save my open tab state. When I turned the system back on and started
FF3 again, it installed new versions of three plugins (I
2012 Sep 05
1
Refresh times very slow for simple plots.
Hello everybody,
On my system (R 2.15.1-4 on Debian Stable plus some updates), resizing graphic
windows (by stretching their borders with the mouse) takes one order of
magnitude more time than redrawing them (by running the command again).
For instance, the command ??plot(data.frame(rnorm(10), rnorm(10), rnorm(10)))??
is executed almost instantely, but if I resize the graphics window, it takes 3
2013 Jul 03
5
[Bug 2124] New: TCP_NODELAY not set by sshd for non-interactive non-exec sessions
https://bugzilla.mindrot.org/show_bug.cgi?id=2124
Bug ID: 2124
Summary: TCP_NODELAY not set by sshd for non-interactive
non-exec sessions
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: sshd
2006 Mar 13
1
[Bug 556] TCP_NODELAY not set for non-interactive sessions
http://bugzilla.mindrot.org/show_bug.cgi?id=556
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #294 is|0 |1
obsolete| |
------- Comment #10 from dtucker at zip.com.au 2006-03-13 19:25 -------
Created
2011 Sep 10
4
Is xtable still being maintained?
Hi,
I wonder if anyone knows if the xtable package is still actively being
maintained? The last update to the CRAN was about 2 years ago. Earlier in
the year I found I wanted to use the short caption option of LaTeX tables to
display an abridged title in my table of contents. It was a relatively
simple change to get xtable to support this. I bundled up my changes and
sent the maintainer David B.
1999 Sep 17
2
Non-interactive sessions
Greetings,
Quick Summary: How does R function non-interactively? I can't print
graphics to an X11 window.
I set up what appears to be called a "noninteractive" R session using
the Perl code at the end of this message. Everthing seems to work fine
as written. I get a nice postscript file with my graphics.
However, I would like to display X11 R-graphics for the Perl-script