HOWTO: Set framebuffers for higher resolution in Debian based servers ( command line only )

Post Reply
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

HOWTO: Set framebuffers for higher resolution in Debian based servers ( command line only )

Post by Perryg »

# edit /etc/default/grub

Uncomment: #GRUB_GFXMODE=640x480

Modify it to required resolution: GRUB_GFXMODE=1024x768

Add the following: GRUB_GFXPAYLOAD_LINUX=keep

Save, exit, and run update-grub

Edit "/etc/modprobe.d/fbdev-blacklist.conf" and add vboxvideo

Reboot
Post Reply