summaryrefslogtreecommitdiff
path: root/sysutils/915resolution
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2007-07-11 11:33:42 +0000
committerTim Bishop <tdb@FreeBSD.org>2007-07-11 11:33:42 +0000
commitd0d4566b76a00a46683847d3fbefbde29b4c3180 (patch)
treea863a5455e968ab12d32068d08697504e3c2d89e /sysutils/915resolution
parentActually, at least this version of cURL sometimes breaks with the new (diff)
Fix typo in previous commit.
Submitted by: Yarema <yds@CoolRat.org>
Notes
Notes: svn path=/head/; revision=195412
Diffstat (limited to 'sysutils/915resolution')
-rw-r--r--sysutils/915resolution/files/915resolution.sh.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/915resolution/files/915resolution.sh.in b/sysutils/915resolution/files/915resolution.sh.in
index ebb24c78596e..e5afed33d48b 100644
--- a/sysutils/915resolution/files/915resolution.sh.in
+++ b/sysutils/915resolution/files/915resolution.sh.in
@@ -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%%