immediately activate frame buffer config change

This commit is contained in:
Markus Fröschle
2016-10-25 16:40:49 +00:00
parent 7d71b296a8
commit 6906e89beb

View File

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