man pages section 1: User Commands

Exit Print View

Updated: July 2014
 
 

vdltodmx (1)

Name

vdltodmx - dmx configuration file parser and printer

Synopsis

/usr/bin/vdltodmx infile outfile

Description




User Commands                                         vdltodmx(1)



NAME
     vdltodmx - dmx configuration file parser and printer

SYNOPSIS
     /usr/bin/vdltodmx infile outfile

DESCRIPTION
     vdltodmx  reads  the input file, which should be in VDL con-
     figuration file format.  After a successful parse, a file in
     Xdmx  configuration  file  format  is  written to the output
     file.

     The VDL file format is used with xmovie, which is  available
     from http://www.llnl.gov/icc/lc/img/xmovie/xmovie.html

EXAMPLE
     Given the following VDL-format file:
          0
          2
          #
          #
          2560 2048 Left two-thirds [restrict=*:2]
          2
          :2.1 1280 2048   0    0 0 0
          :2.2 1280 2048   1280 0 0 0
          4
          1280 1024 0      0
          1280 1024 0      1024
          1280 1024 1280   0
          1280 1024 1280   1024
          #
          2560 2048 Right two-thirds [restrict=*:2]
          2
          :2.2 1280 2048   0   0 0 0
          :2.3 1280 2048   1280 0 0 0
          4
          1280 1024 1280    0
          1280 1024 1280    1024
          1280 1024 2560 0
          1280 1024 2560 1024
     the following DMX-format file will be produced:
          #
          #
          virtual "Left two-thirds" 2560x2048 {
              display :2.1 1280x2048;
              display :2.2 1280x2048 @1280x0;
          }
          #
          virtual "Right two-thirds" 2560x2048 {
              display :2.2 1280x2048;
              display :2.3 1280x2048 @1280x0;
          }



X Version 11     Last change: xorg-server 1.14.5                1






User Commands                                         vdltodmx(1)



BUGS
     If  the  VDL file is not in the expected format, the program
     will probably dump core.

SEE ALSO
     Xdmx(1), xdmxconfig(1), vdl(3), xmovie(1)


ATTRIBUTES
     See  attributes(5)  for  descriptions   of   the   following
     attributes:

     +-----------------------------+-----------------------------+
     |      ATTRIBUTE TYPE         |      ATTRIBUTE VALUE        |
     +-----------------------------+-----------------------------+
     |Availability                 |x11/server/xdmx              |
     +-----------------------------+-----------------------------+
     |Interface Stability          |Volatile                     |
     +-----------------------------+-----------------------------+




































X Version 11     Last change: xorg-server 1.14.5                2