search for: xsync

Displaying 20 results from an estimated 27 matches for "xsync".

Did you mean: sync
2010 Sep 15
4
Sas to R
Hi, I need to call an R program from Sas. I have tried using the following code in Sas using the x command but it just calls up dos and says 'D:\Program' is not recognized as an internal or external command, operable program or batch file. ] SAS CODE: options xwait xsync; %let Rsource=S:\EPI_Data\Communicable Diseases\DR1355 Historic Communicable Disease Analaysis\R graphics; options xwait xsync; x '"D:\Program Files\R\R-2.9.2\bin\Rgui.exe" --no-save --quiet <""&rsource.\Rtest.R""> ""&rsource.\Rtest.log&q...
2008 Feb 07
3
package 'synchronization' for multiple systems
I'm setting up multiple systems and ideally I want the same package configuration on all of them. So I'm going through yum and rpm queries manually to try and get this done. There must be a better way. Is there a way to use yum or rpm to configure multiple systems with the same packages? If yum or rpm has something native built into it to do this, that would be great. If
2010 Nov 24
2
Running R from SAS
Hello All, I am interested in running an R program with several random seeds. One approach is to launch the program from SAS. The recommended approach is to use the X command as shown below: OPTIONS XWAIT XSYNC; X "r.exe --no-save --quiet <""c:\temp\r\program.r"" >""c:\temp\r\program.log"""; However, this does not seem to work for me. Does anyone know how to launch an R program from SAS? Thank you in advance. Ziad Elmously ziad.elmously@tnsglob...
2001 Feb 13
1
X11 device doesn't handle destroy events correcly (PR#848)
...XFindContext(display, event.xclient.window, devPtrContext, &temp); dd = (DevDesc *) temp; ! xd = (x11Desc *) dd->deviceSpecific; ! if (!xd->inclose) { ! /* Dispatch destroy only once */ ! xd->inclose = TRUE; ! XDestroyWindow(display, xd->window); ! XSync (display, 0); ! KillDevice(dd); ! } } + } + } static void R_ProcessEvents(void *data) *************** *** 1208,1213 **** --- 1228,1234 ---- ExposureMask | ButtonPressMask | StructureNotifyMask); XMapWindow(display, xd->window); XSync(display, 0); + xd...
2009 Jan 24
1
Calling R from SAS
Can I call R from SAS? I tried the below command in SAS, but not working... OPTIONS XWAIT XSYNC; X "C:\Program Files\R\R-2.7.1\bin\R.exe --no-save -quiet <""C:\TEMPO\program.r""> ""C:\TEMPO\program.log"""; Had done this before and it was working perfect... But now, not... Sorry if this query was supposed to be put in SAS mailing...
2001 Feb 13
0
devX11.c -- questions about expose events and XBell
...3 18:07:41 2001 *************** *** 1880,1887 **** if (event.xbutton.button == Button1) { *x = event.xbutton.x; *y = event.xbutton.y; ! fprintf(stderr, "\07"); ! fflush(stderr); XSync(display, 0); done = 1; } --- 1879,1885 ---- if (event.xbutton.button == Button1) { *x = event.xbutton.x; *y = event.xbutton.y; ! XBell (display, 0); XSync(display, 0);...
2018 Jan 19
2
geo-replication command rsync returned with 3
...syncing: gluster://localhost:mvol1 -> ssh://root at gl-slave-01-int:gluster://localhost:svol1 [2018-01-19 14:23:20.235563] I [changelogagent(agent):73:__init__] ChangelogAgent: Agent listining... [2018-01-19 14:23:23.55553] I [master(/brick1/mvol1):83:gmaster_builder] <top>: setting up xsync change detection mode [2018-01-19 14:23:23.56019] I [master(/brick1/mvol1):367:__init__] _GMaster: using 'rsync' as the sync engine [2018-01-19 14:23:23.56989] I [master(/brick1/mvol1):83:gmaster_builder] <top>: setting up changelog change detection mode [2018-01-19 14:23:23.57260]...
2002 Feb 28
1
How to turn off the beep made by locator()?
...and GNOME drivers, and think I can see where the beep is generated in those drivers. /src/modules/X11/devX11.c, line 1726: /* Make a beep! Was print "\07", but that messes up some terminals. */ XBell(display, X_BELL_VOLUME); XSync(display, 0); Best wishes, Stephen Eglen -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body",...
2018 Jan 19
0
geo-replication command rsync returned with 3
...lhost:mvol1 -> >ssh://root at gl-slave-01-int:gluster://localhost:svol1 >[2018-01-19 14:23:20.235563] I [changelogagent(agent):73:__init__] >ChangelogAgent: Agent listining... >[2018-01-19 14:23:23.55553] I >[master(/brick1/mvol1):83:gmaster_builder] ><top>: setting up xsync change detection mode >[2018-01-19 14:23:23.56019] I [master(/brick1/mvol1):367:__init__] >_GMaster: using 'rsync' as the sync engine >[2018-01-19 14:23:23.56989] I >[master(/brick1/mvol1):83:gmaster_builder] ><top>: setting up changelog change detection mode >[201...
2015 Nov 04
3
NOUVEAU(0): DRI3 on EXA enabled
...fwm4 --version This is xfwm4 version 4.12.3git.20150825 (revision 20150825) for Xfce 4.12 Released under the terms of the GNU General Public License. Compiled against GTK+-2.24.28, using GTK+-2.24.28. Build configuration and supported features: - Startup notification support: Yes - XSync support: Yes - Render support: Yes - Xrandr support: Yes - Xpresent support: Yes - Embedded compositor: Yes - Epoxy support:...
2007 Jul 04
4
"driconf" to try to solve "texture size" problem with beryl+radeon+dualhead+mergefb
...*********************** Detected xserver : AIGLX Checking Display :0.0 ... Checking for XComposite extension : passed (v0.3) Checking for XDamage extension : passed Checking for RandR extension : passed Checking for XSync extension : passed Checking Screen 0 ... libGL warning: 3D driver claims to not support visual 0x4b Checking for GLX_SGIX_fbconfig : passed Checking for GLX_EXT_texture_from_pixmap : passed Checking for non power of two texture support : passed Checkin...
2014 Feb 22
0
[Bug 75279] XCloseDisplay() takes one minute around nouveau_dri.so, freezing Firefox startup
https://bugs.freedesktop.org/show_bug.cgi?id=75279 --- Comment #13 from Benoit Jacob <bjacob at mozilla.com> --- The work-around that works for us, and that we're considering landing, is to avoid calling XCloseDisplay and, in this case, just calling XSync to handle any pending errors in glxtest. Digging in the Gecko codebase, I found at least another instance where we avoid calling XCloseDisplay because it is "scary": http://hg.mozilla.org/mozilla-central/file/2d5d5fd03050/dom/plugins/ipc/PluginModuleChild.cpp#l569 At the moment I am won...
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...gt; IPC_CREAT|0777); > shminfo1.shmaddr = ximage->data = shmat (shminfo1.shmid, 0, 0); > shminfo1.readOnly = False; > if(!XShmAttach (display, &shminfo1)) { > printf("XShmAttach failed!\n"); > } > shmctl (shminfo1.shmid, IPC_RMID, 0); > XSync(display,False); I use tinyX as the Xserver and the xfbdev as the card for the second screen. After the Initialization, Both Screen as a respond. I mean both of them have been waked up. but when I am trying to write image to the first screen by > XvShmPutImage(display, portNum, >...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...gt; IPC_CREAT|0777); > shminfo1.shmaddr = ximage->data = shmat (shminfo1.shmid, 0, 0); > shminfo1.readOnly = False; > if(!XShmAttach (display, &shminfo1)) { > printf("XShmAttach failed!\n"); > } > shmctl (shminfo1.shmid, IPC_RMID, 0); > XSync(display,False); I use tinyX as the Xserver and the xfbdev as the card for the second screen. After the Initialization, Both Screen as a respond. I mean both of them have been waked up. but when I am trying to write image to the first screen by > XvShmPutImage(display, portNum, >...
2009 Jan 16
0
[ANNOUNCE] xinput 1.4.0
...inputproto 1.5. Fix wrong type conversion in listing Atom properties. Don't linebreak after listing a string or atom property. Add set-atom-prop to set properties containing other properties. xinput 1.4.0 Sascha Hlusiak (2): Add --get-button-map option. Call XSync instead XFlush to be able to handle errors Simon Thum (1): Add set-float-prop option to set properties using floating point numbers. git tag: xinput-1.4.0 http://xorg.freedesktop.org/archive/individual/app/xinput-1.4.0.tar.bz2 MD5: ef43538bb3b445d2d69d5adbf76c149e xinput-1.4.0.tar.bz2 SHA...
1999 Feb 16
1
Missing tick marks bug on alpha solved
...E, dd); GConvert(&x2, &y2, coords, DEVICE, dd); xx1 = (int) x1; yy1 = (int) y1; xx2 = (int) x2; yy2 = (int) y2; SetColor(dd->gp.col, dd); SetLinetype(dd->gp.lty, dd->gp.lwd, dd); XDrawLine(display, xd->window, xd->wgc, xx1, yy1, xx2, yy2); XSync(display, 0); } -- George White <aa056 at chebucto.ns.ca> tel: 902.426.8509 Bedford Inst. of Oceanography, Nova Scotia, Canada. On Thu, 11 Feb 1999, Albrecht Gebhardt wrote: > > On Thu, 11 Feb 1999, George White wrote: > > > Can you confirm that you don't have a prob...
2019 Nov 23
0
[ANNOUNCE] xorg-server 1.20.6
...dless ABI change glx: Fix previous context validation in xorgGlxMakeCurrent meson: Fix another reference to "gl" 9.2.0 meson: Apparently 1.2 is < 1.2.0 mi: Add a default no-op miSourceValidate dix: Call SourceValidate before GetImage Alex Goins (5): xsync: Add resource inside of SyncCreate, export SyncCreate randr: Fix RRCrtcDetachScanoutPixmap() segfault during server teardown modesetting: Fix ms_covering_crtc() segfault with non-modesetting slave primary modesetting: Fix ms_covering_crtc() segfault with non-xf86Crtc slave m...
1998 Oct 28
1
Request for help with compiling R on a DEC Alpha
...ultDepth XDefaultScreen XDefineCursor XDestroyWindow XDrawArc XDrawLine XDrawLines XDrawRectangle XFillArc XFillPolygon XFillRectangle XFreeColors XFreeCursor XFreeGC XMapWindow XNextEvent XPending XSelectInput XSetClipRectangles XSetDashes XSetFont XSetLineAttributes XSetState XSetWindowBackground XSync XTextWidth XUnloadFont XFindContext XSaveContext XrmUniqueQuark XCreateSimpleWindow XBell XChangeWindowAttributes XClearArea XCopyArea XDrawImageString XDrawString XGetWindowAttributes XMapRaised XMapSubwindows XMaskEvent XMoveWindow XQueryPointer XRefreshKeyboardMapping XSetBackground XSetForegrou...
2007 Feb 13
5
gtk-window-decorator segfault
On kde, gtk-window-decorator segfault everytime a minimised "Konqueror download window" close it self... Running with --sync fix the problem so no way to have a backtrace :( Cedric
2015 Nov 05
0
NOUVEAU(0): DRI3 on EXA enabled
...ersion 4.12.3git.20150825 (revision 20150825) for Xfce 4.12 > Released under the terms of the GNU General Public License. > Compiled against GTK+-2.24.28, using GTK+-2.24.28. > > Build configuration and supported features: > - Startup notification support: Yes > - XSync support: Yes > - Render support: Yes > - Xrandr support: Yes > - Xpresent support: Yes > - Embedded compositor: Yes > - Epoxy support:...