<SOLVED>What is GLX Renderer?

Archived topics about LMDE 1 and LMDE 2
Locked
User avatar
Fred Barclay
Level 12
Level 12
Posts: 4185
Joined: Sat Sep 13, 2014 11:12 am
Location: USA primarily

<SOLVED>What is GLX Renderer?

Post by Fred Barclay »

Code: Select all

fred@aussie ~ $ inxi -Gx
Graphics:  Card: Advanced Micro Devices [AMD/ATI] RS690M [Radeon Xpress 1200/1250/1270] bus-ID: 01:05.0
           Display Server: X.Org 1.16.4 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1280x800@60.00hz
           GLX Renderer: Gallium 0.4 on ATI RS690 GLX Version: 2.1 Mesa 10.3.2 Direct Rendering: Yes
What does the GLX stuff mean? What is its purpose, is it provided by a packages, etc? Any insight is appreciated!
I've looked online but I can't find much info.
The reason I ask is because I have an installation of Kali on the same machine that behaves poorly in the graphics department--as in, I couldn't even login graphically (via console was fine) until a few hours ago, and even now it's not cooperating very well. I noticed that it gave N/A as the output on GLX Renderer and GLX Version; so I'm thinking that might be related. Since Betsy is doing nicely I'm comparing differences between the two.
Thanks!
Fred
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Image
"Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy."
- Albert Einstein
phd21
Level 20
Level 20
Posts: 10104
Joined: Thu Jan 09, 2014 9:42 pm
Location: Florida

Re: What is GLX Renderer?

Post by phd21 »

Hi Fred,

As I understand it, if your system and your video card can use the "openGL, GLX", then you can enjoy faster and much better video performance including desktop special effects, 3D effects, for gaming, etc... I provided a links below. Of course you must have the correct video drivers installed to be able to use this "video rendering" system. From what I have read, it is best to use the video card manufacturer's proprietary drivers for your current Linux System, if they have them.

Some video cards are so old (like mine), that you cannot even use this in the newer operating systems with GLX. Some people have had to stick with older versions of Linux Mint, like version 13 Maya, to take advantage of this "openGL", or upgrade their video card and other hardware, or find some type of workaround.

I have been able to use my Linux Mint 17.1 KDE and Kali Linux pretty well even without being able to load the "openGL", GLX, drivers. Of course I wish I had newer and better computer hardware to be able to do everything I would like to do and to utilize all the very cool special effects features of the various Linux operating systems including those Linux Mint offer.

GLX - Wiki information
https://en.wikipedia.org/wiki/GLX
=======================================================================================================

X.org-Edgers PPA
you can also add the X.org-Edgers PPA if you’re concerned about your graphics performance. This PPA will give you the absolute latest version of the X.org X display server, which is a part of the entire graphics stack. If you want better graphics performance, it’s important to keep the entire stack updated. You shouldn’t use this PPA if you use the proprietary graphics drivers.

Type in at the console terminal prompt each line one by one, or copy and paste each line:

sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update


Oibaf is a PPA that includes the very latest graphics drivers, and is updated virtually every day. This PPA is only helpful if you’re using the open source drivers rather than the proprietary nVidia or AMD drivers – proprietary drivers are not included.

Type in at the console terminal prompt each line one by one, or copy and paste each line:

sudo add-apt-repository ppa:oibaf/graphics-drivers
sudo apt-get update


FYI: Best 7 Ubuntu PPAs to add to your Linux installation
http://www.makeuseof.com/tag/top-7-ppas ... d-systems/



Hope this helps...
Phd21: Mint 20 Cinnamon & KDE Neon 64-bit Awesome OS's, Dell Inspiron I5 7000 (7573, quad core i5-8250U ) 2 in 1 touch screen
User avatar
Fred Barclay
Level 12
Level 12
Posts: 4185
Joined: Sat Sep 13, 2014 11:12 am
Location: USA primarily

Re: What is GLX Renderer?

Post by Fred Barclay »

Thanks, pdb21. :) Your info was a big help!
Image
"Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy."
- Albert Einstein
Locked

Return to “LMDE Archive”