home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat1 / xamiga.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  3.8 KB  |  133 lines

  1.  
  2.  
  3.  
  4. XVFB(1)                              XVFB(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        Xvfb - virtual framebuffer X server for X Version 11
  9.  
  10. SSYYNNOOPPSSIISS
  11.        XXvvffbb [ option ] ...
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        _X_v_f_b  is an X server that can run on machines with no dis-
  15.        play hardware and no physical input devices.  It     emulates
  16.        a dumb framebuffer using virtual memory.
  17.  
  18.        The  primary  use  of this server is intended to be server
  19.        testing.     The mfb or cfb code for any depth can    be  exer-
  20.        cised  with this server without the need for real hardware
  21.        that supports the desired depths.
  22.  
  23.        A secondary use is testing clients against unusual  depths
  24.        and screen configurations.
  25.  
  26. OOPPTTIIOONNSS
  27.        In  addition to the normal server options described in the
  28.        _X_s_e_r_v_e_r_(_1_) manual page, _X_v_f_b accepts the following command
  29.        line switches:
  30.  
  31.        --ssccrreeeenn _s_c_r_e_e_n_n_u_m _W_x_H_x_D
  32.        This     option     creates  screen  _s_c_r_e_e_n_n_u_m  and sets its
  33.        width, height, and depth to W, H, and D  respectively.
  34.        By  default,     only  screen 0 exists and has the dimen-
  35.        sions 1280x1024x8.
  36.  
  37.        --ppiixxddeepptthhss _l_i_s_t_-_o_f_-_d_e_p_t_h_s
  38.        This option specifies a list of pixmap depths that the
  39.        server  should  support  in    addition  to  the  depths
  40.        implied by the supported screens.  _l_i_s_t_-_o_f_-_d_e_p_t_h_s is a
  41.        space-separated  list of integers that can have values
  42.        from 1 to 32.
  43.  
  44.        --ffbbddiirr _f_r_a_m_e_b_u_f_f_e_r_-_d_i_r_e_c_t_o_r_y
  45.        This option specifies the directory in which the  mem-
  46.        ory    mapped    files  containing  the framebuffer memory
  47.        should be  created.     See  FILES.   This  option  only
  48.        exists on machines that have the mmap and msync system
  49.        calls.
  50.  
  51.        --sshhmmeemm
  52.        This option specifies that the framebuffer  should  be
  53.        put    in  shared memory.  The shared memory ID for each
  54.        screen will be printed by the server.  The shared mem-
  55.        ory    is  in    xwd  format.   This option only exists on
  56.        machines that  support  the    System    V  shared  memory
  57.        interface.
  58.  
  59.        If neither --sshhmmeemm nor --ffbbddiirr is specified, the framebuffer
  60.        memory will be allocated with malloc().
  61.  
  62.  
  63.  
  64. X Version 11            Release 6                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XVFB(1)                              XVFB(1)
  71.  
  72.  
  73. FFIILLEESS
  74.        The following files are created if the  -fbdir  option  is
  75.        given.
  76.  
  77.        _f_r_a_m_e_b_u_f_f_e_r_-_d_i_r_e_c_t_o_r_y/Xvfb_screen<n>
  78.        Memory  mapped  file containing screen n's framebuffer
  79.        memory, one file per screen.     The file is in xwd  for-
  80.        mat.
  81.  
  82. EEXXAAMMPPLLEESS
  83.        Xvfb :1 -screen 0 1600x1200x32
  84.            The  server  will listen for connections as server
  85.            number 1, and screen 0 will be depth 32 1600x1200.
  86.  
  87.        Xvfb :1 -screen 1 1600x1200x16
  88.            The  server  will listen for connections as server
  89.            number 1, will have the default screen  configura-
  90.            tion  (one screen, 1280x1024x8), and screen 1 will
  91.            be depth 16 1600x1200.
  92.  
  93.        Xvfb -pixdepths 3 27 -fbdir /usr/tmp
  94.            The server will listen for connections  as  server
  95.            number  0, will have the default screen configura-
  96.            tion (one screen, 1280x1024x8), will also  support
  97.            pixmap  depths  of  3  and 27, and will use memory
  98.            mapped files in /usr/tmp for the framebuffer.
  99.  
  100.        xwud -in /usr/tmp/Xvfb_screen0
  101.            Displays screen 0 of the     server     started  by  the
  102.            preceding example.
  103.  
  104. SSEEEE AALLSSOO
  105.        X(1), Xserver(1), xwd(1), xwud(1), XWDFile.h
  106.  
  107. AAUUTTHHOORRSS
  108.        David P. Wiggins, X Consortium, Inc.
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. X Version 11            Release 6                2
  131.  
  132.  
  133.