File yal-non_43_resolution.patch of Package yal
Index: src/unix/System_unix.cpp =================================================================== --- src/unix/System_unix.cpp.orig +++ src/unix/System_unix.cpp @@ -99,6 +99,8 @@ QStringList System::enumerateResolutions continue; if( modes[ i ]->h < 480 ) continue; + if( modes[ i ]->w != 4 * modes[ i ]->h / 3 ) + continue; qstrl.append( QString( "%1x%2" ).arg( modes[ i ]->w ).arg( modes[ i ]->h ) ); }