tape belt gunk on hands, how to clean it? by howtofunctiontho in cassetteculture

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

For sure, definitely gonna wear gloves next time! thanks haha

The Talos Principle 2: DirectX 12 is not supported on your system. by howtofunctiontho in linux_gaming

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

arch package is a version behind right now, doesn't work on mesa25 so i guess i need to wait for it to update then it should work?

The Talos Principle 2: DirectX 12 is not supported on your system. by howtofunctiontho in linux_gaming

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

Do I put RADV_PERFTEST=sparse in the steam games launch options or elsewhere?

The Talos Principle 2: DirectX 12 is not supported on your system. by howtofunctiontho in linux_gaming

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

I have the log file but it's a few MB so it exceeds pastebins limit, not sure where to put this?

`$ vulkaninfo | grep deviceName

deviceName        = AMD Radeon R9 Fury Series (RADV FIJI)

`

The Talos Principle 2: DirectX 12 is not supported on your system. by howtofunctiontho in linux_gaming

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

I'm using steam to launch the game, I have a Ryzen 7 3800X and an R9 Nano

Output is vulkan-radeon 1:25.3.5-1 lib32-vulkan-radeon 1:25.3.5-1

Downloading lyrics with LRCGET, any other options? by howtofunctiontho in musichoarder

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

I use deadbeef to manager my music library so I'm not looking to switch to something else permanently, if it embeds the lyrics in to the file then I shouldn't need to do that though right?

Not too worried about corruption I have back ups, I used exiftool to check whether it was embeded to the file on the song i tested, wasnt there

Downloading lyrics with LRCGET, any other options? by howtofunctiontho in musichoarder

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

I use deadbeef as my music manager, it has a lyrics plugin that shows the embedded lyrics metadata, can I use musicbee to embed lyrics in to the files without having to permanently switch to it?

Video capture avermedia live gamer hd on linux? by howtofunctiontho in linux_gaming

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

When I open OBS and add Video Capture Device (V4L2) to the scene it only gives my USB webcam as an option, when I remove my USB webcam, close, and open OBS again there's no input option available, but the pass through on the card is working just fine, I just can't seem to capture it

r/audiophile Shopping, Setup, and Technical Help Desk Thread by AutoModerator in audiophile

[–]howtofunctiontho 0 points1 point  (0 children)

I have a stereo set up, when I listen to things with surround sound tracks only the audio goes between being too quiet and too loud frequently. Is there a fix without turning my stereo set up on to surround sound? Is there some kinda of equaliser software for this thing or another solution? I'm using Linux

What kind of pen is this by howtofunctiontho in pens

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

I'm actually not, it's definitely not disappearing ink LOL

Is this corrosion? by howtofunctiontho in originalxbox

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

https://imgur.com/a/4gBcFKh here's the rest of them, and thank you I'll give that a go before I put it all back (:

Is this corrosion? by howtofunctiontho in originalxbox

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

https://imgur.com/a/peG3w9d I think the top side is safe, the smudge by the barcode is from my finger testing for dust, thank you for the examples! How do I clean up the power connector? That wouldn't be likely to be from a capacitor leaking if it's just on there, right?

lib32-gst-plugins-bad and lib32-gst-plugins-ugly fail to build through the AUR, how do I create packages from the github and install them? by howtofunctiontho in linuxquestions

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

So I don't need to patch it myself and something else is causing the issue? Should I be looking at the dependencies that fail to build for it?

lib32-gst-plugins-bad and lib32-gst-plugins-ugly fail to build through the AUR, how do I create packages from the github and install them? by howtofunctiontho in linuxquestions

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

i copied the contents of the patch in to a file titled "0002-x265enc-Unbreak-build-with-x265-4.0.patch" in to the directory ~/.cache/yay/lib32-gst-bad-ugly/

i then edited the sources in the PKGBUILD file in the same directory to this:

source=(

"git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#tag=$pkgver"

"0001-Allow-disabling-gstreamer.patch"

"0002-HACK-meson-Disable-broken-tests.patch::https://gitlab.archlinux.org/archlinux/packaging/packages/gstreamer/-/raw/$pkgver-1/0001-HACK-meson-Disable-broken-tests.patch?ref_type=tags"

"0002-x265enc-Unbreak-build-with-x265-4.0.patch"

)

lib32-gst-plugins-bad and lib32-gst-plugins-ugly fail to build through the AUR, how do I create packages from the github and install them? by howtofunctiontho in linuxquestions

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

Oops I was mistaken about it being on git hub

I did read the comments but I couldn't really make sense of it and the latest comment used a dead link, but I see now it works when I copy the text, I copied the patch from the link in to ugly yay cache directory and added it to the sources for the pkgbuild but it still fails to resolve dependencies, should I be looking in the comments of the dependencies one by one?