mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
fix screen mode selection logic error on TD
wrong screen mode default "LCD" was introduced with commit eb9eba891
,
leading to HD framebuffer settings which don't make sense :-)
This commit is contained in:
@@ -687,8 +687,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
g_settings.screen_preset = 0; /* does not make sense to have two configurations for that... */
|
||||
#endif
|
||||
#if ! HAVE_COOLSTREAM
|
||||
#elif ! HAVE_COOLSTREAM
|
||||
g_settings.screen_preset = 1; /* spark is now always using 1280x720 framebuffer */
|
||||
#endif
|
||||
g_settings.screen_StartX = g_settings.screen_preset ? g_settings.screen_StartX_lcd : g_settings.screen_StartX_crt;
|
||||
|
Reference in New Issue
Block a user