Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:xinerama

33 /* -- xinerama.c -- */
41 * routines related to xinerama and blacking out rectangles
44 /* blacked-out region (-blackout, -xinerama) */
273 if (sscanf(clip_str, "xinerama%d", &k) == 1) {
327 rfbLog("set -clip to '%s' for xinerama%d\n", clip_str, k);
335 rfbLog("Xinerama: Library libXinerama is not available to determine\n");
336 rfbLog("Xinerama: the head geometries, consider using -blackout\n");
337 rfbLog("Xinerama: if the screen is non-rectangular.\n");
352 rfbLog("Xinerama: disabling: display does not support it.\n");
354 xinerama = 0;
362 rfbLog("Xinerama: disabling: not active on display.\n");
364 xinerama = 0;
371 rfbLog("Xinerama is present and active (e.g. multi-head).\n");
375 rfbLog("Xinerama: number of sub-screens: %d\n", n);
378 rfbLog("Xinerama: enabling -xwarppointer mode to try to correct\n");
379 rfbLog("Xinerama: mouse pointer motion. XTEST+XINERAMA bug.\n");
380 rfbLog("Xinerama: Use -noxwarppointer to force XTEST.\n");
385 rfbLog("Xinerama: no blackouts needed (only one sub-screen)\n");
403 rfbLog("Xinerama: sub-screen[%d] %dx%d+%d+%d\n", i, w, h, x, y);
416 rfbLog("Xinerama: no blackouts needed (screen fills"
423 rfbLog("Xinerama: no blackouts due to -clip xinerama.\n");
472 if (xinerama) {