X-Git-Url: https://code.delx.au/refind/blobdiff_plain/119f040f3c096ef2ab59f5d02059e9d872047dcd..b72a91c9b51a3c6761db777f3e2818d240adf62e:/docs/refind/todo.html diff --git a/docs/refind/todo.html b/docs/refind/todo.html index 4be866e..ef4520b 100644 --- a/docs/refind/todo.html +++ b/docs/refind/todo.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -1/8/2013, referencing rEFInd 0.6.4

+4/25/2013, referencing rEFInd 0.6.9

I'm a technical writer and consultant specializing in Linux technologies. This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

@@ -26,49 +26,87 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Donate $2.50 Donate $5.00 Donate $10.00 +Donate $20.00 Donate another value -
- + + + + - + + - + + + +Donate with PayPal
- -
- + + + + - + + - + + + +Donate with PayPal
- -
- + + + + + - + + - + + + +Donate with PayPal
- -
- + + + + - + + - + + + +Donate with PayPal
+ + +
+ + + + + + + + + +Donate with PayPal +
+
@@ -82,7 +120,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Donate with PayPal
- +
@@ -145,21 +183,19 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

like to add detection for Itanium and ARM systems, but I have no way to test such changes. -
  • The code could be more flexible in its handling of the sizes of - various graphical elements, and particularly drawn text. Prior to - version 0.2.2, submenu text was invisible on UEFI-based PCs with - 800x600 and smaller displays because of an inability to properly - crop the graphics fields that hold the text. With version 0.2.2, - I've put a band-aid on this problem by reducing the field size so - that it now works on 800x600 displays, but smaller displays still - suffer from this problem. This is just an example of the - inflexibility of certain layout issues within rEFInd.
  • -
  • Although the ICNS file format used by rEFInd supports multiple image sizes, if a size that rEFInd needs isn't present in the file, rEFInd can't use the icon. The ability to scale images to the desired size would be useful.
  • +
  • A way to set the color of the font would be useful for theming + purposes.
  • + +
  • The program's font features could be greatly improved by enabling + use of a standard font format, by enabling use of non-ASCII + characters, and by enabling use of variable-width as well as + monospace fonts.
  • +
  • I would like to be able to specify the volume on which a boot loader resides using a partition GUID value, but extracting a GUID from the partition data is harder than extracting the volume's @@ -169,14 +205,13 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    substitutes the size, so you get displays like boot EFI\foo\bar.efi from 90 GiB volume. I'd like to add more checks to substitute the GPT partition label if the - filesystem label comes up empty, or add a filesystem type - identifier to the size.
  • - -
  • The default_selection option in refind.conf could be improved by - supporting a list of default options, so that if the first item - isn't found, rEFInd will try to boot the second one in the list, - and so on. This could be handy in case a driver fails to load, or - to provide an override in case the user inserts a specific + filesystem label comes up empty.
  • + +
  • The default_selection option in refind.conf could + be improved by supporting a list of default options, so that if the + first item isn't found, rEFInd will try to boot the second one in + the list, and so on. This could be handy in case a driver fails to + load, or to provide an override in case the user inserts a specific removable disk—by placing the removable disk's name first in the list, it will take precedence over the normal hard disk default.
  • @@ -223,6 +258,16 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    Apple-specific EFI extension, and I know of no standard EFI way to do it. +
  • A couple of Mac users have reported that the brightness-adjustment + features in Windows don't work when Windows is booted via rEFInd, + but that these features do work when Windows is booted via the + Mac's built-in boot manager. Unfortunately, I have no idea what + causes this problem, I have no Windows installation on my one + (elderly) Mac, and I have no way to debug it. Therefore, it's + unlikely that I'll be able to fix this problem myself; but if you + have the equipment and skill to do so, I'd be interested in + receiving a patch.
  • +
  • The re-scan feature occasionally produces odd results, such as ignoring new media or keeping old media that have been ejected. This should be investigated and fixed.
  • @@ -248,6 +293,11 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

  • The code is in need of review to search for memory leaks and similar problems.
  • +
  • If the user has a Linux software RAID 1 array, rEFInd will detect + kernels or boot loaders in RAID 1 twice. This could be fixed by + adding a check for duplicate filesystem UUIDs to the + partition-scanning code.
  • +
  • New features I'd like to add: @@ -293,11 +343,8 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    loader settings—say, to disable one specific boot loader or change its icon.
  • -
  • A way to set the color of the font would be useful for theming - purposes.
  • - -
  • Going further, the ability to load arbitrary other fonts, ideally - in a standard format, would be desirable for theming purposes.
  • +
  • The ability to rotate the display for users who rotate their + monitors would be helpful.
  • A GUI configuration tool would be nice, but it's low on my personal priority list. If you'd like to contribute, I prefer something