Fix typo in previous commit.

Submitted by:	Yarema <yds@CoolRat.org>
This commit is contained in:
Tim Bishop 2007-07-11 11:33:42 +00:00
parent f95a16eebf
commit d0d4566b76

View file

@ -15,10 +15,10 @@
#
# DO NOT CHANGE THESE DEFAULT VALUES HERE
#
i915resolution_enable=${i915resolution_enable:-"NO"} # Enable hacking VBIOS resolution (YES/NO)
i915resolution_modes=${i915resolution_modes:-"3c 4d 5c"}# Space separated list of modes to set
i915resolution_width=${i915resolution_width:-"1920"} # the horisontal resolution in pixels
i915resolution_height=${i915resolution_height:-"1080"} # the vertical resolution in pixels
i915resolution_enable=${i915resolution_enable:-"NO"} # Enable hacking VBIOS resolution (YES/NO)
i915resolution_modes=${i915resolution_modes:-"3c 4d 5c"} # Space separated list of modes to set
i915resolution_width=${i915resolution_width:-"1920"} # the horisontal resolution in pixels
i915resolution_height=${i915resolution_height:-"1080"} # the vertical resolution in pixels
. %%RC_SUBR%%