* * FVmodes script * * Allows you to define exactly what modes FV will use. If * you don't like resyncs on every picture then try specifying * only modes with the same frequency (I personally only have * the 800x600x8 and 800x600x16 lines in the script). * * NOMW and NOMH specify the visible width and height of the * screenmode FV should try to use. * * DEPTH specifies the depth of the screenmode FV should try * to use * * DESCRIPTION is unused for now. * * FV will try to find the best modeid based on the values * you've given here. It might not always find one, and it * might not always find the one you intended. * * Don't put any empty lines in this script (yet). Keep it * in this format and you'll be fine * NOMW=640 NOMH=480 DEPTH=8 DESCRIPTION="640x480 in 8 bit" NOMW=640 NOMH=480 DEPTH=16 DESCRIPTION="640x480 in 16 bit" NOMW=800 NOMH=600 DEPTH=8 DESCRIPTION="800x600 in 8 bit" NOMW=800 NOMH=600 DEPTH=16 DESCRIPTION="800x600 in 16 bit" #END