jarcode-foss / glava

GLava - OpenGL audio spectrum visualizer
GNU General Public License v3.0
1.17k stars 58 forks source link

glx issue glava #188

Open Martell0x1 opened 3 years ago

Martell0x1 commented 3 years ago

i have this issue after install glava and i have installed this packages:

libxcomposite-dev x11 packages libblocksruntime-dev

and i have this issue:

X Error of failed request: GLXBadFBConfig Major opcode of failed request: 152 (GLX) Minor opcode of failed request: 34 () Serial number of failed request: 58 Current serial number in output stream: 57

and my glxinfo | grep OpenGL output:

Screenshot_2021-02-09_16-17-46

i am running debian amd64

'uname -a' =

Linux debian 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 GNU/Linux

'screenfetch' =

Screenshot_2021-02-05_08-01-54

so i do not what i have to do now :(

githtz commented 3 years ago

Run glava --copy-config if not yet done. Edit ~/.config/glava/rc.glsl Seek for

#request setversion X Y
#request setshaderversion ABC

and try to set it up like

#request setversion 2 1
#request setshaderversion 120

I have no idea if this works, but it's worth a try I guess :)