/usr/share/doc/videogen/README is in videogen 0.32-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | +-------------------------------------------------------+
| |
| videogen |
| |
| a simple XFree86 Modeline calculator |
| (c) 1997-2002, Szabolcs Rumi |
| |
| http://www.rtfm.hu/videogen |
| |
| the videogen package is distributed under the |
| GNU General Public License Version 2 (GPLv2) |
| |
+-------------------------------------------------------+
LEGAL INFORMATION / DISCLAIMER
------------------------------
This whole package is distributed under the GNU General Public License (GPL)
The license text itself is no longer included in the videogen package.
If you want to get a copy go to the following URL: http://www.gnu.org
INTRODUCTION
------------
If you are reading this, you probably already know what videogen
can be used for: to generate XFree86 Modelines and Linux fbset timings
which provide the highest possible (or the desired) refresh rate at
any given resolution.
INSTALLATION
------------
The sources are using lex/yacc to generate some files. I have chosen
to include these files with the source release (generated by GNU Flex
and GNU Bison) so that you don't need these tools to compile the package.
1.) check "Makefile" and modify it according to your OS/environment
2.) do a "make"
3.) do a "make install" to install the binary and the manpage
*4.) you can do a "make clean" to remove the binaries from the source dir
*5.) you can do a "make distclean" to remove other junk files too
*6.) you can do a "make realclean" to remove the lex/yacc generated files too
*7.) you can remove the installed binary and manpage with "make uninstall"
*) optional steps
USAGE
-----
videogen user interface changed greatly with the version 0.30. Now you
can use both command line options and a configuration file to set the
parameters for the calculations.
You should take a look at the videogen.sample configuration file.
For further information read the videogen(1x) manpage.
PROBLEM REPORTING
-----------------
If you are reporting a problem, it is best when you can provide detailed
information like your exact monitor and graphics card make/model, settings
you used to generate a particular Modeline, picture position on the screen
with a particular Modeline or description of the screen artifacts when the
generated Modeline is considered bad.
Thank you in advance!
HOMEPAGE
--------
The videogen homepage has the latest tarballs, packages, and contact info at:
http://www.rtfm.hu/videogen
|