]> code.delx.au - refind/blobdiff - docs/refind/configfile.html
New "textmode" option to set the text-mode video mode. Also bug fixes.
[refind] / docs / refind / configfile.html
index 8f8b2a81321bbf140efe242a6b077c1cdeafb549..ab72f1beda8fecaa4a32f5651c584dbc12c3e091 100644 (file)
@@ -178,6 +178,11 @@ timeout 20
    <td>None or <tt>0</tt></td>
    <td>rEFInd defaults to a graphical mode; however, if you prefer to do without the flashy graphics, you can run it in text mode by including this option. Passing any option but <tt>0</tt> causes text mode to be used; passing a <tt>0</tt> causes graphics mode to be used. (This could be useful if you want to override a text-mode setting in an included secondary configuration file.)</td>
 </tr>
+<tr>
+   <td><tt>textmode</tt></td>
+   <td>text mode number</td>
+   <td>Sets the text-mode video resolution to be used in conjunction with <tt>textonly</tt> or for the line editor and program-launch screens. This option takes a single-digit code. Mode <tt>0</tt> is guaranteed to be present and should be 80x25. Mode <tt>1</tt> is supposed to be either invalid or 80x50, but some systems use this number for something else. Higher values are system-specific. If you set this option to an invalid value, rEFInd pauses during startup to tell you of that fact. Note that on some computers, setting this value without also using <tt>textonly</tt> results in an incorrect graphics video mode being set. Pressing the Esc key corrects the problem.</td>
+</tr>
 <tr>
    <td><tt>resolution</tt></td>
    <td>Two integer values</td>