Bug 7641: fix comment written to Xorg.conf (s/VertSync/VertRefresh/)
X.Org Bugzilla #7641 <https://bugs.freedesktop.org/show_bug.cgi?id=7641> Patch #6349 <https://bugs.freedesktop.org/attachment.cgi?id=6349>
This commit is contained in:
parent
182e5e0f4b
commit
0a62840e2c
|
@ -675,7 +675,7 @@ xf86printMonitorSection (FILE * cf, XF86ConfMonitorPtr ptr)
|
||||||
ptr->mon_width,
|
ptr->mon_width,
|
||||||
ptr->mon_height);
|
ptr->mon_height);
|
||||||
if ( ptr->mon_n_hsync || ptr->mon_n_vrefresh )
|
if ( ptr->mon_n_hsync || ptr->mon_n_vrefresh )
|
||||||
fprintf(cf," ### Comment all HorizSync and VertSync values to use DDC:\n");
|
fprintf(cf," ### Comment all HorizSync and VertRefresh values to use DDC:\n");
|
||||||
for (i = 0; i < ptr->mon_n_hsync; i++)
|
for (i = 0; i < ptr->mon_n_hsync; i++)
|
||||||
{
|
{
|
||||||
fprintf (cf, "\tHorizSync %2.1f - %2.1f\n",
|
fprintf (cf, "\tHorizSync %2.1f - %2.1f\n",
|
||||||
|
|
Loading…
Reference in New Issue