mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
467 B

--- ./demos/vgatest.c.orig 2002-01-02 12:41:07.000000000 +0200
+++ ./demos/vgatest.c 2004-06-13 17:01:56.386844392 +0300
@@ -56,6 +56,7 @@
modeinfo = vga_getmodeinfo(mode);
+#if 0
printf("Width: %d Height: %d Colors: %d\n",
modeinfo->width,
modeinfo->height,
@@ -64,6 +65,7 @@
modeinfo->startaddressrange,
modeinfo->maxpixels,
modeinfo->haveblit ? "YES" : "NO");
+#endif
#ifdef TEST_MODEX
if (modeinfo->colors == 256)