KDE - OpenGL Issues - Is This Old Graphics Card Still Supported?

Hi,

Have a really old notebook where I installed openSUSE Tumbleweed KDE 64Bit.
Runs fairly well, but OpenGL is not working perfectly?

Graphics adapter is listed below.
How can I troubleshoot OpenGL graphic issues?

Let me know, thanks!

Jesse

jlp@new-host-3:~> su
Password: 
new-host-3:/home/jlp # glxinfo | grep OpenGL
No protocol specified
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset (CTG)
OpenGL version string: 2.1 Mesa 20.0.2
OpenGL shading language version string: 1.20
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 20.0.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
new-host-3:/home/jlp # inxi -Gxxz
Graphics:
  Device-1: Intel Mobile 4 Series Integrated Graphics vendor: Toshiba driver: i915 
  v: kernel bus ID: 00:02.0 chip ID: 8086:2a42 
  Display: x11 server: X.org 1.20.7 driver: modesetting unloaded: fbdev,vesa 
  alternate: intel compositor: kwin_x11 resolution: <xdpyinfo missing> 
  OpenGL: renderer: Mesa DRI Mobile Intel GM45 Express (CTG) v: 2.1 Mesa 20.0.2 
  direct render: Yes 
new-host-3:/home/jlp # 

Hi,

Sorry, I just saw an earlier post I made which was similar to this one…
I’ve got everything on the 8+ year old notebook working except this issue with OpenGL rendering…

Thanks!

Jesse

Hi
The card is what it is, if the application your trying to run needs a later version (> 2.1) then nothing you do with that hardware will work…

Also, please re-run the command as your user not root…

How does one determine one has a problem with OpenGL rendering?

# glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Q45/Q43 (ELK)
OpenGL version string: 2.1 Mesa 20.0.2
OpenGL shading language version string: 1.20
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 20.0.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
# inxi -SGxxza
System:    Kernel: 5.5.13-1-default x86_64 bits: 64 compiler: gcc v: 9.2.1
           parameters: root=foobarbaz noresume consoleblank=0 mitigations=auto
           Desktop: KDE Plasma 5.18.3 tk: Qt 5.14.1 wm: kwin_x11 dm: KDM Distro: openSUSE Tumbleweed 20200331
Graphics:  Device-1: Intel 4 Series Integrated Graphics vendor: Dell driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:2e12
           Display: x11 server: **X.Org 1.20.7 driver: modesetting** unloaded: fbdev,vesa alternate: intel compositor: kwin_x11
           resolution: 2560x1440~60Hz
           OpenGL: renderer: Mesa DRI **Intel Q45/Q43** (ELK) v: 2.1 Mesa 20.0.2 direct render: Yes

Hi
AFAIK it’s just the specs of the GPU model…


glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics P4000 (IVB GT2)
OpenGL core profile version string: 4.2 (Core Profile) Mesa 20.0.2
OpenGL core profile shading language version string: 4.20
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 20.0.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 20.0.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:

inxi -SGxxza
System:    Host: grover Kernel: 5.5.13-1-default x86_64 bits: 64 compiler: gcc v: 9.2.1 
           parameters: BOOT_IMAGE=/vmlinuz-5.5.13-1-default root=foobarbaz splash=silent 
           intel_iommu=on nvme_core.default_ps_max_latency_us=0 net.ifnames=0 quiet mitigations=auto 
           Desktop: Gnome 3.34.4 wm: gnome-shell dm: GDM Distro: openSUSE Tumbleweed 20200331 
Graphics:  Device-1: Intel Xeon E3-1200 v2/3rd Gen Core processor Graphics driver: i915 v: kernel bus ID: 00:02.0 
           chip ID: 8086:016a 
           Device-2: NVIDIA GK208B [GeForce GT 710] vendor: ZOTAC driver: vfio-pci v: 0.2 bus ID: 02:00.0 chip ID: 10de:128b 
           Device-3: NVIDIA GK208B [GeForce GT 710] vendor: ZOTAC driver: nvidia v: 440.64 bus ID: 05:00.0 chip ID: 10de:128b 
           Device-4: NVIDIA GK208B [GeForce GT 710] vendor: ZOTAC driver: nvidia v: 440.64 bus ID: 06:00.0 chip ID: 10de:128b 
           Display: x11 server: X.Org 1.20.7 driver: modesetting,nouveau unloaded: fbdev,vesa alternate: intel,nv,nvidia 
           compositor: gnome-shell resolution: 1920x1080~60Hz 
           OpenGL: renderer: Mesa DRI Intel HD Graphics P4000 (IVB GT2) v: 4.2 Mesa 20.0.2 compat-v: 3.0 direct render: Yes 

Hi,

Ok, I fixed the issue:
Problem was application window theme was not blurred and transparent.
(like Windows Vista/7)

I went into: /System Settings/Workspace Behavior/Desktop Effects/Blur
It was not fully enabled, clicking on full enable fixed the above issue…

Thanks, I am happy now!

Jesse