HP Workstation zx2000 HP Graphics Administration Guide for HP-UX 11.X (IPF ver - Page 35

Virtual Frame Buffer Examples, Command Line Switches Continued, Switch, Value, Description

Page 35 highlights

configuring an X Server on HP-UX Command Line Switches (Continued) Switch Value Description -blackpixel Value Specifies the black value the server should use. -whitepixel Value Specifies the white value the server should use. Virtual Frame Buffer Examples The following example starts a Virtual Frame buffer server that listens for connections as server display 100, at screen 0, a depth of 32, and screen dimensions of 1600x1200. Xvfb should not be started with a server number used by video or print servers, unless it is known the system does not run video or print servers. Xvfb :100 -screen 0 1600x1200x32 The following example starts a server that listens for connections as server display 100, has the default screen configuration (one screen, 1280x1024x8), supports pixmap depths of 3 and 27, and uses memory mapped files in /var/tmp for the frame buffer. Xvfb :100 -pixdepths 3 27 -fbdir /var/tmp Graphics Administration Guide 4-23

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66

Graphics Administration Guide
4–23
configuring an X Server on HP-UX
Virtual Frame Buffer Examples
The following example starts a Virtual Frame buffer server that listens for connections as server
display 100, at screen 0, a depth of 32, and screen dimensions of 1600x1200. Xvfb should not be
started with a server number used by video or print servers, unless it is known the system does
not run video or print servers.
Xvfb :100 -screen 0 1600x1200x32
The following example starts a server that listens for connections as server display 100, has the
default screen configuration (one screen, 1280x1024x8), supports pixmap depths of 3 and 27,
and uses memory mapped files in
/var/tmp
for the frame buffer.
Xvfb :100 -pixdepths 3 27 -fbdir /var/tmp
-blackpixel
Value
Specifies the black value the server should use.
-whitepixel
Value
Specifies the white value the server should use.
Command Line Switches (Continued)
Switch
Value
Description