VMware Cloud Community
EdOfTheMountai1
Contributor
Contributor

Red Hat (RHEL5.2): OpenGl, SDL app Error: BadFont, GLX, X_GLXUseXFont

Any thoughts on this error are much appreciated as I am Linux / OpenGl newbie.

On my physical RHEL 5.2 machine, a lot of OpenGl related problems were solved after updating to the latest Nvidia drivers. However, I could be missing some lib dependency on my guest VM that I forgot I had installed on the physical machine. I am hoping there is a solution as I can not update VM video drivers as far as I know.

Same problem on both Fusion 2.0.4 and Workstation 6.5.2 hosts on two different host machines.

Thanks in advance for your time and consideration,

-Ed

0 Kudos
3 Replies
wila
Immortal
Immortal

Hi,

OpenGL hardware acceleration is not supported in Linux guests.

The only OpenGL that works in linux guests is software rendering.

Not sure what you are trying to do, is this a physical to virtual conversion?

--

Wil

_____________________________________________________

Visit the VMware developers wiki at http://www.vi-toolkit.com

| Author of Vimalin. The virtual machine Backup app for VMware Fusion, VMware Workstation and Player |
| More info at vimalin.com | Twitter @wilva
0 Kudos
Texiwill
Leadership
Leadership

Hello,

Your application must support software OpenGL... CHeck out Mesa it may do what you need.


Best regards,
Edward L. Haletky
VMware Communities User Moderator, VMware vExpert 2009, DABCC Analyst
====
Author of the books 'VMware vSphere(TM) and Virtual Infrastructure Security: Securing ESX and the Virtual Environment' available for pre-order now
'VMWare ESX Server in the Enterprise: Planning and Securing Virtualization Servers', Copyright 2008 Pearson Education.
SearchVMware Pro|Blue Gears|Top Virtualization Security Links|Virtualization Security Round Table Podcast

--
Edward L. Haletky
vExpert XIV: 2009-2023,
VMTN Community Moderator
vSphere Upgrade Saga: https://www.astroarch.com/blogs
GitHub Repo: https://github.com/Texiwill
0 Kudos
EdOfTheMountai1
Contributor
Contributor

I really do not need hardware OpenGl support. My application is not that demanding and software rendering is fine. I am doing som text printing on the screen for a heads-up-display. I think this is what it is complaining about. I get the same error on a fresh VM install in Parallels and it does have OpenGl hardware support. Perhaps this is better to ask the question on an OpenGl support. I may try commenting out the drawing text code and see if it quits complaining.

Thank you for your time!

-Ed

PS. And thanks to Edward as well, I will check out Mesa.

0 Kudos