Fedora in Virtualbox - how to get the resolution right.
Posted: 27 May 2010, 14:17
I have often struggled to get the resolution right with Fedora in Virtualbox. Due to a bug it did not work as it should so I was stuck with 800x600. This is of course not good enough.
I finally found a solution that works:
Go to a terminal - as root:
Then run this in the terminal:
You will then get up this:

Pick LCD as hardware:

And select a resolution that suits you:

Reboot and you are done
I finally found a solution that works:
Go to a terminal - as root:
Code: Select all
yum install system-config-displayThen run this in the terminal:
Code: Select all
system-config-displayYou will then get up this:

Pick LCD as hardware:

And select a resolution that suits you:

Reboot and you are done