1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-04 21:02:56 +03:00

Work around lack of vsynced page flipping in OpenDingux kernel.

This commit is contained in:
Maarten ter Huurne 2011-09-18 21:10:53 +02:00
parent f39e87f3ec
commit 19064b4c4a

View File

@ -704,7 +704,7 @@ void GMenu2X::readConfig(string conffile) {
evalIntConf( &confInt["backlight"], 100, 5,100 );
evalIntConf( &confInt["videoBpp"],
#ifdef PLATFORM_DINGUX
16,
32, // 16 would be better if the kernel could flip on vsync
#else
32,
#endif