Code Monkey home page Code Monkey logo

Comments (6)

K1ngfish3r avatar K1ngfish3r commented on August 16, 2024 1

nouveau vulkan driver added in 41900

from distribution.

K1ngfish3r avatar K1ngfish3r commented on August 16, 2024

trying to launch DotA2 gives Failed to initialize vulkan
trying to launch lutris gives

INFO     2024-06-06 16:25:02,472 [application.do_command_line:479]:Starting Lutris 0.5.17
ERROR: [Loader Message] Code 0 : vkCreateInstance: Found no drivers!
Cannot create Vulkan instance.
This problem is often caused by a faulty installation of the Vulkan driver or attempting to use a GPU that does not support Vulkan.

the proprietary drivers work with flatpak steam, so you can try that, install them following this helpful guide from marioroy https://github.com/marioroy/nvidia-driver-on-clear-linux
I've tested ./install-drver latest

i@clr~ $ lspci -k | grep -iEA3 "VGA"
01:00.0 VGA compatible controller: NVIDIA Corporation AD103 [GeForce RTX 4070 Ti SUPER] (rev a1)
	Subsystem: ZOTAC International (MCO) Ltd. Device 4707
	Kernel driver in use: nouveau
	Kernel modules: nvidiafb, nouveau

EDIT: mesa shipped with clearlinux needs to add nouveau to -Dvulkan_drivers= under configure.

from distribution.

flowerseacar avatar flowerseacar commented on August 16, 2024

trying to launch DotA2 gives Failed to initialize vulkan trying to launch lutris gives

INFO     2024-06-06 16:25:02,472 [application.do_command_line:479]:Starting Lutris 0.5.17
ERROR: [Loader Message] Code 0 : vkCreateInstance: Found no drivers!
Cannot create Vulkan instance.
This problem is often caused by a faulty installation of the Vulkan driver or attempting to use a GPU that does not support Vulkan.

the proprietary drivers work with flatpak so you can try that, install them following this helpful guide from marioroy https://github.com/marioroy/nvidia-driver-on-clear-linux I've tested ./install-drver latest

i@clr~ $ lspci -k | grep -iEA3 "VGA"
01:00.0 VGA compatible controller: NVIDIA Corporation AD103 [GeForce RTX 4070 Ti SUPER] (rev a1)
	Subsystem: ZOTAC International (MCO) Ltd. Device 4707
	Kernel driver in use: nouveau
	Kernel modules: nvidiafb, nouveau

EDIT: mesa shipped with clearlinux needs to add nouveau to -Dvulkan_drivers= under configure.

I used this installation script before, and it installed successfully, but it changed wayland to x11. Now it won't change, but there are new problems. When I play cs2, the screen keeps flashing and the mouse is stuck. Forget it.

from distribution.

K1ngfish3r avatar K1ngfish3r commented on August 16, 2024

That's odd, you should be able to change the display server on the login screen. I can on GNOME and on KDE6

When I play cs2, the screen keeps flashing and the mouse is stuck

sudo -s
echo nvidia.NVreg_EnableGpuFirmware=0 >> /etc/kernel/cmdline.d/nvreg.conf
clr-boot-manager update
reboot

taken from https://forums.developer.nvidia.com/t/555-release-feedback-discussion/293652, you can confirm if it's applied using cat /proc/cmdline
Whenever I moved the mouse, it stuttered its way to the end point. This kernel parameter seems to fix it. I still get minor stutters though but ignorable.

from distribution.

flowerseacar avatar flowerseacar commented on August 16, 2024

That's odd, you should be able to change the display server on the login screen. I can on GNOME and on KDE6

When I play cs2, the screen keeps flashing and the mouse is stuck

sudo -s
echo nvidia.NVreg_EnableGpuFirmware=0 >> /etc/kernel/cmdline.d/nvreg.conf
clr-boot-manager update
reboot

taken from https://forums.developer.nvidia.com/t/555-release-feedback-discussion/293652, you can confirm if it's applied using cat /proc/cmdline Whenever I moved the mouse, it stuttered its way to the end point. This kernel parameter seems to fix it. I still get minor stutters though but ignorable.

Never mind, it's too disgusting, all I can say is fk nvidia

from distribution.

flowerseacar avatar flowerseacar commented on August 16, 2024

I think Nvidia's closed-source driver has a lot of problems, and there are many Linux versions. It's impossible to test them one by one. If they are not integrated into the kernel, various problems will occur. And my problem is not solved casually. His screen display is directly divided into two halves, and the mouse is stuck. I can't do it anymore, so I won't fix this closed-source driver.

from distribution.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.