mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
- For all drivers that have a <driver>.sgml file, add code in their build
system to build the README file at make dist time
- in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that
will check if the required tools and files exist, and if so set a
conditional.
- util/modular/symlink.sh
- Link all the <driver>.sgml to xf86-video-<driver>/README.sgml
- Add all the README.<driver> to the list of excluded files
- xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make
it spew less warnings when the text file is built.
This commit is contained in:
@@ -20,3 +20,10 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
SUBDIRS = src man
|
||||
|
||||
if BUILD_LINUXDOC
|
||||
README: README.sgml
|
||||
$(MAKE_TEXT) README.sgml && mv README.txt README
|
||||
endif
|
||||
|
||||
EXTRA_DIST = README.sgml
|
||||
|
||||
10
README.sgml
10
README.sgml
@@ -9,9 +9,6 @@
|
||||
<author>Thomas Winischhofer (<email>thomas@winischhofer.net</email>)
|
||||
<date>6 July 2005
|
||||
|
||||
<ident>
|
||||
</ident>
|
||||
|
||||
<!-- Table of contents -->
|
||||
<toc>
|
||||
|
||||
@@ -25,8 +22,8 @@ It currently supports the following chipsets:
|
||||
<itemize>
|
||||
<item>old series: SiS 5597/5598, 6236/AGP/DVD, 530/620
|
||||
<item>300 series: SiS 300/305, 540, 630/730
|
||||
<item>315 series: SiS 315/E/PRO, 55x, 650, 651, M650, 740, [M]661[F/M/G]X, [M]741[GX]
|
||||
<item>330 series: SiS 330 ("Xabre"), [M]760[GX], [M]761[GX]
|
||||
<item>315 series: SiS 315/E/PRO, 55x, 650, 651, M650, 740, [M]661&[F/M/G]X, [M]741[GX]
|
||||
<item>330 series: SiS 330 ("Xabre"), [M]760[GX], [M]761[GX]
|
||||
<item>340 series: SiS 34x, XGI Volari Z7, V3XT, V5, V8
|
||||
</itemize>
|
||||
|
||||
@@ -59,6 +56,7 @@ have the same meaning.
|
||||
|
||||
<descrip>
|
||||
<tag>Option "SWCursor" [boolean]</tag>
|
||||
<p/>
|
||||
<tag>Option "HWCursor" [boolean]</tag>
|
||||
These options select whether the software (SW) or hardware (HW) cursor should
|
||||
be used. The default is using the hardware cursor.
|
||||
@@ -162,6 +160,7 @@ have the same meaning.
|
||||
Selects the TV output standard. May be PAL or NTSC, on some machines
|
||||
(depending on the hardware) also PALM and PALN. Default: BIOS setting.
|
||||
<tag>Option "TVXPosOffset" [integer]</tag>
|
||||
<p/>
|
||||
<tag>Option "TVYPosOffset" [integer]</tag>
|
||||
These options allow relocating the image on your TV. Both options take
|
||||
an integer within the range of -16 to 16. Default: 0. Not supported for
|
||||
@@ -174,6 +173,7 @@ have the same meaning.
|
||||
should be super-overscan (slightly larger than the viewable area) or
|
||||
not.
|
||||
<tag>Option "SISTVXScale" [integer]</tag>
|
||||
<p/>
|
||||
<tag>Option "SISTVYScale" [integer]</tag>
|
||||
(For SiS video bridges only) These options allow zooming the image on
|
||||
your TV. SISTVXScale takes an integer within the range of -16 to 16.
|
||||
|
||||
@@ -93,6 +93,8 @@ AC_SUBST([moduledir])
|
||||
|
||||
XORG_RELEASE_VERSION
|
||||
|
||||
XORG_CHECK_LINUXDOC
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
src/Makefile
|
||||
|
||||
Reference in New Issue
Block a user