-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blurring not working with fglrx #6
Comments
Hi, Find line: After recompiling (make clean; make), i3lock should print some additional info to stdout. |
Ok, here is what I get in stdout with ati: And this is what I get with intel (where it works as expected): Don't see how this could help, but I hope it will. |
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 a commit, which might fix it. |
Just did git pull and tested. It didn't work :/ Note that I also get those errors using LD_DEBUG=libs with other programs when I use ati card, (although the programs seem to work fine, like fgl_glxgears). |
@karulont I just found out that for some reason ./i3lock -f --nofork works fine for me even with catalyst drivers. That is weird as --norfork option is not required with i915 driver. |
Add support for Compose and dead-keys with libxkbcommon
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 Xserver and does some stuff. Then a fork happens and the child remains. However child has a different Process ID than the parent, which opened the connection to Xserver. |
I have a hybrid intel/amd laptop, which means I also have Intel and AMD GPUs.
When using intel, i3lock -f works as expected.
However when on AMD (using proprietary fglrx) it does not work. It blurs for a moment and then it probably crashes or something, as my screen is not locked and unblurred.
I don't know how to debug this, so any suggestion is appreciated.
The text was updated successfully, but these errors were encountered: