similar to: screen doesn't handle redrawing properly (PR#837)

Displaying 20 results from an estimated 6000 matches similar to: "screen doesn't handle redrawing properly (PR#837)"

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
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 Jun 26
0
Wine redraw problem with baldur's gate ii (and others)
Hello. When i upgraded wine from 0.9.46 to 0.9.53 i noticed a annoying thing. When i run Baldur's Gate II - Shadows of Amn (and Icewind Dale II) on normal fullscreen mode they work fine. If i enable the "emulate a virtual desktop" option so that it runs on a window, it works fine until another window gets on top of the wine window. For example, i run xterm and run wine. If i click
2009 Jan 29
2
fluxbox, ess and redrawing r windows
Hi, I'm running Lenny with Fluxbox, interacting with R via Emacs + ESS. An ongoing aggravation with this setup is trying to get R graphics windows redrawn. For example, I may have 8 or 10 R graphics windows open, and I switch between them using Alt-tab. The problem is, sometimes the windows remain blank. Sometimes I can get the display back by moving the window with the mouse, or switching
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 22
3
X11 protocol errors after all x11 devices are closed (PR#1065)
> x11() > dev.off() null device 1 > x11() > plot.new() Warning messages: 1: X11 protocol error: BadAccess (attempt to access private resource denied) 2: X11 protocol error: BadAccess (attempt to access private resource denied) This only happens if all x11 devices are shut down, so the X11 connection is restarted. We had problems with this when the event handlers were
2007 Aug 27
5
Compiz not working properly using nvidia twinview
Hi, I am running ubuntu 7.10 gutsy, and I have compiz working on one monitor ( a bit slow though ). When I add twinview to the mix compiz still comes up, and sort of works but: 1. I loose the background and it is replace by all white 2. The second monitor draws about 30% of the new white background, then it ends with a bit of a shadow, and then it continues with black 3.
2001 May 02
3
Weird graphical glitches while running notes.
My system is a debian/unstable box. I'm running daily cvs snapshots of wine and Lotus Notes R5.07. The problem is that it seems like wine isn't getting the redraw messages from the application or wine isn't sending the redraw messages to the application. So I get large areas of the program blank/black/see through to old gfx. It especially occurs with frames/framsets in notes. For
2004 Aug 13
0
redrawing in embedded R
Hi, I'm embedding R in an application under Debian Linux. I need to plot some graphicals using R, but they don't redraw. My program uses qt graphical library. I read in "Embedding R in Other Applications" that "... R should be able to export the file descriptors on witch it is waiting for events and also the callbacks...," but this document don't tell how to
2001 Jan 30
1
screen can't go back to log="y" plot (PR#831)
[I have abbreviated the subject as jitterbug has been having probems with long subjects.] The issue here is that one cannot mix log/non-log axes in the calls to screen(), as the appropriate par() parameter is read-only, but the meaning of yaxp depends on it. But beyond that you can't set x/yaxp for log axes. You should be able to do this: you can in the S original. A simpler version: plot
2001 Jan 30
0
screen can't go back to (split) screen with log="y" plot (PR#831)
Hi. Let's try to explain the subject line with some code: > split.screen (c(2,1)) [1] 1 2 > screen(1) > plot (1:2, 1:2, log="y", main="1") > screen (2) > plot (1:2, 1:2, main="2") > screen (1) Error in par(.split.screens[[n]]) : invalid value specified for graphics parameter "yaxp". > close.screen(all=TRUE) Let's add comments:
2011 Oct 06
2
Titles changing when a plot is redrawn
I ran into a problem with titles on graphs. I wanted a graph with multiple subplots, with each having a title that involved both a Greek letter and an identifier for each graph. Below is a simplified version of code to do this. The graph appears fine, with the first graph having "i=1" in the title, and the second graph having "i=2" in the title. However, when I resize the
2009 Jan 21
1
Can I add a point to a pointsGrob from an xyplot without redrawing ?
Hi: I am a newbie using grid and lattice. I want to update a xyplot without redrawing and I was wondering if there is a way of adding a point to a pointsGrob ? For example, take the example from the "R Graphics Book" page 218-219: grid.newpage() angle <- seq(0, 2*pi, length=21)[-21] x <- cos(angle) y <- sin(angle) xyplot( y ~ x, aspect = 1) Lets say I take the pointsGrob
2016 Jul 08
0
Syslinux Text menu not redrawing/resetting the screen
> Hi, > > I have been using syslinux on my portable disk with success on many > types of machines (both bios boot and EFI boot) > > I however hit a small issue recently > > If I use menu.c32, on some UEFI systems (HP) the menu does not appear > after the vendor splash screen. The system however goes ahead and > after the timeout configured in the menu system
2001 Sep 24
1
R-devel Digest V1 #314
R-devel Digest Monday, September 24 2001 Volume 01 : Number 314 In this issue: [Rd] R 1.3.1 fails 'make check' on arm in the Bessel example (PR#1097) [Rd] Bug list summary (automatic post) [Rd] (PR#1089) Can be closed See the end of the digest for information about r-devel-digest ---------------------------------------------------------------------- Date: Fri, 21
2011 Jan 21
5
FSX redraw screen
Hi after installing an addon on Windows, FSX doesn't update/redraw the screen anymore. Any ideas? I already updated to current but the same. Thanks
2016 Jul 08
2
Syslinux Text menu not redrawing/resetting the screen
Hi, I have been using syslinux on my portable disk with success on many types of machines (both bios boot and EFI boot) I however hit a small issue recently If I use menu.c32, on some UEFI systems (HP) the menu does not appear after the vendor splash screen. The system however goes ahead and after the timeout configured in the menu system syslinux boots the kernel. I can then (after kernel
2003 Oct 29
1
restarting split.screen
Is there a way of `restarting' split.screen? This is what I am getting: > close.screen() [1] 10 11 12 13 > close.screen(all=TRUE) Error in par(args) : parameter "i" in "mfg" is out of range > graphics.off() > x11() > close.screen() [1] 10 11 12 13 > close.screen(all=TRUE) Error in par(args) : parameter "i" in "mfg" is out of range As
2016 Jul 10
1
Syslinux Text menu not redrawing/resetting the screen
On Fri, Jul 8, 2016 at 11:46 AM, Ady Ady via Syslinux <syslinux at zytor.com> wrote: > >> Hi, >> >> I have been using syslinux on my portable disk with success on many >> types of machines (both bios boot and EFI boot) >> >> I however hit a small issue recently >> >> If I use menu.c32, on some UEFI systems (HP) the menu does not appear
2001 Feb 13
1
X11 device doesn't handle destroy events correcly (PR#848)
Hi, there are two problems in devX11.c. The one is an undocumented nuisance and the other isn't a bug until you try to embed an X11 device in another window (think tktoplevel() in tcltk package...). Let's take a look at locator() first: Assuming you call locator() with a current X11 device, this call is handled in X11_Locator (src/unix/X11/devX11.c). When you have one window open and