Screen resolution VB 4.0 / Kubuntu 10.10 guest

Discussions about using Linux guests in VirtualBox.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Screen resolution VB 4.0 / Kubuntu 10.10 guest

Post by Sasquatch »

All those 'out of sync' and such lines are in mine as well. I have full dynamic resizing without any xorg config. If you really want to work with xorg.conf, get the one from my tutorial (link in signature), reboot and it should work.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
gundwane
Posts: 1
Joined: 7. Nov 2011, 01:11
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Kubuntu

Re: Screen resolution VB 4.0 / Kubuntu 10.10 guest

Post by gundwane »

rajdeep your command list works well ..Now kubuntu is running full screen on my virtualbox..Thansk again..
HomeroMx
Posts: 1
Joined: 12. Oct 2012, 18:21

Re: Screen resolution VB 4.0 / Kubuntu 10.10 guest

Post by HomeroMx »

rajdeep wrote:I had a similar problem on both my laptop and desktop, and the following corrected the problem. Thanks to all who gave the codes; I've put them together.
It seems the problem is related to the absence of xorg.conf?

Code: Select all

sudo apt-get install dkms build-essential linux-headers-generic 
Enter your password, type 'y' and enter when you are prompted for it, and wait for the download and install to finish

Code: Select all

sudo /etc/init.d/vboxadd setup
In my case, the screen maximized to a 4:3 ratio, but not widescreen. Higher resolutions were not shown in the display applet.

Code: Select all

sudo service kdm stop
You will be dumped to a non-gui console screen. Login again.

Code: Select all

sudo Xorg -configure

Code: Select all

sudo service kdm start
A fullscreen display is acheived.

I am sure there must be a simpler way to do this; this just worked for me.
Rajdeep

This really works for me. :)

VB v4.2.0
Kubuntu 12.04
Host: Windows 7
Post Reply