annotate TVout/independ @ 4395:817530449706

New logic of HW equalizing: 1) Check HW capability. 2) If HW equalizer is capable control value then use it. In this case value of control is in range -100 : +100 (10x) 3) If not then try use SW equalizing (currently only divxds). Use old range (0 : +100) for that. Well, you shouldn't watch OSD bar if neighter HW nor SW equalizers are not capable control value. TODO: find out keys (maybe Rr Bb Gg) or 'on screen menu' for RGB intensity and OEM effects (fx).
author nick
date Mon, 28 Jan 2002 07:29:17 +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