diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2007-07-11 11:33:42 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2007-07-11 11:33:42 +0000 |
commit | d0d4566b76a00a46683847d3fbefbde29b4c3180 (patch) | |
tree | a863a5455e968ab12d32068d08697504e3c2d89e /sysutils/915resolution | |
parent | f95a16eebf1f3d1035efabbf451ef7cd77248310 (diff) |
Notes
Diffstat (limited to 'sysutils/915resolution')
-rw-r--r-- | sysutils/915resolution/files/915resolution.sh.in | 8 |
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%% |