search for: xopendisplay

Displaying 16 results from an estimated 16 matches for "xopendisplay".

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 sc...
2010 Jun 15
2
Remote X connection to CentOS 5.5 using Xming -ac
...winMultiWindowXMsgProc - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 winProcEstablishConnection - Hello winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. winClipboardProc - Hello DetectUnicodeSupport - Windows XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winClipboardProc - XOpenDisplay () returned and successfully open...
2007 Jun 08
1
Location of xgraphics routines
Hi I have an application that uses the Xwindows graphics library. Things like XOpenDisplay XDrawLine XCreateSimpleWindow XDrawString and many more Under all the CENTOS 4.X systems these were automatically loaded. I dont have these loaded under my CENTOS 5 system. I get a heap of undefined references when I compile the code. Could someone tell me, point me, where these routines now re...
1998 Oct 28
1
Request for help with compiling R on a DEC Alpha
...math.o print.o printarray .o printvector.o printutils.o random.o relop.o saveload.o scan.o seq.o sort.o so urce.o split.o subassign.o subscript.o subset.o summary.o unique.o util.o versio n.o ../lib/libgraphics.a ../lib/libunix.a ../lib/libappl.a lib/libmath.a - lm ld: Unresolved: XLoadQueryFont XOpenDisplay XInternAtom XCreateFontCursor XCreateGC XCreateWindow XDefaultRootWindow XSetWMProtocols XAllocColor XAllocNamedColor XChangeProperty XCheckTypedEvent XClearWindow XCloseDisplay XDefaultDepth XDefaultScreen XDefineCursor XDestroyWindow XDrawArc XDrawLine XDrawLines XDrawRectangle XFillArc XFillPoly...
2007 Jul 13
0
KWD crashes when opening OOo
...on::KApplication(bool, bool) (in /usr/lib/libkdecore.so.4.2.0) ==31534== by 0x8055110: (within /usr/bin/kde-window-decorator) ==31534== Address 0x515B460 is 248 bytes inside a block of size 16,384 alloc'd ==31534== at 0x402095F: calloc (vg_replace_malloc.c:279) ==31534== by 0x4574346: XOpenDisplay (in /usr/lib/libX11.so.6.2.0) ==31534== by 0x48D49B7: qt_init_internal(int*, char**, _XDisplay*, unsigned long, unsigned long) (in /usr/lib/libqt-mt.so.3.3.7) ==31534== by 0x48D6A41: qt_init(int*, char**, QApplication::Type) (in /usr/lib/libqt-mt.so.3.3.7) ==31534== by 0x4950143: QApplicat...
2009 May 25
1
Is it possible to run an application automatically?
...eded. The ultimate goal is to run it remotely (over ssh) and leave it in backgroud. It seems that it works but I do not know how correct is this. This is the dump I got from putty (no X-forwarding): > test at test-pc-nl001:~/.wine/drive_c$ wine test_wrapper.exe 5000 > E: client-conf-x11.c: XOpenDisplay() failed > ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory > Listening on port: 5000 > [native] ConnectTest: 1 > Application tried to create a window, but no driver could be loaded. > Make sure that your X server is running and that $DISPLA...
2007 Jun 19
1
[PATCH] Added screen edge trigger delay setting.
...;, 0, 0 }, + { "edge_delay", "int", "<min>0</min>", 0, 0 } }; CompOption * @@ -1979,6 +1980,8 @@ addDisplay (char *name) d->autoRaiseHandle = 0; d->autoRaiseWindow = None; + d->edgeDelayHandle = 0; + d->display = dpy = XOpenDisplay (name); if (!d->display) { diff --git a/src/event.c b/src/event.c index 335cd56..35cc472 100644 --- a/src/event.c +++ b/src/event.c @@ -680,6 +680,60 @@ triggerEdgeLeaveBindings (CompDisplay *d, } static Bool +triggerAllEdgeEnterBindings (CompDisplay *d, + CompActionSt...
2007 Oct 29
1
(PR#10379) Re: x11(....) kills R without DISPLAY
Hin-Tak Leung wrote: > Peter Dalgaard wrote: > <snipped> >> You need x11() with a valid display to trigger the bug: >> >> [pd at titmouse2 BUILD]$ ssh -Y 192.168.1.10 >> pd at 192.168.1.10's password: >> Last login: Sat Oct 27 02:40:16 2007 from 192.168.1.11 >> [pd at janus ~]$ echo $DISPLAY >> localhost:10.0 >> [pd at janus ~]$
1997 Oct 06
0
xterm "secure console" insecure
...ime.h> #include <sys/types.h> #include <unistd.h> int main(int argc, char **argv) { Display *disp; int i, changed; char *s; struct timeval shorttime; char keys[32]; char lastkeys[32]; shorttime.tv_sec = 0; shorttime.tv_usec = 10; s = getenv("DISPLAY"); disp = XOpenDisplay(s); if (NULL==disp) { fprintf(stderr, "%s: can''t open display %s\n", argv[0], s); exit(1); } for(i=0; i<32; i++) { keys[i] = 0; lastkeys[i] = 1; } while(1) { select(0, NULL, NULL, NULL, &shorttime); XQueryKeymap(disp, keys); changed = 0; for(i=0; i...
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...his message.) Hi all, I am working on a small movie player which can play full screen movie using Xserver. It works fine in Single Head Mode. But is I set the Xserver in Dual Head Mode. I can't see any thing on both screens. The Code to Init the display is shown as below: > display = XOpenDisplay(NULL); > if (display == NULL) > fprintf(stderr, "Can not open display\n"); > > if (!XMBXDHQueryExtension(display, &eventBase, &errorBase)) > { > printf("XMBXDHQueryExtension failed\n"); > exit(0); > } > > if (!XMBXDHQue...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...t this message.) Hi all, I am working on a small movie player which can play full screen movie using Xserver. It works fine in Single Head Mode. But is I set the Xserver in Dual Head Mode. I can't see any thing on both screens. The Code to Init the display is shown as below: > display = XOpenDisplay(NULL); > if (display == NULL) > fprintf(stderr, "Can not open display\n"); > > if (!XMBXDHQueryExtension(display, &eventBase, &errorBase)) > { > printf("XMBXDHQueryExtension failed\n"); > exit(0); > } > > if (!XMBXDHQue...
2008 Nov 05
0
[ANNOUNCE] libX11 1.1.99.2
...opic Compose file. Dolt-ify Increase size of working arrays in the makekeys utility program. Jamey Sharp (2): Fix XAllocID race: hold the user display lock until we have a new XID. Support multiple independent internal sync handlers Jeff Smith (1): Fix memory leak in XOpenDisplay Jens Herden (1): NLS: Add Khmer compose sequences (bug #5706) John Tapsell (1): Build: Use native compiler for makekeys Josh Triplett (2): .gitignore: Add dolt files Use XCB's new socket handoff mechanism rather than the old XCB Xlib lock. Julien Cristau (2): F...
2005 Jun 20
2
capabilities() and non-catchable messages
Just for the record (not a request for fix) and an ad hoc workaround if anyone needs it: REASON: Running an R script as a plugin on a remote Suse Linux 8.2 with R v2.1.0 (2005-04-18), I have noticed that capabilities() generates (to standard error) Xlib: connection to "base:0.0" refused by server Xlib: Client is not authorized to connect to Server which cannot be caught by
2010 Nov 21
0
[ANNOUNCE] libX11 1.4.0
...g: Fix architecture check for OS/2 to skip nios2 cpu config: Check host string when deciding architecture to build for Gaetan Nadon (1): config: HTML file generation: use the installed copy of xorg.css Changes since libX11-1.3.6, the previous stable release: Aaron Plattner (1): XOpenDisplay: save the correct display_name value Adam Jackson (2): Use -version-number consistently instead of -version-info Zero buffer data in BufAlloc() Alan Coopersmith (36): LINEAR_RGB_InitSCCData: When malloc fails, don't try to free unallocated bits specs/libX11: Convert tr...
2010 Oct 18
2
Wine on Windows
...lot of file descriptors through sockets. Which is not implemented in Cygwin. :) I went around it by using named pipes - I pass the name of the fifo through the socket and open it from both sides. Seems to work for most parts, except for example where you pass the file descriptor, which you got from XOpenDisplay (in winex11.drv) through a socket - there is nothing I can do about that. I tried opening it from the proc filesystem but doesn't seem to work. Opening the same display from the server doesn't help either - I probably get back a "different" display or something. Any solutions? Is...
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575: CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect make[1]: Entering directory `/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect' gcc -m64 -march=native -mtune=native -floop-interchange -floop-strip-mine -floop-block -c -o