Difference between revisions of "Screen Size for Linux"

Wiki.TerraBase.info
Jump to navigation Jump to search
(Created page with "Below is the command to run; <code>grubby --update-kernel=ALL --args="video=hyperv_fb:'''1024x768'''"</code> Then reboot It works most of the time, but isn't guaranteed. S...")
 
m
 
Line 3: Line 3:
<code>grubby --update-kernel=ALL --args="video=hyperv_fb:'''1024x768'''"</code>
<code>grubby --update-kernel=ALL --args="video=hyperv_fb:'''1024x768'''"</code>


Then reboot
Then reboot.


It works most of the time, but isn't guaranteed.
It works most of the time, but isn't guaranteed.
CentOS Settings related to the above command can be found in this file: /boot/efi/EFI/centos/grub.cfg


Sourced from here: https://www.netometer.com/blog/?p=1663
Sourced from here: https://www.netometer.com/blog/?p=1663


<br />
<br />

Latest revision as of 09:45, 21 October 2021

Below is the command to run;

grubby --update-kernel=ALL --args="video=hyperv_fb:1024x768"

Then reboot.

It works most of the time, but isn't guaranteed.

CentOS Settings related to the above command can be found in this file: /boot/efi/EFI/centos/grub.cfg

Sourced from here: https://www.netometer.com/blog/?p=1663