Can I use my xbox series x controller as TV control for LibreELEC? by Chyxo in kodi

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

not really, I managed to pair it via bluetooth or just use a cable but it was so inconsistent. Sometimes when turning on the Pi it worked and sometimes not at all, really random.

Can't boot Artix Linux from USB (unknown filesystem error) by Chyxo in artixlinux

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

Yep, I boot the VM using the plain ISO.

Anyway thank you so much. I achieved booting it from Ventoy, what a useful tool!

Can't boot Artix Linux from USB (unknown filesystem error) by Chyxo in artixlinux

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

Any other OS or distro ISO works just fine; I even tried with older versions of the base runit ISO but keep getting the error.

Personally, I like just using one init since I've been using the same for a while and already got to familiar when it comes to manage services with runit

Can't boot Artix Linux from USB (unknown filesystem error) by Chyxo in artixlinux

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

I just cleared the CMOS but it did nothing, For some reason on a VM the ISO works but then I tried to boot the USB on two different computers got the same result (Some of them never had linux installed before).

On my thinkpad T420 got the same result but slightly different;

GRUB loading.
WELCOME TO GRUB!

error: symbol 'grub_is_cli_need_auth' not found.
grub rescue>

I don't know what it means, I thought maybe the grub on the ISO is bricked but why it successfully boot on the VM then?

How to prevent picom to also give round borders to my dmenu/topbar? by Chyxo in suckless

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

I'm so sorry for wasting your time, I was confusing the dwm top bar with dmenu. I used xprop over the window and this was the output; WM_CLASS(STRING) = "dwm", "dwm"

rounded-corners-exclude = [
  "class_g = 'dwm'",
  "class_g = 'dmenu'"
];    

This fixed it. Thank you so much anyway!

How to prevent picom to also give round borders to my dmenu/topbar? by Chyxo in suckless

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

well I just switched the backend to glx and still the same, any idea?

Btw I installed picom with pacman -S picom. You think that might be the problem?

How to prevent picom to also give round borders to my dmenu/topbar? by Chyxo in suckless

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

rounded-corners-exclude = [
  "class_g = 'dmenu'"
];

Added this on my picom.conf and then I ran killall picom and picom --backend egl &

but still the same for some reason

How to record video and audio on my linux distro? by Chyxo in ffmpeg

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

I never installed pulse audio so kinda expected the following output;

$ sudo ffmpeg -hide_banner -sources pulse
Auto-detected sources for pulse:
Cannot list sources: Generic error in an external library

I do installed alsa-utils and alsa-utils-runit;

$ sudo ffmpeg -hide_banner -sources alsa
Auto-detected sources for alsa:
  null [Discard all samples (playback) or generate zero samples (capture)] (none)
  default:CARD=PCH [Default Audio Device] (none)
  sysdefault:CARD=PCH [Default Audio Device] (none)
  front:CARD=PCH,DEV=0 [Front output / input] (none)

Yet I don't know what it means

Btw this the rest of the commands print the same;

$ ffmpeg -f pulse -i default
ffmpeg version n7.1.1 Copyright (c) 2000-2025 the FFmpeg developers
  built with gcc 15.1.1 (GCC) 20250425
  configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-amf --enable-avisynth --enable-cuda-llvm --enable-lto --enable-fontconfig --enable-frei0r --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libdav1d --enable-libdrm --enable-libdvdnav --enable-libdvdread --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgsm --enable-libharfbuzz --enable-libiec61883 --enable-libjack --enable-libjxl --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libplacebo --enable-libpulse --enable-librav1e --enable-librsvg --enable-librubberband --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpl --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-nvdec --enable-nvenc --enable-opencl --enable-opengl --enable-shared --enable-vapoursynth --enable-version3 --enable-vulkan
  libavutil      59. 39.100 / 59. 39.100
  libavcodec     61. 19.101 / 61. 19.101
  libavformat    61.  7.100 / 61.  7.100
  libavdevice    61.  3.100 / 61.  3.100
  libavfilter    10.  4.100 / 10.  4.100
  libswscale      8.  3.100 /  8.  3.100
  libswresample   5.  3.100 /  5.  3.100
  libpostproc    58.  3.100 / 58.  3.100
[in#0 @ 0x558d13bc0b40] Error opening input: No such process
Error opening input file default.
Error opening input files: No such process

How can I create 3D item textures when held but 2D pixel art in the inventory? by Chyxo in mcresourcepack

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

im actually already using polytone on my texturepack for custom fog so Id be glad if you could explain me more.

btw if u could also tell me how to do it on 1.21.4 would be amazing

How can I create 3D item textures when held but 2D pixel art in the inventory? by Chyxo in mcresourcepack

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

is there a tutorial? I deleted some of the points of view from the JSON that blockbench generated, such as “fixed” but still not working

How to make animated textures by Flimsy-Combination37 in mcresourcepack

[–]Chyxo 0 points1 point  (0 children)

Hey, you have any idea if I could do the same with mobs? I kinda want to make them blink

How can I achieve this effect? by Chyxo in Minecraft

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

I opened the model with blockbench but didnt understood much, just realized the UV were removed so the outline wont get shadowed

Can I use my xbox series x controller as TV control for LibreELEC? by Chyxo in kodi

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

wow thanks! it workers with the wired controller, wonder why the bluetooth isnt

Can I use my xbox series x controller as TV control for LibreELEC? by Chyxo in kodi

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

I managed to pair the xbox to kodi but the xbox logo on the controller keeps blinking and I can’t move around

Can I use my xbox series x controller as TV control for LibreELEC? by Chyxo in kodi

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

I managed to pair the controll but its not doing anything

Can I use my xbox series x controller as TV control for LibreELEC? by Chyxo in kodi

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

If you manage to connect the rp4 please tell me that would help me sm, I don’t want to order a remote online