Luke Short

Results 301 comments of Luke Short

Mesa 24.0 is now available in the Arch Linux repositories but NVK is still disabled and hidden behind an experimental build flag.

Mesa 24.1 is slated to come out on 2024-05-01 which might finally enable NVK by default. https://docs.mesa3d.org/release-calendar.html As it is today, we can test with `linux-t2` and [vulkan-nouveau-git](https://aur.archlinux.org/packages/vulkan-nouveau-git).

Confirmed: NVK will be enabled by default in Mesa 24.1.0! https://www.phoronix.com/news/Mesa-NVK-Vulkan-Conformant

NVK recommends using Zink for OpenGL instead of nouveau. ``` $ sudo vim /etc/environment __GLX_VENDOR_LIBRARY_NAME=mesa MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink ``` Eventually, older GPUs (Kepler through Maxell) will be fully supported. Until then,...

We need to change this line in our README.md file to include NVIDIA: ``` Open source OpenGL and Vulkan drivers are installed for AMD, Intel, VirtualBox, and VMware graphics. ```

The GSP firmware can be enabled for all NVIDIA devices by setting this kernel boot argument: `nouveau.config=NvGspRm=1` https://lists.freedesktop.org/archives/nouveau/2023-September/043193.html

Since we are using Wayland by default now and the open source Mesa drivers for NVIDIA have greatly improved, we can remove the `xf86-video-nouveau` package from being installed in the...

I had to switch my ASUS RT-AX86U router to use WPA2 and WPA3 for Wi-Fi authentication (it was previously only set to WPA2). Otherwise, I could not connect to either...

I am encountering this issue as well. When I tried to boot a live Linux image, it does not work with the "USB Configuration" set to "DRD" in the BIOS....

This issue seems to be specifically when a package of the same name but different architectures (x86_64 and i686, in this case) are installed together in a container image.