You are not logged in.

#51 2021-06-25 21:12:38

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

When I try to require both glx and dual_kawase it still says I need experimental backends.

[ 06/26/2021 00:11:32.958 get_cfg WARN ] Dual-kawase blur is not implemented by the legacy backends, you must use the `experimental-backends` option.
[ 06/26/2021 00:11:33.682 session_init FATAL ERROR ] Failed to initialize the backend

Offline

#52 2021-06-25 21:13:27

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

Yes. So?

Offline

#53 2021-06-25 21:16:30

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

Apparently, it doesn't run without the experimental backends.

Offline

#54 2021-06-25 21:17:07

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

No. So?

Offline

#55 2021-06-25 21:23:14

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

So I need the experimental backends. But when I try to use them it tries to use the xrender backend, which is a legacy backend.

$ DRI_PRIME=1 picom --experimental-backends --blur-method=dual_kawase
[ 06/26/2021 00:21:02.645 create_blur_context WARN ] Blur method 'dual_kawase' is not compatible with the 'xrender' backend.

with no other configuration.

Offline

#56 2021-06-25 21:23:48

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

Not sure if I am doing something wrong or it is a picom bug.

Offline

#57 2021-06-25 21:26:07

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

Did you uncomment "#backend = "glx";"?
Is that file you posted actually ~/.config/picom.conf?
What if you run "DRI_PRIME=1 picom --experimental-backends --blur-method=dual_kawase --backend glx"?

Offline

#58 2021-06-25 21:29:00

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

My config currently:

   11 frame-opacity = 1.0;
   10
    9 #corner-radius = 20;
    8
    7 #rounded-corners-exclude = [
    6 # "class_g='dwm'",
    5 # "class_g='dmenu'",
    4 #];
    3
    2 blur-background-exclude = ["class_g='firefox'"];
    1
  12  #blur:
    1 #{
    2 # method = "dual_kawase";
    3 # #kernel = "11x11gaussian";
    4 # size = 2;
    5 # deviation = 5.0;
    6 #};
    7
    8 #backend = "glx";
~
~

Offline

#59 2021-06-25 21:30:15

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

❯ DRI_PRIME=1 picom --experimental-backends --blur-method=dual_kawase --backend glx
[ 06/26/2021 00:29:44.262 glx_init ERROR ] GLX_EXT_texture_from_pixmap is not supported by your driver
[ 06/26/2021 00:29:44.262 initialize_backend FATAL ERROR ] Failed to initialize backend, aborting...

Offline

#60 2021-06-25 21:31:08

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

Does "picom --experimental-backends --blur-method=dual_kawase --backend glx" run on the intel chip?

Offline

#61 2021-06-25 21:31:58

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

Ok so with my Intel GPU it did run.

Offline

#62 2021-06-25 21:33:04

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

It actually performs really well.

Offline

#63 2021-06-25 21:40:43

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Xorg cannot find amdgpu devices

Please don't bump. Edit your posts to add stuff if nobody replied.

Of course the dual kawase blur performs much better that a large scale gaussian blur.
This reddit has some links, https://www.reddit.com/r/gamemaker/comm … sian_blur/

The "GLX_EXT_texture_from_pixmap is not supported by your driver" thing seems a bit weird because the glxinfo in #36 says otherwise…

Offline

#64 2021-06-25 21:42:25

vtimofei
Member
Registered: 2021-04-03
Posts: 38

Re: [SOLVED] Xorg cannot find amdgpu devices

Thanks a lot for all the help, I will be using this configuration to run my picom.

Offline

Board footer

Powered by FluxBB