Displaying 5 results from an estimated 5 matches for "ximag".
Did you mean:
imag
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...aptor == -1 ) {
> printf("no suitable Xv adaptor found");
> exit(1);
> }
> if (portNum == -1 ) {
> printf("no free Xv adaptor ports found");
> exit(1);
> }
> CompletionType = XShmGetEventBase(display) + ShmCompletion;
> ximage = (XvImage *) XvShmCreateImage(display, portNum,
> GUID_MBX1_PLANAR,0, yuv_width, yuv_height, (char *) &shminfo1);
> shminfo1.shmid = shmget (IPC_PRIVATE, ximage->data_size,
> IPC_CREAT|0777);
> shminfo1.shmaddr = ximage->data = shmat (shminfo1.shmid, 0, 0);
&...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...aptor == -1 ) {
> printf("no suitable Xv adaptor found");
> exit(1);
> }
> if (portNum == -1 ) {
> printf("no free Xv adaptor ports found");
> exit(1);
> }
> CompletionType = XShmGetEventBase(display) + ShmCompletion;
> ximage = (XvImage *) XvShmCreateImage(display, portNum,
> GUID_MBX1_PLANAR,0, yuv_width, yuv_height, (char *) &shminfo1);
> shminfo1.shmid = shmget (IPC_PRIVATE, ximage->data_size,
> IPC_CREAT|0777);
> shminfo1.shmaddr = ximage->data = shmat (shminfo1.shmid, 0, 0);
&...
2009 Mar 24
1
segfault when running heatmap()
...new$antialias)) stop("invalid value for
'antialias'") } d <- check.options(new, name.opt = ".X11.Options",
envir = .X11env) type <- if (capabilities("cairo"))
switch(d$type, cairo = 1, nbcairo = 2, 0) else 0 if (display ==
"XImage") type <- 0 .Internal(X11(d$display, d$width, d$height,
d$pointsize, d$gamma, d$colortype, d$maxcubesize, d$bg, d$canvas,
d$fonts, NA_integer_, d$xpos, d$ypos, d$title, type,
d$antialias))}()
2: par(no.readonly = TRUE)
3: heatmap(selected.matrix, distfun = cor.di...
2001 Feb 13
1
X11 device doesn't handle destroy events correcly (PR#848)
...DOW) {
! /* process pending events */
! /* set block on destroy events */
! inclose = TRUE;
R_ProcessEvents((void*) NULL);
XFreeCursor(display, xd->gcursor);
- XDestroyWindow(display, xd->window);
XSync(display, 0);
} else {
if (xd->npages && xd->type != XIMAGE) {
--- 1485,1506 ----
x11Desc *xd = (x11Desc *) dd->deviceSpecific;
if (xd->type == WINDOW) {
! /* There are three reasons to be here: */
! /* 1) The user clicked on a button in the window frame */
! /* and we received a DELETE_WINDOW from the wm, */
! /* 2) Somebody de...
2007 Nov 15
7
[Bug 13257] New: using nouveau on NV17 kills the KDE VNC server
...17:04
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Thu Nov 15 17:23:59 2007
CConn: connected to host localhost port 5599
Thu Nov 15 17:24:01 2007
CConnection: Server supports RFB protocol version 3.3
CConnection: Using RFB protocol version 3.3
TXImage: Using default colormap and visual, TrueColor, depth 24.
CConn: Using pixel format depth 6 (8bpp) rgb222
CConn: Using ZRLE encoding
Second time
-----------
VNC Viewer Free Edition 4.1.1 for X - built Sep 10 2007 17:17:04
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.real...