Home
last modified time | relevance | path

Searched full:xvfb (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/debian/local/
H A Dxvfb-run.126 .TH xvfb\-run 1 "2004\-11\-12" "Debian Project"
28 xvfb\-run \- run specified X client or command in a virtual X server environment
30 .B xvfb\-run
36 .B xvfb\-run
43 .B xvfb\-run
48 .B Xvfb
51 .B Xvfb
56 .B Xvfb
63 .B Xvfb
67 .B xvfb\-run
[all …]
H A Dxvfb-run3 # This script starts an instance of Xvfb, the "fake" X server, runs a command
8 # Build-Depends on xvfb and xauth.
12 PROGNAME=xvfb-run
50 -e FILE --error-file=FILE file used to store xauth errors and Xvfb
60 "-nolisten tcp") to pass to the Xvfb server
154 # Start Xvfb.
162 # handle SIGUSR1 so Xvfb knows to send a signal when it's ready to accept
165 … (trap '' USR1; exec Xvfb ":$SERVERNUM" $XVFBARGS $LISTENTCP -auth $AUTHFILE >>"$ERRORFILE" 2>&1) &
177 error "Xvfb failed to start" >&2
/OK3568_Linux_fs/external/xserver/hw/vfb/man/
H A DXvfb.man1 .\" $XdotOrg: xc/programs/Xserver/hw/vfb/Xvfb.man,v 1.3 2005/03/23 20:49:52 gisburn Exp $
2 .\" $Xorg: Xvfb.man,v 1.4 2001/02/09 02:04:45 xorgcvs Exp $
27 .\" $XFree86: xc/programs/Xserver/hw/vfb/Xvfb.man,v 1.9 2001/12/14 19:59:45 dawes Exp $
29 .TH XVFB 1 @xorgversion@
31 Xvfb \- virtual framebuffer X server for X Version 11
33 .B Xvfb
36 .I Xvfb
44 The X community has found many other novel uses for \fIXvfb\fP,
46 configurations, doing batch processing with \fIXvfb\fP as a background
53 manual page, \fIXvfb\fP accepts the following command line switches:
[all …]
H A DMakefile.am2 appman_PRE = Xvfb.man
/OK3568_Linux_fs/external/xserver/debian/
H A Dxvfb.install1 usr/bin/Xvfb
2 usr/bin/xvfb-run
3 usr/share/man/man1/xvfb-run.1
4 usr/share/man/man1/Xvfb.1
H A Dcontrol230 Package: xvfb
240 Xvfb provides an X server that can run on machines with no display hardware
245 Xvfb as a background rendering engine, load testing, as an aid to porting the
250 This package also contains a convenience script called xvfb-run which
H A Dchangelog141 * Fix a typo in the xvfb-run manpage.
203 * xvfb-run*: Update default resolution and bitdepth to match upstream
220 * xvfb-run portability improvements by Eli Schwartz (thanks!):
321 * xvfb-run: Do not redirect stderr to stdout when running the program
981 * control: Mark xvfb as M-A: foreign.
1102 * xvfb-run: kill Xvfb when the script dies.
1103 * xvfb-run: instead of waiting 3 seconds and hoping that's enough for Xvfb
1106 "xvfb-run -- xterm -e true" from ~3.2s to ~0.4s on a quick test.
1107 * xvfb-run: fix xauth handling; setting XAUTHORITY when starting an X server
1252 * Make xvfb, xnest, xserver-xephyr and xserver-xfbdev provide the xserver
[all …]
H A Drules.flags58 --enable-xvfb \
90 --disable-xvfb \
H A Drules70 install -m 755 debian/local/xvfb-run debian/tmp/main/usr/bin
71 install debian/local/xvfb-run.1 debian/tmp/main/usr/share/man/man1
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A Dmeson.build8 'Xvfb',
25 input: 'man/Xvfb.man',
26 output: 'Xvfb.1',
H A DMakefile.am3 bin_PROGRAMS = Xvfb program
26 $(AM_V_at)rm -f Xvfb$(EXEEXT) && $(MAKE) Xvfb$(EXEEXT)
H A DInitInput.c142 AssignTypeAndName(p, xiclass, "Xvfb mouse"); in InitInput()
144 AssignTypeAndName(k, xiclass, "Xvfb keyboard"); in InitInput()
/OK3568_Linux_fs/external/xserver/test/
H A Dmeson.build11 if get_option('xvfb')
12 test('xvfb-piglit', find_program('scripts/xvfb-piglit.sh'),
H A DMakefile.am19 if XVFB
20 XVFB_TESTS = scripts/xvfb-piglit.sh
187 scripts/xvfb-piglit.sh \
/OK3568_Linux_fs/external/xserver/.gitlab-ci/
H A DDockerfile16 …libxkbcommon-dev python3-mako python3-numpy python3-six x11-utils x11-xserver-utils xauth xvfb && \
27 cd xts && ./autogen.sh && xvfb-run make -j$(nproc) && \
33 x11-utils x11-xserver-utils xauth xvfb && \
/OK3568_Linux_fs/external/xserver/test/scripts/
H A Dxvfb-piglit.sh8 export SERVER_COMMAND="$XSERVER_BUILDDIR/hw/vfb/Xvfb \
11 export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xvfb
H A Dxephyr-glamor-piglit.sh9 # headless, we start an Xvfb first to host the Xephyr.
22 $XSERVER_BUILDDIR/hw/vfb/Xvfb \
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/
H A Dxserver-xorg.inc58 ${PN}-xvfb \
86 RDEPENDS:${PN}-xvfb += "xkeyboard-config"
94 FILES:${PN}-xvfb = "${bindir}/Xvfb"
/OK3568_Linux_fs/external/xserver/
H A D.gitlab-ci.yml86 cat test/piglit-results/xvfb/long-summary || :
103 cat build/test/piglit-results/xvfb/long-summary || :
H A Dmeson_options.txt15 option('xvfb', type: 'boolean', value: true, boolean
16 description: 'Enable Xvfb X server')
/OK3568_Linux_fs/external/xserver/hw/
H A Dmeson.build9 if get_option('xvfb')
H A DMakefile.am9 if XVFB
/OK3568_Linux_fs/external/xserver/test/sync/
H A Dmeson.build4 if get_option('xvfb')
/OK3568_Linux_fs/external/xserver/test/bigreq/
H A Dmeson.build4 if get_option('xvfb')
/OK3568_Linux_fs/buildroot/package/x11r7/xserver_xorg-server/
H A DConfig.in83 bool "Xvfb server"

12