• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Ubuntu resolution problem in Virtualbox

AMD_Gamer

Fully [H]
Joined
Jan 20, 2002
Messages
18,287
I installed Ubuntu 32bit desktop in Virtual box and cannot select a resolution beyond 1024x768. I installed the guestadditions and tried pretty much everything, does anyone know if there is a fix for this yet?
 
You should be able to edit /etc/X11/xorg.conf using the following in the terminal:
Code:
sudo gedit /etc/X11/xorg.conf

Look at the list of resolutions and see how this file is formatted and add a custom resolution, but make absolutely sure that your monitor/host machine supports the resolution/color depth you type in there... then restart and it should at least be an option now or it might even default to that higher resolution on restart.

It's probably advisable to create a snapshot of your VM so that if you bork it by editing the xorg.conf file you can easily revert.




Update: Here's a link with some additional info and more detailed steps.
 
You should be able to edit /etc/X11/xorg.conf using the following in the terminal:
Code:
sudo gedit /etc/X11/xorg.conf

Look at the list of resolutions and see how this file is formatted and add a custom resolution, but make absolutely sure that your monitor/host machine supports the resolution/color depth you type in there... then restart and it should at least be an option now or it might even default to that higher resolution on restart.

It's probably advisable to create a snapshot of your VM so that if you bork it by editing the xorg.conf file you can easily revert.




Update: Here's a link with some additional info and more detailed steps.

Thanks for the info, I came across another problem, when Ubuntu goes into screensaver mode you cannot recover from it, the screen stays black?
 
I installed Ubuntu 32bit desktop in Virtual box and cannot select a resolution beyond 1024x768. I installed the guestadditions and tried pretty much everything, does anyone know if there is a fix for this yet?

What version of Virtual Box and Ubuntu are you using?
 
No reason you have to work from the console either. Look into installing the freenx server & get an NX client...
 
Back
Top