LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Hardware graphics acceleration is not availabe. No 3D support available from the host (https://www.linuxquestions.org/questions/linux-hardware-18/hardware-graphics-acceleration-is-not-availabe-no-3d-support-available-from-the-host-4175497803/)

33volx 03-11-2014 07:47 AM

Hardware graphics acceleration is not availabe. No 3D support available from the host
 
I am using VMware on Fedora 18 64bit. Guest system is Windows 7. But every time I run the guest OS, I get the following:

Hardware graphics acceleration is not available.
As a result, this virtual machine may experience very low graphics performance. Follow the instructions provided by your graphics card vendor or Linux distribution in order to update your computer's OpenGL drivers.

And

No 3D support available from the host.
The 3D features of the virtual machine will be disabled.

Can someone help me? I am sure my host OS supports 3D as I can play MC and run Blender.

TobiSGD 03-11-2014 11:04 AM

It would help if you actually tell us which garphics hardware you are using and which driver are installed.

33volx 03-12-2014 04:05 AM

Quote:

Originally Posted by TobiSGD (Post 5132699)
It would help if you actually tell us which garphics hardware you are using and which driver are installed.

Uhh, how can I see my graphics hardware? I am linux newbie :)

TobiSGD 03-12-2014 06:42 AM

Please post the output of
Code:

lspci

33volx 03-12-2014 06:14 PM

Quote:

Originally Posted by TobiSGD (Post 5133156)
Please post the output of
Code:

lspci

Here it is:

Code:

00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Venus XT [Radeon HD 8870M]
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)

P. S. Something weird happened to vmware after I installed Fedora 20. It say it needs to compile and load some modules into the running kernel. Here is output from the log file:

Code:

00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Venus XT [Radeon HD 8870M]
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)


John VV 03-12-2014 08:56 PM

fedora 18 is unsupported
there are and NEVER will be any updates
NO updates
NO bug fixes
NO security updates
NO new software
NO NOTHING

install the current version

Fedora 20

Quote:

Intel Corporation 3rd Gen Core processor Graphics Controller
that is supported in the kernel

and the kernel in 18 WILL NEVER be updated as in NO driver

install fedora 20

jamison20000e 03-12-2014 09:33 PM

Hi. I prefer https://www.virtualbox.org/manual/ch04.html . . . It's free to try and see if it works there? Best wishes and have fun. :)

ReaperX7 03-12-2014 10:51 PM

You need to run the latest version of Fedora to get proper support.

You may also need to install the appropriate drivers for your video hardware. I see you have actually two VGA devices...

Advanced Micro Devices, Inc. [AMD/ATI] Venus XT [Radeon HD 8870M] and Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)

You may need to install the fglrx AMD OEM driver if this is the 3D graphics processor.

fbsduser 03-12-2014 11:45 PM

Have you installed the guest additions in your Windows 7 guest? Can you show us aa screenshot of your win7 device list.

33volx 03-13-2014 03:28 AM

I said already, yesterday I updated Fedora to the latest version (20). And after that vmware is not working. I've tried fully reinstalling vmware with no luck. You can see the error in my previous post.

P. S. Ok, I will try out VirtualBox :)

TobiSGD 03-14-2014 06:22 AM

If you don't use the AMD driver for your video card it is likely that you will have the same problems with other virtualization solutions. I would give that a try first.

Shadow_7 03-14-2014 07:04 AM

01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Venus XT [Radeon HD 8870M]

http://support.amd.com/en-us/downloa...Linux%20x86_64

There should be packages in the distro for this driver. Check for fglrx and amdcccle packages. Once installed there should be a kernel module (fglrx) and the libGL.so library will be AMDs version. If you wish to use other drivers like radeon or an Nvidia card you will have to undo the libGL.so swappage. Which is best done by distro supplied means.

http://fedoraproject.org/


All times are GMT -5. The time now is 09:56 PM.