Karl Tarbe
Karl Tarbe
I suggest to use the `-o` flag for now. This is available in the master branch. This does the blurring only once at the startup. The blurring still uses OpenGL...
There is also issue #6. To summarize the discussion there: Please try to use `--nofork`.
> I can only restore my system with a hard reboot. Can't you use CTRL+ALT+FX to switch to a different tty and then issue `sudo killall i3lock`?
After an hour of googling. I can say that this probably is a driver or configuration bug. Some people got rid of a similar error message by checking if they...
Hi, There are some stuff in file blur.c, which can be enabled by defining DEBUG_GL. This can be done by adding -DDEBUG_GL to CPPFLAGS in makefile. Find line: CPPFLAGS +=...
I looked at my code a little found out that actually there was a programming error on my part, which might trigger the crash by using ati driver. I did...
Probably the driver does something funky with the process ID. And after a fork the process ID changes. To be more accurate: parent process will open up a connection to...
I have found similar problems with other software as well. I will look into it in the coming weeks.
I know of a few other programs that do not get properly blurred. For example, the terminal emulator I use: termite. For some reason I am not able to get...
That indeed is a nasty corruption. Only thing I can do is to recheck, If I close all the OpenGL resources correctly. However I am not able to do it...