ggerganov / kbd-audio

🎤⌨️ Acoustic keyboard eavesdropping
https://ggerganov.github.io/keytap
MIT License
8.49k stars 583 forks source link

Failed to initialize OpenGL loader! #21

Closed 1nulled0 closed 5 years ago

1nulled0 commented 5 years ago

Hi , Amazing idea.

i'm running A Kali-Linux and setup process was alright. but , getting " Failed to initialize OpenGL loader! " while trying to :

Usage: ./view-gui record.kbd

Found 1 playback devices:

$ glxinfo | grep rendering direct rendering: Yes


Not sure what is that i'm missed .

ggerganov commented 5 years ago

Not sure what is the issue. What happens if you do:

$ LIBGL_ALWAYS_SOFTWARE=1 ./view-gui record.kbd

1nulled0 commented 5 years ago

@ggerganov ...

Thanks A Lot.

Using LIBGL_ALWAYS_SOFTWARE=1 .. it worked .