Ubuntu 9.10 screen not resizing
-
Mike Hogan
- Posts: 9
- Joined: 23. Oct 2009, 08:17
- Primary OS: MS Windows Vista
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: ubuntu, netbsd, qnx
Re: Ubuntu 9.10 screen not resizing
Well I installed the dkms package for ubuntu, and reinstalled the guest additions, and restarted, and still wont resize the display, here's the current logs now after the dkms was installed.
-
Mike Hogan
- Posts: 9
- Joined: 23. Oct 2009, 08:17
- Primary OS: MS Windows Vista
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: ubuntu, netbsd, qnx
Re: Ubuntu 9.10 screen not resizing
I see a
in the log, when I check that build dir, there's no make.log in there.
Here's the entire contents of the /var/lib/dkms/vboxvideo build dir.
Code: Select all
Error! Bad return status for module build on kernel: 2.6.31-20-generic (i686)
Consult the make.log in the build directory
/var/lib/dkms/vboxvideo/3.1.4/build/ for more information.Here's the entire contents of the /var/lib/dkms/vboxvideo build dir.
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Ubuntu 9.10 screen not resizing
The dkms error you are seeing is because the GAs were installed before dkms and most of the errors listed in this log are script echo's.
After reading the newest one it appears that the GAs are installed and should be working. I have no idea why they are not.
The only thing that I ever do when I install a new Ubuntu before I install the GAs is below.
(as sudo)
Then install the guest additions and it always works. You can try running these commands and see if it will make it work. I know most if not all are installed but run them anyway. The OS will skip the ones that are already installed.
After reading the newest one it appears that the GAs are installed and should be working. I have no idea why they are not.
The only thing that I ever do when I install a new Ubuntu before I install the GAs is below.
(as sudo)
Code: Select all
apt-get update
apt-get upgrade
apt-get install dkms
apt-get install build-essential
apt-get install linux-headers-generic