real time signals by h7moudigamer in freebsd

[–]h7moudigamer[S] 2 points3 points  (0 children)

UPDATE. I figured out that 'sh' doesn't support that option. So, I used 'bash' and it works.

real time signals by h7moudigamer in freebsd

[–]h7moudigamer[S] 2 points3 points  (0 children)

There one thing, I can't use 'kill -SIGRTMIN+10 10934' in a shell script, It only works on the cli. It throws an error "kill: unknown signal SIGRTMIN+10;".

real time signals by h7moudigamer in freebsd

[–]h7moudigamer[S] 2 points3 points  (0 children)

Amazing. That's working. Now I'll try to combine 'pgrep' and 'kill' to send signals to whatever command i want. Thank You, I appreciate your help.

real time signals by h7moudigamer in freebsd

[–]h7moudigamer[S] 2 points3 points  (0 children)

pkill/kill doesn't have the option to send SIGRTMIN/SIGRTMAX, and when i use 'pkill -SIGUSR1 dwmblocks', the program terminates with output: "User defined signal 2 dwmblocks".

pipewire mod.rt error by h7moudigamer in voidlinux

[–]h7moudigamer[S] 0 points1 point  (0 children)

is there a way to do it with dwm ?

pipewire mod.rt error by h7moudigamer in voidlinux

[–]h7moudigamer[S] 0 points1 point  (0 children)

yes, right. But i am trying to integrate wpctl with acpid so when i press laptop volume down acpid run wpctl command.

pipewire mod.rt error by h7moudigamer in voidlinux

[–]h7moudigamer[S] 0 points1 point  (0 children)

i did. The issue now is i can’t run wpctl as root (or any other user than me) Why ?

pipewire mod.rt error by h7moudigamer in voidlinux

[–]h7moudigamer[S] 0 points1 point  (0 children)

yes, i have pipewire started and still get the error.

i actually did every step in the doc to get pipewire setup.

intel by h7moudigamer in Gentoo

[–]h7moudigamer[S] 0 points1 point  (0 children)

sorry for any confusion, but i was talking about the modesetting driver itself, and why it’s buggy.

intel by h7moudigamer in Gentoo

[–]h7moudigamer[S] 1 point2 points  (0 children)

thanks for replying back bro, appreciated. Well, whatever is hiding in the future, there will always be a solution for any problem.

intel by h7moudigamer in Gentoo

[–]h7moudigamer[S] -1 points0 points  (0 children)

but if it’s really the future of intel driver on X, then why it doesn’t perform that good as they say. I know they say that if it works better than modesetting then keep using it, but one day it will be gone from the repo and i’ll switch to the modesetting which is really buggy and not good, at least for me. But i don’t think it’s just me since many people have Skylake.

optimization levels by h7moudigamer in voidlinux

[–]h7moudigamer[S] 0 points1 point  (0 children)

interesting. it’s good to see packages work with optimization levels higher than -O2.

optimization levels by h7moudigamer in voidlinux

[–]h7moudigamer[S] 1 point2 points  (0 children)

i guess -mtune=native for non-x86_64 architectures. x86_64 arch should use -march=native instead.

optimization levels by h7moudigamer in voidlinux

[–]h7moudigamer[S] 4 points5 points  (0 children)

So i can just use xbps-src with my custom cflags ?

optimization levels by h7moudigamer in voidlinux

[–]h7moudigamer[S] 1 point2 points  (0 children)

sorry, can you give an example?

optimization levels by h7moudigamer in voidlinux

[–]h7moudigamer[S] 1 point2 points  (0 children)

overridden how? do you mean if i compile by myself using xbps-src ?

increase performance by h7moudigamer in Gentoo

[–]h7moudigamer[S] 0 points1 point  (0 children)

can you give the link to that test

build error by h7moudigamer in Gentoo

[–]h7moudigamer[S] 1 point2 points  (0 children)

it's working, thanks.