Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakra/nvidia-vulkan
Gentoo Portage overlay for NVIDIA vulkan beta drivers
https://github.com/kakra/nvidia-vulkan
driver ebuilds gentoo gentoo-overlay gentoo-portage-overlay nvidia vulkan
Last synced: 3 months ago
JSON representation
Gentoo Portage overlay for NVIDIA vulkan beta drivers
- Host: GitHub
- URL: https://github.com/kakra/nvidia-vulkan
- Owner: kakra
- Created: 2018-10-13T16:58:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T01:30:11.000Z (about 3 years ago)
- Last Synced: 2023-04-11T15:38:12.318Z (over 1 year ago)
- Topics: driver, ebuilds, gentoo, gentoo-overlay, gentoo-portage-overlay, nvidia, vulkan
- Language: Shell
- Homepage:
- Size: 290 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NVIDIA Vulkan Beta drivers for Gentoo
=====================================Please read https://developer.nvidia.com/vulkan-driver first.
To use this overlay, run
```bash
emerge -n app-eselect/eselect-repository dev-vcs/git
eselect repository add nvidia-vulkan git https://github.com/kakra/nvidia-vulkan.git
emaint sync -r nvidia-vulkan
```Please ensure that the repository stays in sync. You may use these commands:
```
emaint sync -r nvidia-vulkan # just this repository
# OR
emaint sync -A # all repositories
# OR
emaint sync -a # all auto-sync repositories
```To sync automatically with your usual portage sync, ensure auto-sync is enabled for
this repository. Auto-sync defaults to true, if in doubt, check `man portage`.After the repository is synced, unmask/mask as appropriate.
These drivers are checked with the Vulkan GPUinfo diagnostic software. You can see my
submitted entries here:https://vulkan.gpuinfo.org/listreports.php?submitter=hurikhan77