Page 1 of 1

[SOLVED]Ubuntu reposts graphics driver unknown

Posted: 31. Mar 2014, 15:04
by PerseP
Hi,
Ive installed ubuntu 1204 32 desktop without problems and when I go to System Settings -> Details, it says graphics oracle vm virtualbox vbe adapter.
But when I install the virtual guest additions with the iso they install ok and then it reports the graphics driver as unknown.

Does anybody why it can read the correct driver any more?

My host if window 7 64 with virtualbox 4.3.10 rc93012

Re: Ubuntu reposts graphics driver unknow

Posted: 31. Mar 2014, 17:19
by mpack
The guest additions provide a different (higher performance) driver, and it doesn't correspond to a specific chipset - hence "unknown". If you install the GAs then you don't need to care about the graphics hardware or drivers.

Re: Ubuntu reposts graphics driver unknow

Posted: 1. Apr 2014, 11:00
by PerseP
mpack wrote:The guest additions provide a different (higher performance) driver, and it doesn't correspond to a specific chipset - hence "unknown". If you install the GAs then you don't need to care about the graphics hardware or drivers.
Can't the GA driver at least return a string with a name,ie 'VirtualBox Driver'

Re: Ubuntu reposts graphics driver unknown

Posted: 1. Apr 2014, 12:57
by mpack
Moving this discussion to "Linux Guests" since it's off topic in "Windows Hosts".

If you mean, can the driver identify itself: it does, at least on Windows guests - I don't use 64bit Linux guests. Obviously it can't claim to have a chipset it doesn't have, as apps might expect to be able to use features of that chipset. Think of it this way: there is no chipset, your graphics are being rendered by a separate PC, so an "unknown" chipset sounds correct.

Why do you care anyway? If you're expecting to be able to run GPU code in a VM then I'm afraid you'll be disappointed.

Re: Ubuntu reposts graphics driver unknown

Posted: 1. Apr 2014, 13:00
by PerseP
Because it's a modification that the guest additions does over the operating system

Re: Ubuntu reposts graphics driver unknown

Posted: 2. Apr 2014, 13:04
by PerseP
The only way in my system to get the graphics driver name was by using:

Code: Select all

/usr/lib/nux/unity_support_test -p
After more research I tried installing:

Code: Select all

apt-get install mesa-utils
And then I did get the same driver name in both unity_support_test and System Settings. It was always my understanding that the name of the driver was given by the driver itself and not the os.

Here is some more explanation.