View Single Post
Old 04-07-2020, 03:02 PM   #23
Banjo
Zealot
Banjo , Klaatu Barada Niktu!Banjo , Klaatu Barada Niktu!Banjo , Klaatu Barada Niktu!Banjo , Klaatu Barada Niktu!Banjo , Klaatu Barada Niktu!Banjo , Klaatu Barada Niktu!Banjo , Klaatu Barada Niktu!Banjo , Klaatu Barada Niktu!Banjo , Klaatu Barada Niktu!Banjo , Klaatu Barada Niktu!Banjo , Klaatu Barada Niktu!
 
Banjo's Avatar
 
Posts: 120
Karma: 5276
Join Date: Feb 2013
Device: Asus Zen Pad
There is a video group.

Code:
[poobah@BSKMageia ~]$ getent group | grep video
video:x:82:
[root@BSKMageia poobah]# usermod -a -G video poobah
[poobah@BSKMageia ~]$ groups poobah
poobah : poobah video
That didn't help.

Here is the output from the glxinfo command

Code:
[poobah@BSKMageia ~]$ LIBGL_DEBUG=verbose glxinfo | grep -iE "opengl|^direct|^libgl|^glx|^client"
direct rendering: Yes
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
GLX version: 1.4
GLX extensions:
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 9600 GT/PCIe/SSE2
OpenGL core profile version string: 3.3.0 NVIDIA 340.108
OpenGL core profile shading language version string: 3.30 NVIDIA via Cg compiler
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.3.0 NVIDIA 340.108
OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 NVIDIA 340.108 340.108
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.00
OpenGL ES profile extensions:
I ran strace against sigil, and it made a huge output file. Not sure where to start looking.

Bash can't find ptrace. Don't know where to get it.

I am suspicious of having multiple versions of Qt on this system. I have been using this computer for a number of months to help wring out the Mageia pre-release software, called the Cauldron. It is very unstable software generally, but now that Mageia 7 has been released it should be functionally equivalent to the released version.

However, that said, who knows what kind of detritus got left behind.

I listed all of the packages on the system with 'qt' in the name. It is almost all qt5. Here are some errant packages that did show up.

Code:
qt4-common-4.8.7-26.mga7
qt3-common-3.3.8b-47.mga7
lib64qt3-3.3.8b-47.mga7
lib64qt4-database-plugin-sqlite-4.8.7-26.mga7
Still looking.
Banjo is offline   Reply With Quote