patch against linux-2.4.19-pre10/drivers/video/modedb.c

Michal Semler (cijoml@volny.cz)
Sat, 29 Jun 2002 18:30:38 +0200


Hello Linus,
this trivial patch adds possibility to have framebuffer console in 1024x768
and 75 Hz. Now kernel supports only 1024x768 in 76 Hz, which cause blinking
of console on my monitor. This trivial patch is against 2.4.19-pre10 and only
adds new modelines for resolution 1.024x768 in 75 Hz. Please apply

Thanks Michal

--- linux-2.4.19-pre10/drivers/video/modedb.c Sat Jun 29 15:21:30 2002
+++ linux-2.4.19-pre10/drivers/video/modedb.c Sat Jun 29 15:26:15 2002
@@ -107,10 +107,6 @@
NULL, 70, 1024, 768, 13333, 144, 24, 29, 3, 136, 6,
0, FB_VMODE_NONINTERLACED
}, {
- /* 1024x768 @ 75 Hz, 60.020 kHz hsync */
- NULL, 75, 1024, 768, 12699, 176, 16, 28, 1, 96, 3,
- 0, FB_VMODE_NONINTERLACED
- }, {
/* 1280x1024 @ 87 Hz interlaced, 51 kHz hsync */
NULL, 87, 1280, 1024, 12500, 56, 16, 128, 1, 216, 12,
0, FB_VMODE_INTERLACED
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/