Accelerated 3D graphics is not available
-
loukingjr
- Volunteer
- Posts: 8851
- Joined: 30. Apr 2009, 09:45
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: just about all that run
Accelerated 3D graphics is not available
okay, I am running Fusion/Fedora 14 which is in beta still. But, I have it running in VB 3.2.10 and everything else works, shared folders, shared clipboard, full screen etc. what doesn't seem to work is the integration for 3d hardware support.
any ideas?
thanks
any ideas?
thanks
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
There are three groups of people. Those that can count and those that can't.
-
stefan.becker
- Volunteer
- Posts: 7639
- Joined: 7. Jun 2007, 21:53
Re: Accelerated 3D graphics is not available
What have you checked? Compiz?
German Howto (Linux): http://www.linuxforen.de/forums/showthread.php?t=236444
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
-
loukingjr
- Volunteer
- Posts: 8851
- Joined: 30. Apr 2009, 09:45
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: just about all that run
Re: Accelerated 3D graphics is not available
yep, well I clicked "desktop effects" and get an error dialog saying I need accelerated hardware support, something like that.stefan.becker wrote:What have you checked? Compiz?
I do know I have had similar issues with other distros that aren't debian based. all guest addition features work except for 3D. I've seen it in PCLinux, Fedora and some others I forget.
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
There are three groups of people. Those that can count and those that can't.
-
stefan.becker
- Volunteer
- Posts: 7639
- Joined: 7. Jun 2007, 21:53
Re: Accelerated 3D graphics is not available
Thats a problem on some distros.
Cant get it to work with opensuse, therefore in Ubuntu it works like a charm.
Check it with Ubuntu. If that work, its a fedora problem.
I remember that there are some text files under /etc for the compiz config where drivers like ati and nvidia are listed. Probably this files dont list vbox.
Cant get it to work with opensuse, therefore in Ubuntu it works like a charm.
Check it with Ubuntu. If that work, its a fedora problem.
I remember that there are some text files under /etc for the compiz config where drivers like ati and nvidia are listed. Probably this files dont list vbox.
German Howto (Linux): http://www.linuxforen.de/forums/showthread.php?t=236444
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
-
loukingjr
- Volunteer
- Posts: 8851
- Joined: 30. Apr 2009, 09:45
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: just about all that run
Re: Accelerated 3D graphics is not available
I wonder if that means if you add "vboxvideo" or whatever they call the video driver in xorg.conf if that would work.stefan.becker wrote:Thats a problem on some distros.
Cant get it to work with opensuse, therefore in Ubuntu it works like a charm.
Check it with Ubuntu. If that work, its a fedora problem.
I remember that there are some text files under /etc for the compiz config where drivers like ati and nvidia are listed. Probably this files dont list vbox.
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
There are three groups of people. Those that can count and those that can't.
-
stefan.becker
- Volunteer
- Posts: 7639
- Joined: 7. Jun 2007, 21:53
Re: Accelerated 3D graphics is not available
Probably yes.
I tried it with suse. Effects could be enabled, but there was a white screen.
I tried it with suse. Effects could be enabled, but there was a white screen.
German Howto (Linux): http://www.linuxforen.de/forums/showthread.php?t=236444
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
-
Assaf Raman
- Posts: 2
- Joined: 21. Oct 2010, 13:42
- Primary OS: MS Windows 7
- VBox Version: OSE other
- Guest OSses: Ubuntu 10.10
Re: Accelerated 3D graphics is not available
On Ubuntu I had the same issue, the problem is that the virtual box display driver didn't load for you, after looking hard I found the solution here.
Here is the solution that worked for me (I assume that you installed the guest addition and have an updated /etc/X11/xorg.conf like the one here):
1. Open terminal.
2. Type the following commands:
3. Restart.
This seems like a simple issue to fix, and for me it is critical (I am one of the developers of OGRE - so no 3d means I can't do anything ).
It was very hard to find the right solution for this issue, and basically it is an installer bug, so - please fix it.
Here is the solution that worked for me (I assume that you installed the guest addition and have an updated /etc/X11/xorg.conf like the one here):
1. Open terminal.
2. Type the following commands:
Code: Select all
# cd /opt/VBoxGuestAdditions-3.2.10/src/vboxguest-3.2.10/vboxvideo/
# sudo make; sudo make installThis seems like a simple issue to fix, and for me it is critical (I am one of the developers of OGRE - so no 3d means I can't do anything ).
It was very hard to find the right solution for this issue, and basically it is an installer bug, so - please fix it.
-
loukingjr
- Volunteer
- Posts: 8851
- Joined: 30. Apr 2009, 09:45
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: just about all that run
Re: Accelerated 3D graphics is not available
well, I reconfigured xorg.conf, tried to follow what was suggested and get this...Assaf Raman wrote:On Ubuntu I had the same issue, the problem is that the virtual box display driver didn't load for you, after looking hard I found the solution here.
Here is the solution that worked for me (I assume that you installed the guest addition and have an updated /etc/X11/xorg.conf like the one here):
1. Open terminal.
2. Type the following commands:3. Restart.Code: Select all
# cd /opt/VBoxGuestAdditions-3.2.10/src/vboxguest-3.2.10/vboxvideo/ # sudo make; sudo make install
This seems like a simple issue to fix, and for me it is critical (I am one of the developers of OGRE - so no 3d means I can't do anything ).
It was very hard to find the right solution for this issue, and basically it is an installer bug, so - please fix it.
[root@localhost louis]# make; make install
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
I looked in the directory specified and is no "install" file and only a file called "Makefile" with a capital M, and apparently this solution doesn't work with PCLinux
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
There are three groups of people. Those that can count and those that can't.
-
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: Accelerated 3D graphics is not available
You have to execute 'make' from the directory with the makefile. If you are in /etc and the makefile is in /opt/vboxguestadditions/3.2.10, then don't expect it to work, no matter what distro you're running.loukingjr wrote:well, I reconfigured xorg.conf, tried to follow what was suggested and get this...
[root@localhost louis]# make; make install
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
I looked in the directory specified and is no "install" file and only a file called "Makefile" with a capital M, and apparently this solution doesn't work with PCLinux
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.
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.
-
loukingjr
- Volunteer
- Posts: 8851
- Joined: 30. Apr 2009, 09:45
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: just about all that run
Re: Accelerated 3D graphics is not available
yes, I figured that out after I had already posted. Turned out though, I needed to add myself to the sudoers file but even after switching to root, running "visudo", which did open the file, it wouldn't let me edit it. which made me decide to start from scratch and download a new .iso and install that, which led to my other post. seems since 3.2.10 I can no longer get a working pclinuxos going.Sasquatch wrote:You have to execute 'make' from the directory with the makefile. If you are in /etc and the makefile is in /opt/vboxguestadditions/3.2.10, then don't expect it to work, no matter what distro you're running.loukingjr wrote:well, I reconfigured xorg.conf, tried to follow what was suggested and get this...
[root@localhost louis]# make; make install
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
I looked in the directory specified and is no "install" file and only a file called "Makefile" with a capital M, and apparently this solution doesn't work with PCLinux
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
There are three groups of people. Those that can count and those that can't.
-
Philbo
- Posts: 1
- Joined: 22. Oct 2010, 02:30
- Primary OS: MS Windows XP
- VBox Version: OSE other
- Guest OSses: Ubuntu
Re: Accelerated 3D graphics is not available
I can't activate 3D graphics in Ubuntu 10.10, tried all the above tricks but to no avail.
I have a clean install of Linux Mint 10 RC1 and it has the 3D enabled by default (so it's not the Host Video card! and doesn't seem be the video driver ) must be ubuntu 10.10 (guest).
Any idea's ???
I have a clean install of Linux Mint 10 RC1 and it has the 3D enabled by default (so it's not the Host Video card! and doesn't seem be the video driver ) must be ubuntu 10.10 (guest).
Any idea's ???
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Accelerated 3D graphics is not available
Is the Ubuntu 10.10 a new install or one that started out as alpha, bata, or RC and upgraded to the final?Philbo wrote:I can't activate 3D graphics in Ubuntu 10.10, tried all the above tricks but to no avail.
I have a clean install of Linux Mint 10 RC1 and it has the 3D enabled by default (so it's not the Host Video card! and doesn't seem be the video driver ) must be ubuntu 10.10 (guest).
Any idea's ???
Did you (as other) install the OSE version of the guest additions in the guest to make it work while waiting for the release of VirtualBox 3.2.10?