forked from Lainports/freebsd-ports
Fix typo in previous commit.
Submitted by: Yarema <yds@CoolRat.org>
This commit is contained in:
parent
f95a16eebf
commit
d0d4566b76
1 changed files with 4 additions and 4 deletions
|
|
@ -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%%
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue