annotate TVout/independ @ 7787:05e518badc1b

doc fixes part 1 (more will come when i find the time to read the rest) if anything is not ok, please let me know documentation.html: * OGG -> OGG/OGM (both file formats are supported) * somewhat better wording (no real change of meaning) * update of the current xf86 version from 4.2.0 to 4.2.1 * mga_vid is not old * partial sync of the options with the manpage (someone with deeper knwoledge should check them and finish the sync) * added 2 links about quoting and correct writing of mails to the mailinglists formats.html: * fixing typo interleaved -> non-interleaved (at least i think it's a typo please someone check it) * non-interleaved AVIs should be played with -ni * OGG -> OGG/OGM
author attila
date Fri, 18 Oct 2002 17:57:05 +0000
parents 3b5f5d1c5041
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2 # SETUP TVout
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
3 # Independent picture on TV and Monitor
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
4
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
5 # CRTC1 -> TVout
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
6 matroxset/matroxset -f /dev/fb0 -m 2
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
7
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
8 # CRTC2 -> Monitor
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
9 matroxset/matroxset -f /dev/fb1 -m 1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
10
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
11 # Enable TV
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
12 matroxset/matroxset 1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
13
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
14 # move tty1-2 to CRTC2
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
15 con2fb/con2fb /dev/fb1 /dev/tty1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
16 con2fb/con2fb /dev/fb1 /dev/tty2