EnglishFrenchSpanish

Ad


OnWorks favicon

Xvfb - Online in the Cloud

Run Xvfb in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command Xvfb that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


Xvfb - virtual framebuffer X server for X Version 11

SYNOPSIS


Xvfb [ option ] ...

DESCRIPTION


Xvfb is an X server that can run on machines with no display hardware and no physical
input devices. It emulates a dumb framebuffer using virtual memory.

The primary use of this server was intended to be server testing. The fb code for any
depth can be exercised with this server without the need for real hardware that supports
the desired depths. The X community has found many other novel uses for Xvfb, including
testing clients against unusual depths and screen configurations, doing batch processing
with Xvfb as a background rendering engine, load testing, as an aid to porting the X
server to a new platform, and providing an unobtrusive way to run applications that don't
really need an X server but insist on having one anyway.

OPTIONS


In addition to the normal server options described in the Xserver(1) manual page, Xvfb
accepts the following command line switches:

-screen screennum WxHxD
This option creates screen screennum and sets its width, height, and depth to W, H,
and D respectively. By default, only screen 0 exists and has the dimensions
1280x1024x8.

-pixdepths list-of-depths
This option specifies a list of pixmap depths that the server should support in
addition to the depths implied by the supported screens. list-of-depths is a space-
separated list of integers that can have values from 1 to 32.

-fbdir framebuffer-directory
This option specifies the directory in which the memory mapped files containing the
framebuffer memory should be created. See FILES. This option only exists on machines
that have the mmap and msync system calls.

-shmem
This option specifies that the framebuffer should be put in shared memory. The shared
memory ID for each screen will be printed by the server. The shared memory is in xwd
format. This option only exists on machines that support the System V shared memory
interface.

If neither -shmem nor -fbdir is specified, the framebuffer memory will be allocated with
malloc().

-linebias n
This option specifies how to adjust the pixelization of thin lines. The value n is a
bitmask of octants in which to prefer an axial step when the Bresenham error term is
exactly zero. See the file Xserver/mi/miline.h for more information. This option is
probably only useful to server developers to experiment with the range of line
pixelization possible with the fb code.

-blackpixel pixel-value, -whitepixel pixel-value
These options specify the black and white pixel values the server should use.

Use Xvfb online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    NSIS: Nullsoft Scriptable Install System
    NSIS: Nullsoft Scriptable Install System
    NSIS (Nullsoft Scriptable Install
    System) is a professional open source
    system to create Windows installers. It
    is designed to be as small and flexible
    as possi...
    Download NSIS: Nullsoft Scriptable Install System
  • 2
    authpass
    authpass
    AuthPass is an open source password
    manager with support for the popular and
    proven Keepass (kdbx 3.x AND kdbx 4.x ...
    Download authpass
  • 3
    Zabbix
    Zabbix
    Zabbix is an enterprise-class open
    source distributed monitoring solution
    designed to monitor and track
    performance and availability of network
    servers, device...
    Download Zabbix
  • 4
    KDiff3
    KDiff3
    This repository is no longer maintained
    and is kept for archival purposes. See
    https://invent.kde.org/sdk/kdiff3 for
    the newest code and
    https://download.kde.o...
    Download KDiff3
  • 5
    USBLoaderGX
    USBLoaderGX
    USBLoaderGX is a GUI for
    Waninkoko's USB Loader, based on
    libwiigui. It allows listing and
    launching Wii games, Gamecube games and
    homebrew on Wii and WiiU...
    Download USBLoaderGX
  • 6
    Firebird
    Firebird
    Firebird RDBMS offers ANSI SQL features
    & runs on Linux, Windows &
    several Unix platforms. Features
    excellent concurrency & performance
    & power...
    Download Firebird
  • More »

Linux commands

Ad