view TVout/fbset.db @ 10578:b9d289fd8a57

10000l, the old code was slow as hell, copying stuff extra times and actually broken -- blanking the whole screen at each 'page flip' with -dr enabled. benchmarks: before: 56% cpu for decode 56% cpu for vo with no -dr 25% cpu for vo with -dr after: 56% cpu for decode 25% cpu for vo without -dr 0% cpu for vo with -dr if vo_fbdev is going to do pageflip, it needs to do it for REAL, using vertical scroll registers (like g2), not copying a temp buffer (which will shear anyway and is super-slow).
author rfelker
date Tue, 12 Aug 2003 08:24:24 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


# FBset mode database

mode "640x480"                         # H: 33.78 kHz, V: 67.56 Hz
   geometry 640 480 640 480 4
   timings 35242 24 64 17 1 112 2
endmode

mode "640x480-60"
    # D: 25.176 MHz, H: 31.469 kHz, V: 59.942 Hz
    geometry 640 480 640 480 16
    timings 39721 48 16 33 10 96 2
    hsync high
    accel true
#    rgba 5/11,6/5,5/0,0/0
endmode

mode "640x400-60"
    # D: 25.176 MHz, H: 31.469 kHz, V: 59.942 Hz
    geometry 640 400 640 400 16
    timings 39721 48 16 33 10 96 2
    hsync high
    accel true
#    rgba 5/11,6/5,5/0,0/0
endmode

mode "vga70"
    # H: 31.113 kHz, V: 69.294 Hz
    geometry 640 400 640 400 4
    timings 35242 64 96 35 12 112 2
#    vsync high
#    csync high
endmode