Upgrading to Kubuntu 9.10 killed xserver

Discussions about using Linux guests in VirtualBox.
Post Reply
smatt454
Posts: 2
Joined: 11. Nov 2010, 20:42
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Kubuntu 9.10

Upgrading to Kubuntu 9.10 killed xserver

Post by smatt454 »

Hey all. So I recently upgraded to Kubuntu 9.10 on my VBox.

Now my xserver wont load at all. When I try to start the xserver manually I get

Code: Select all

$startx
(EE) Failed to load module "vboxyvideo" (module does not exist, 0)
(EE) No drivers available

I tried installing the guest additions and they seemed to install just fine, but I rebooted and I'm still getting this problem.

I'm using VB v 3.2.10 and running it on Windows 7
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Upgrading to Kubuntu 9.10 killed xserver

Post by Sasquatch »

No idea what you have done, but the module 'vboxyvideo' never existed. Remove /etc/X11/xorg.conf, install the GA properly and try again. If the module is a typo, then the GA are NOT installed properly.
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.
smatt454
Posts: 2
Joined: 11. Nov 2010, 20:42
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Kubuntu 9.10

Re: Upgrading to Kubuntu 9.10 killed xserver

Post by smatt454 »

Literally all I did was upgrade to 9.10, xorg didnt work, and then I tried to install GA.

However I moved xorg.conf to xorg.conf.bak and reinstalled GA.

KDE starts now...however I have no xorg.conf file....Idk if I like that =/...but at least the graphics work

I ran

Code: Select all

$ sudo updatedb
$ ls /etc/X11
And no xorg.conf, just xorg.conf.bak
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Upgrading to Kubuntu 9.10 killed xserver

Post by Sasquatch »

That's fine, because xorg.conf will not be used any more. Or at least, it's not a vital part. On my Linux Hosts I still have an xorg.conf but that is because of the nvidia driver that wouldn't work otherwise. The vboxvideo driver is now registered as an official X module and thus gets loaded automatically.
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.
Post Reply