2007-10-31 19:28:56 +00:00
|
|
|
From: Adam Jackson <ajax@redhat.com>
|
|
|
|
Date: Sun, 28 Oct 2007 09:37:52 +0100
|
|
|
|
Subject: [PATCH] Disable explicit commenting in Monitor section.
|
|
|
|
|
|
|
|
---
|
2007-01-23 19:24:00 +00:00
|
|
|
--- xorg-server-1.2.0/hw/xfree86/parser/Monitor.c.comment-less 2007-01-22 22:13:15.000000000 -0500
|
|
|
|
+++ xorg-server-1.2.0/hw/xfree86/parser/Monitor.c 2007-01-23 12:32:48.000000000 -0500
|
|
|
|
@@ -674,8 +674,6 @@
|
|
|
|
fprintf (cf, "\tDisplaySize %d\t%d\n",
|
|
|
|
ptr->mon_width,
|
|
|
|
ptr->mon_height);
|
|
|
|
- if ( ptr->mon_n_hsync || ptr->mon_n_vrefresh )
|
|
|
|
- fprintf(cf," ### Comment all HorizSync and VertRefresh values to use DDC:\n");
|
|
|
|
for (i = 0; i < ptr->mon_n_hsync; i++)
|
|
|
|
{
|
|
|
|
fprintf (cf, "\tHorizSync %2.1f - %2.1f\n",
|