GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
vdltodmx(1) FreeBSD General Commands Manual vdltodmx(1)

vdltodmx - dmx configuration file parser and printer

vdltodmx infile outfile

vdltodmx reads the input file, which should be in VDL configuration 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

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;
}

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

Xdmx(1), xdmxconfig(1), vdl(3), xmovie(1)
xorg-server 1.20.14 X Version 11

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.