karulont / i3lock-blur

i3lock with transparent blurring background
Other
93 stars 15 forks source link

fatal IO error 11 (Resource temporarily unavailable) on X server ":0" #16

Open AndreasBackx opened 7 years ago

AndreasBackx commented 7 years ago

Whenever I use i3lock -f my monitors blur for about 1 second, then unblur, and then it seems like it's frozen for a while. I cannot use my mouse, I cannot enter my password to unlock it, nothing seems to be giving any feedback. After a while it "unfreezes" and throws the following error:

XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
      after 4920 requests (4920 known processed) with 0 events remaining.

The amount of requests (4920) differs sometimes. Note that using i3lock by itself works just fine.

Some information about my machine:

If there's anything else you'd like to know, I can provide that.

This was tested on the master branch and on the version that's on AUR as of writing this issue which is 2.9-1.

anna328p commented 7 years ago

Bump

karulont commented 7 years ago

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 and is fast.

anna328p commented 7 years ago

Still same problem.

XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":1"
      after 1121 requests (1121 known processed) with 0 events remaining.
karulont commented 7 years ago

There is also issue #6. To summarize the discussion there: Please try to use --nofork.

faurehu commented 6 years ago

--nofork works one or two times before it freezes on the blurred screenshot and I can only restore my system with a hard reboot.

karulont commented 6 years ago

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?

faurehu commented 6 years ago

@karulont yes I can, just learned about this thanks :)