Skip to content

Instantly share code, notes, and snippets.

@perlguy99
Last active September 10, 2019 14:47
Show Gist options
  • Save perlguy99/c97c546661f48bc78f04fa6c84923db5 to your computer and use it in GitHub Desktop.
Save perlguy99/c97c546661f48bc78f04fa6c84923db5 to your computer and use it in GitHub Desktop.
Change Resolution of RHEL on a Windows Hyper-V
# Use "grubby" to update all current and future kernels passing the video argument
# for the Microsoft Hyper-V Synthetic Video Frame Buffer driver
# Tried 2560x1440 but got an "out of range" error upon reboot.
grubby --update-kernel=ALL --args="video=hyperv_fb:1920x1080"
# A reboot is required to apply the changes:
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment