I'm not sure if this will fix the condition the OP mentions above, but I was a bit upset when the default display screen was changed from the original. I missed seeing the filament usage and the buffered commands, as well as the clean display of temps. Since I always use Repetier Host rather than an SD print, the new default was information that was already presented by Host.
It turns out you can restore the original default screen by making a small change in the commands.cpp file. If you search for the word PROGRESS and change the else command to
Com::cap(PSTR("PROGRESS:0"));
so the if/else always returns zero, then the old default menu is shown.
I guess the change to the menu was made, because manufacturers felt it was better for novices. I look upon that type of change as"duming down".