Skip to content

Commit 62d89a7

Browse files
clanhdeller
authored andcommitted
video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to avoid black screen
Start from commit 11be60b "matroxfb: add Matrox MGA-G200eW board support", when maxvram is 0x800000, monitor become black w/ error message said: "The current input timing is not supported by the monitor display. Please change your input timing to 1920x1080@60Hz ...". Fixes: 11be60b ("matroxfb: add Matrox MGA-G200eW board support") Signed-off-by: Z. Liu <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent dd29090 commit 62d89a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/fbdev/matrox/matroxfb_base.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ static struct video_board vbG200 = {
13771377
.lowlevel = &matrox_G100
13781378
};
13791379
static struct video_board vbG200eW = {
1380-
.maxvram = 0x800000,
1380+
.maxvram = 0x100000,
13811381
.maxdisplayable = 0x800000,
13821382
.accelID = FB_ACCEL_MATROX_MGAG200,
13831383
.lowlevel = &matrox_G100

0 commit comments

Comments
 (0)