12 lines
531 B
Diff
12 lines
531 B
Diff
--- 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",
|