You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
I've not tested this specific scenario for a while, but I've not made any changes to this area of NOOBS, so yes I suspect it's still relevant.
The lack of any other comments would seem to indicate it's low-priority though.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Found this while investigating #142 but the issues are definitely different (but perhaps the issue below is an influence on that issue?)...
Try this:
I believe this occurs as a combination of https://github.com/raspberrypi/noobs/blob/master/recovery/main.cpp#L91 and https://github.com/raspberrypi/noobs/blob/master/recovery/main.cpp#L125 and https://github.com/raspberrypi/noobs/blob/master/recovery/mainwindow.cpp#L172 - as far as NOOBS is concerned, there's absolutely no difference between no 'display' option being specified in recovery.cmdline, and the display=1 option being specified. But I believe there needs to be a distinction made (perhaps
defaultDisplay
in main.cpp should be initialised to "-1" ?), so that NOOBS can tell the difference between "no display option specified, so stick to the previous default" and "a display option was specified, so override the default".The text was updated successfully, but these errors were encountered: