And donit in every compositor and hoping thatbthe project accept it, right?

|
smol_mazunki 2022-09-18 01:16:48
the compositor can also just blur everything, if that’s what you told the compositor to do
smol_mazunki 2022-09-18 01:17:02
under xorg, each window would implement blur slightly differently
smol_mazunki 2022-09-18 01:17:23
if you wanted to make your blur “thicker”, or “with a green shade”… that’s simply impossible to do under xorg
smol_mazunki 2022-09-18 01:17:40
without asking every single application to implement support for “thicker greenish shade”
Jamerive 2022-09-18 01:19:10
Ok, but then… You are taking your time to explain me that but I hope you explain me if it is posible to implement blur on a conpositor that does not support it?
smol_mazunki 2022-09-18 01:20:47
Jamerive 2022-09-18 01:19:10
Ok, but then… You are taking your time to explain me that but I hope you explain me if it is posible to implement blur on a conpositor that does not support it?

of course. just go into the wl_compositor implementation, and change the source code to include an if (surface.is_blurred) { apply_blur_to_region(surface.x, surface.y, surface.h, surfacy.w); }

smol_mazunki 2022-09-18 01:21:03
i’m oversimplifying it, but that’s basically it
smol_mazunki 2022-09-18 01:22:50
unixusergroup-50593.jpg
doesn’t seem like a PR would be accepted under sway, btw
Jamerive 2022-09-18 01:23:12
smol_mazunki 2022-09-18 01:20:47
of course. just go into the wl_compositor implementation, and change the source code to include an if (surface.is_blurred) { apply_blur_to_region(surface.x, surface.y, surface.h, surfacy.w); }

And donit in every compositor and hoping thatbthe project accept it, right?😂

smol_mazunki 2022-09-18 01:23:38
Jamerive 2022-09-18 01:23:12
And donit in every compositor and hoping thatbthe project accept it, right?😂

i mostly use a single compositor at the same time 🤷

smol_mazunki 2022-09-18 01:23:48
i use 999 different applications
smol_mazunki 2022-09-18 01:23:53
i’d rather have a single point of implementaiton
Jamerive 2022-09-18 01:23:54
That is insane!
smol_mazunki 2022-09-18 01:24:34
unixusergroup-50599.jpg
btw
smol_mazunki 2022-09-18 01:24:49
shaders could probably implement blur
smol_mazunki 2022-09-18 01:25:02
that’s even better than sway being responsible!
smol_mazunki 2022-09-18 01:26:29
unixusergroup-50602.jpg

smol_mazunki 2022-09-18 01:26:40
unixusergroup-50603.jpg

smol_mazunki 2022-09-18 01:27:17
unixusergroup-50604.jpg
yep.
smol_mazunki 2022-09-18 01:28:11
unixusergroup-50605.jpg
also basically this is why it’s not implemented in sway
Jamerive 2022-09-18 01:34:09
smol_mazunki 2022-09-18 01:24:49
shaders could probably implement blur

How know but I relaxed of thinking there is LONG way to wayland be adopted…

Jamerive 2022-09-18 01:34:10
Like
countMonth=0
while true:
If features = true & apps = true:
Break
print(“it really happened…”)
countMonth= countMonth+1
print(countMonth, “have passed since waiting for massive adoption”)

60 months later, the loop keep running!😂

smol_mazunki 2022-09-18 01:35:20
arewewaylandyet.com
Jamerive 2022-09-18 01:56:42
smol_mazunki 2022-09-18 01:35:20
arewewaylandyet.com

Mostly… So not yet…🫢

smol_mazunki 2022-09-18 01:57:02
Jamerive 2022-09-18 01:56:42
Mostly… So not yet…🫢

as i said, i’ve been using sway for ~2 years

smol_mazunki 2022-09-18 01:57:08
it works fine
smol_mazunki 2022-09-18 01:57:24
and now it “mostly” supports nvidia cards too
Jamerive 2022-09-18 01:57:43
smol_mazunki 2022-09-18 01:57:08
it works fine

I didn’t say it does not work.

smol_mazunki 2022-09-18 01:57:55
shrug
Jamerive 2022-09-18 01:58:16
smol_mazunki 2022-09-18 01:57:24
and now it “mostly” supports nvidia cards too

Vulkan?

smol_mazunki 2022-09-18 01:58:31
Jamerive 2022-09-18 01:58:16
Vulkan?

not sure about nvidia

smol_mazunki 2022-09-18 01:58:39
but probably yes
Jamerive 2022-09-18 01:58:50
But opensource or closed?
smol_mazunki 2022-09-18 01:59:02
i don’t use nvidia, so idk
smol_mazunki 2022-09-18 01:59:15
the only nvidia cards i use are running windows
|