immediately activate frame buffer config change

This commit is contained in:
Markus Fröschle
2016-10-25 16:40:49 +00:00
parent ba8941fd6a
commit 411b959cff

View File

@@ -292,7 +292,7 @@ static struct fb_info fb =
.blue = { 0, 0, 0 }, .blue = { 0, 0, 0 },
.transp = { 0, 0, 0 }, .transp = { 0, 0, 0 },
.nonstd = 0, .nonstd = 0,
.activate = FB_ACTIVATE_ALL, .activate = FB_ACTIVATE_FORCE | FB_ACTIVATE_NOW,
.height = 480, .height = 480,
.width = 640, .width = 640,
.accel_flags = 0L, .accel_flags = 0L,