|
|
@ -173,7 +173,7 @@ void print_help(int mode) {
|
|
|
|
"\n"
|
|
|
|
"\n"
|
|
|
|
" Note that even if there are *no* depth 24 visuals or\n"
|
|
|
|
" Note that even if there are *no* depth 24 visuals or\n"
|
|
|
|
" windows (i.e. pure 8bpp), this mode is potentially\n"
|
|
|
|
" windows (i.e. pure 8bpp), this mode is potentially\n"
|
|
|
|
" a improvement over -flashcmap because it avoids the\n"
|
|
|
|
" an improvement over -flashcmap because it avoids the\n"
|
|
|
|
" flashing and shows each window in the correct color.\n"
|
|
|
|
" flashing and shows each window in the correct color.\n"
|
|
|
|
"\n"
|
|
|
|
"\n"
|
|
|
|
" This method appear to work, but may still have bugs\n"
|
|
|
|
" This method appear to work, but may still have bugs\n"
|
|
|
@ -183,12 +183,12 @@ void print_help(int mode) {
|
|
|
|
"\n"
|
|
|
|
"\n"
|
|
|
|
" There may be painting errors for clipping and switching\n"
|
|
|
|
" There may be painting errors for clipping and switching\n"
|
|
|
|
" between windows of depths 8 and 24. Heuristics are\n"
|
|
|
|
" between windows of depths 8 and 24. Heuristics are\n"
|
|
|
|
" applied to try to minimize the painting errors.\n"
|
|
|
|
" applied to try to minimize the painting errors. One can\n"
|
|
|
|
" One can also press 3 Alt_L's in a row to refresh the\n"
|
|
|
|
" also press 3 Alt_L's in a row to refresh the screen\n"
|
|
|
|
" screen if the error does not repair itself. Also the\n"
|
|
|
|
" if the error does not repair itself. Also the option\n"
|
|
|
|
" option -fixscreen 8=3.0 or -fixscreen V=3.0 may be\n"
|
|
|
|
" -fixscreen 8=3.0 or -fixscreen V=3.0 may be used to\n"
|
|
|
|
" use to periodically refresh the screen at the cost of\n"
|
|
|
|
" periodically refresh the screen at the cost of bandwidth\n"
|
|
|
|
" bandwidth (every 3 sec for this example).\n"
|
|
|
|
" (every 3 sec for this example).\n"
|
|
|
|
"\n"
|
|
|
|
"\n"
|
|
|
|
" The [opts] string can contain the following settings.\n"
|
|
|
|
" The [opts] string can contain the following settings.\n"
|
|
|
|
" Multiple settings are separated by commas.\n"
|
|
|
|
" Multiple settings are separated by commas.\n"
|
|
|
@ -221,6 +221,11 @@ void print_help(int mode) {
|
|
|
|
" This may lead to the windows being unnoticed for this\n"
|
|
|
|
" This may lead to the windows being unnoticed for this\n"
|
|
|
|
" amount of time when deiconifying, painting errors, etc.\n"
|
|
|
|
" amount of time when deiconifying, painting errors, etc.\n"
|
|
|
|
"\n"
|
|
|
|
"\n"
|
|
|
|
|
|
|
|
" While testing on a very old SS20 these options gave\n"
|
|
|
|
|
|
|
|
" tolerable response: -8to24 poll=0.2,cachewin=5.0. For\n"
|
|
|
|
|
|
|
|
" this machine -overlay is supported and gives better\n"
|
|
|
|
|
|
|
|
" response.\n"
|
|
|
|
|
|
|
|
"\n"
|
|
|
|
" Debugging for this mode can be enabled by setting \n"
|
|
|
|
" Debugging for this mode can be enabled by setting \n"
|
|
|
|
" \"dbg=1\", \"dbg=2\", or \"dbg=3\".\n"
|
|
|
|
" \"dbg=1\", \"dbg=2\", or \"dbg=3\".\n"
|
|
|
|
"\n"
|
|
|
|
"\n"
|
|
|
|