]> code.delx.au - refind/blobdiff - NEWS.txt
"resolution" option now takes either x & y resolution or a UEFI mode
[refind] / NEWS.txt
index b7a7d88034ea90005f17c3f2f2ce15b8025f917b..2598bc99c10e31e4cf1811cc9ed16df5e7313f4b 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -3,6 +3,18 @@
 
 - Added identifying screen header to line editor.
 
+- Fixed bug that caused rEFInd's display to be mis-sized upon return
+  from a program that set the resolution itself.
+
+- Adjusted "resolution" refind.conf parameter so that it can accept EITHER
+  a resolution as width and height OR a single digit as a UEFI mode number
+  (which is system-specific). This is done because some systems present the
+  same mode twice in their mode lists, perhaps varying in refresh rate,
+  monitor output, or some other salient characteristics; specifying the
+  mode number enables selecting the higher-numbered mode, whereas using
+  horizontal and vertical resolution values selects the lowest-numbered
+  mode.
+
 - Added "textmode" refind.conf parameter to set the text mode used in
   text-only displays, and for the line editor and boot-time handoff
   display even in graphics mode.