Allow all video modes to be set in the kboot.conf#33
Open
mitchellwaite wants to merge 2 commits intoFree60Project:masterfrom
Open
Allow all video modes to be set in the kboot.conf#33mitchellwaite wants to merge 2 commits intoFree60Project:masterfrom
mitchellwaite wants to merge 2 commits intoFree60Project:masterfrom
Conversation
InvoxiPlayGames
approved these changes
Feb 5, 2026
- Fix the list of video modes to represent what libxenon actually does these days - Update the default video mode from the old HDMI 720p to the new HDMI 720p
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
kboot.conf currently sets the maximum videomode value to NTSC, effectively meaning we're stuck with PAL/NTSC composite video. VIDEO_MODE_COUNT exists as a constant in libxenon since ~2013, we can reference this value allowing all valid video modes to be forced.
I use this to force the video mode to boot ArchPOWER and get a good picture over VGA.