Lucy :3

u/30p87@feddit.org
21 posts · 6.4k comments

Recent posts

Recent comments

Doch, wenn es mit Profit in Bargeld für ihn endet. Glaube aber sogar die Lobbyangebote müssen in leichter Sprache verfasst werden.

"Menschen arbeiten, um Geld zu verdienen. Dabei dürfen sie höchstens x viele Stunden am Tag arbeiten. Das ist wegen Gesetz § XY. Dieses Gesetz ist ganz doof für uns (Sklavenhalter GmbH)! Wenn du dieses Gesetz abschaffst, geben wir dir 50 Millionen Euro."

The only component actually fucking up boot has been the NVidia driver. Otherwise, Arch with testing repos has never failed me for years on many devices.

If you want to have at least some thrill, use testing repos. I had to fix GitLab two (2) times due to the main package not being linked against testing libraries (it took 10 seconds to ln -s the new to the old version), and had one breakage due to dovecot revamping their whole config system, but publishing no example/useful docs.

on Beautifull · c/memes · 5 pts · 4d

And if it's a dudes ass, no body would even care - is what I would have said if I wasn't in a commited relationship with the fem"boy" with the best ass ever :3

on ich🤠iel · c/ich_iel · 1 pts · 6d

Ich habe nie damit aufgehört.

Die beiden sahen süß aus, so auf 1m² ins Auto gequetscht.

I've just always followed the Arch wiki, and never tried using Vulkan without vulkan-radeon on my one PC with an AMD card. The wiki states: "Install the mesa package, which provides both the DRI driver for 3D acceleration and VA-API/VDPAU drivers for accelerated video decoding." and "For Vulkan support install vulkan-radeon (lib32-vulkan-radeon for 32-bit applications).".The vulkan page itself says:

To run a Vulkan application, you will need to install the vulkan-icd-loader package (and lib32-vulkan-icd-loader from the multilib repository if you also want to run 32-bit applications), as well as Vulkan drivers for your graphics card(s). There are several packages providing a vulkan-driver and lib32-vulkan-driver:

    AMD: vulkan-radeon (or lib32-vulkan-radeon)
    Intel: vulkan-intel (or lib32-vulkan-intel)
    NVIDIA: there are two implementations:
        nvidia-utils (or lib32-nvidia-utils) - NVIDIA proprietary
        vulkan-nouveau (or lib32-vulkan-nouveau) - NVK (part of Mesa project)

The vulkan-radeon package provides the ICD (

# pacman -Qlq vulkan-radeon | grep -v '/$'
/usr/lib/libvulkan_radeon.so
/usr/share/drirc.d/00-radv-defaults.conf
/usr/share/licenses/vulkan-radeon/license.rst
/usr/share/vulkan/icd.d/radeon_icd.json

); so does nvidia-utils (

# pacman -Qlq nvidia-utils | grep -i icd | grep -v '/$'
/usr/share/vulkan/icd.d/nvidia_icd.json
/usr/share/vulkansc/icd.d/nvidia_icd_vksc.json
)

, but mesa does not.