mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Added Hyprland Nvidia Patch (#234)
* Added Hyprland Nvidia Patch * Backtrack tofi from useful-utilities/app-launchers * added driver info
This commit is contained in:
parent
79694172db
commit
880ff2c16e
2 changed files with 15 additions and 1 deletions
|
@ -8,6 +8,20 @@ Every card seems to be random, and might work perfectly, or not work at all.
|
||||||
|
|
||||||
Nevertheless, it's recommended to at least try this tutorial.
|
Nevertheless, it's recommended to at least try this tutorial.
|
||||||
|
|
||||||
|
## Hyprland Nvidia Patch (Arch only) (Unofficial)
|
||||||
|
```sh
|
||||||
|
hyprland-nvidia (AUR)
|
||||||
|
hyprland-nvidia-git (AUR)
|
||||||
|
```
|
||||||
|
{{< hint type=warning >}}
|
||||||
|
Hyprland Nvidia Patch is **NOT** an official patch and is not maintained by us.
|
||||||
|
If you have any concerns (updates, broken pkgbuild, etc), you should contact the maintainer.
|
||||||
|
{{< /hint >}}
|
||||||
|
|
||||||
|
{{< hint type=important >}}
|
||||||
|
`nvidia-dkms` is still **required** to run this patch, Install the `nvidia-dkms` driver and add it to your initramfs & kernel parameters before running. You should still however read the content below to make sure the patch is properly working and to avoid any bugs/crashes.
|
||||||
|
{{< /hint >}}
|
||||||
|
|
||||||
## How to get Hyprland to possibly work on Nvidia
|
## How to get Hyprland to possibly work on Nvidia
|
||||||
|
|
||||||
Install the `nvidia-dkms` driver and add it to your initramfs & kernel parameters.
|
Install the `nvidia-dkms` driver and add it to your initramfs & kernel parameters.
|
||||||
|
|
|
@ -19,4 +19,4 @@ Fuzzel is an application launcher for wlroots based Wayland compositors, similar
|
||||||
[Codeberg](https://codeberg.org/dnkl/fuzzel)
|
[Codeberg](https://codeberg.org/dnkl/fuzzel)
|
||||||
|
|
||||||
For a more comprehensive list of launchers, check
|
For a more comprehensive list of launchers, check
|
||||||
[awesome-hyprland](https://github.com/hyprland-community/awesome-hyprland#runners-menus-and-application-launchers).
|
[awesome-hyprland](https://github.com/hyprland-community/awesome-hyprland#runners-menus-and-application-launchers).
|
Loading…
Reference in a new issue