User avatar
mrpi64
Posts: 931
Joined: Sat Feb 16, 2013 5:13 pm

uhhh... HOW DO I INSTALL GLX VISUALS? CAN I AT ALL???

Fri May 17, 2013 5:48 pm

How the heck do i install GLX visuals to go with opengl? can i for the pi's OS (reccomended debian), or can't I? plz help me install them (if possible :()

thanks for any help,
mrpi64
I'm happy to help.
https://www.raspberrypi.org/forums/viewtopic.php?f=78&t=51794 - List of games that work on the Pi.

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: uhhh... HOW DO I INSTALL GLX VISUALS? CAN I AT ALL???

Thu May 30, 2013 8:03 am

Code: Select all

sudo apt-get install libgl1-mesa-swx11
I may have a confirmation that does indeed work. Speed is
unusable though , i guess.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26659
Joined: Sat Jul 30, 2011 7:41 pm

Re: uhhh... HOW DO I INSTALL GLX VISUALS? CAN I AT ALL???

Thu May 30, 2013 8:18 am

mrpi64 wrote:How the heck do i install GLX visuals to go with opengl? can i for the pi's OS (reccomended debian), or can't I? plz help me install them (if possible :()

thanks for any help,
mrpi64
Can you please avoid use of capitals in thread titles please - it's too shouty for those of us of a nervous disposition. This one would have been OK with just

"How do I install GLX Visuals"
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

User avatar
DaveDriesen
Posts: 113
Joined: Sun Mar 31, 2013 8:28 pm
Location: Top of the food chain
Contact: Website

Re: uhhh... HOW DO I INSTALL GLX VISUALS? CAN I AT ALL???

Thu May 30, 2013 1:07 pm

Hi,

The Pi uses a subset of OpenGL known as OpenGL ES (OpenGL for Embedded Systems). Make no mistake, OpenGL ES is very powerful.

However, GLX is not supported on OpenGL ES; GLX is purely an OpenGL extension to X.

(The OpenGL ES "equivalent" of GLX is EGL. I've not gotten around to meddling with it on the Pi).

What you're doing with swx11, is software rendering. That's ok, whatever works!

Dave Driesen
Linux dev and oldskool elite

Return to “Troubleshooting”