summary refs log tree commit diff
path: root/nixos/modules/hardware/video
Commit message (Collapse)AuthorAge
* nixos/nvidia: add vaapi supportJonathan Ringer2022-03-14
|
* treewide: remove obsolete kernel version checksAlyssa Ross2022-02-19
| | | | We don't support Linux kernels older than 4.4 in Nixpkgs.
* nixos/nvidia: remove obsolete GDM on Wayland assertionJan Tojnar2022-02-01
| | | | | | GDM enables Wayland on supported platforms automatically (see ${gnome.gdm}/lib/udev/rules.d/61-gdm.rules), so we removed the `gdm.nvidiaWayland` option. You will still need `hardware.nvidia.modesetting.enable = true;` with `nvidia` driver, though.
* amdgpu-pro: 17.40 -> 21.30Allen Short2021-12-21
|
* nixos/nvidia: check modesetting for gdm-wayland only when gdm is enabledJan Tojnar2021-11-30
| | | | Reported in https://github.com/NixOS/nixpkgs/pull/147153#issuecomment-982695772
* Revert "nixos/hidpi: add xserver dpi"Artturi2021-11-29
|
* Merge pull request #137157 from rebeccaskinner/fix/nvidia-settingsBernardo Meurer2021-11-16
|\ | | | | nixos/modules/hardware/video/nvidia: Fix incorrect reference to 'nvid…
| * nixos/modules/hardware/video/nvidia: Fix incorrect reference to 'nvidiaSettings'rebecca skinner2021-09-08
| | | | | | | | | | | | | | | | This patch fixes a bug caused by an incorrect reference to 'nvidiaSettings' rather than 'cfg.nvidiaSettings'. The bug caused the system to not build when using the nvidia drivers. Tested on my local machine.
* | nvidia: fix egl-wayland loadingCole Mickens2021-10-20
| |
* | nixos/nvidia: fix typo in PM assertTimothy DeHerrera2021-10-13
| |
* | nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|/
* nixos/nvidia: remove extra spacePhillip Cloud2021-09-01
|
* nixos/nvidia: fix missing variable referencePhillip Cloud2021-09-01
|
* nixos/nvidia: let user choose whether to install nvidia-settingsBernardo Meurer2021-08-30
|
* Merge pull request #116290 from aaronjanse/mar2021-hidpiArtturi2021-08-13
|\ | | | | nixos/hidpi: add xserver dpi
| * nixos/hidpi: add xserver dpiAaron Janse2021-03-14
| |
* | nixos/modules: assertion for required PM filesEdmund Wu2021-08-07
| |
* | nixos/nvidia: fix hardware.nvidia.package exampleNatan Lao2021-06-08
| |
* | nixos/video: remove obsolete ati modulesJonathan Ringer2021-05-21
| |
* | nixos/amdgpu: removeTredwellGit2021-03-24
|/ | | | https://github.com/NixOS/nixpkgs/pull/111551#issuecomment-802082766
* nixos/switcheroo-control: added nixos optionPasquale2021-02-05
| | | | node/switcheroo-control: better formatting
* Merge pull request #99323 from eadwu/nvidia/hardware.nvidia.packageDmitry Kalinkin2021-01-30
|\ | | | | nixos: hardware.nvidia.package option for selecting nvidia package
| * nixos: hardware.nvidia.package option for selecting nvidia packageFrederik Rietdijk2021-01-11
| | | | | | | | | | Make it possible to select a derivation to use. This also moves some logic that belongs to the derivation back into it.
* | nVidia: Support dynamic (fine-grained) power managementSvein Ove Aas2021-01-29
| |
* | nvidia: Add AMD APU option for PrimeSvein Ove Aas2021-01-29
| |
* | treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
|/ | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* nixos/nvidia: fix optionals usageJonathan Ringer2020-10-18
|
* nixos/nvidia: decouple nvidia_x11.persistencedEdmund Wu2020-10-18
|
* nvidia-x11.vulkan_beta: init at 450.56.11 (#97882)Joe Hermaszewski2020-09-24
| | | | | | | | | - This is fetched from a different URL, so allow passing that explicitly. - There also isn't an nvidia-persistenced or nvidia-settings release for this version, so use 450.57 instead. Also implement passing persistenced and settings version explicitly. Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
* treewide: fix typo on word environmentGürkan Gür2020-07-28
|
* nixos/hidpi: initJörg Thalheim2020-05-25
|
* nixos/nvidia: include systemd power managementEdmund Wu2020-05-10
|
* nixos/nvidia : added nvidia-persistencedRakesh Gupta2020-03-09
|
* Merge pull request #66601 from eadwu/nvidia/prime-render-offloadJosé Romildo Malaquias2020-03-01
|\ | | | | nvidia: prime render offload
| * nixos/nvidia: implement prime render offloadEdmund Wu2019-12-10
| |
| * nixos/xserver: introduce attr display to xserver.driversEdmund Wu2019-12-10
| | | | | | | | Specifically for NVIDIA so that only the device section would be created
| * nixos/nvidia: prime.sync.{intel,nvidia}BusId -> prime.{intel,nvidia}BusIdEdmund Wu2019-12-10
| |
| * nixos/nvidia: optimus_prime -> prime.syncEdmund Wu2019-12-10
| |
| * nixos/nvidia: remove lib referencesEdmund Wu2019-12-10
| |
* | Merge pull request #76546 from matthewbauer/nvidia-fix-udev-rulesMatthew Bauer2020-01-02
|\ \ | |/ |/| nvidia: fix $ substitution in udev rules
| * nixos/nvidia: add nvidia-uvm-tools deviceMatthew Bauer2019-12-30
| | | | | | | | Related to https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1767777
| * nvidia: fix $ substitution in udev rulesMatthew Bauer2019-12-26
| | | | | | | | | | | | | | | | | | | | | | This fixes a harmless error from systemd-udevd that looks like: Dec 23 15:35:23 dellbook systemd-udevd[696]: /nix/store/iixya3ni5whybpq9zz1h7f4pyw7nhd19-udev-rules/99-local.rules:25 Invalid value "..." for RUN (char 101: invalid substitution type), ignoring, but please fix it. Using $$ fixes it using the escaping documented at https://www.freedesktop.org/software/systemd/man/udev.html.
* | nixos/nvidia: assert that gdm.nvidiaWayland needs modesettingworldofpeace2019-11-19
| |
* | nixos/nvidia: drop gdm wayland assertionworldofpeace2019-11-19
| |
* | nixos/slim: removeworldofpeace2019-11-11
| | | | | | | | | | | | | | | | The SLIM project is abandoned and their last release was in 2013. Because of this it poses a security risk to systems, no one is working on it or picked up maintenance. It also lacks compatibility with systemd and logind sessions. For users, there liikely isn't anything like slim that's as lightweight in terms of dependencies.
* | nixos/displaylink: write out required xorg.conf fragmentPeter Hoeg2019-11-01
|/ | | | | | | Invoke xrandr to actually connect the device. Additionally, we let systemd create the logs directory and use our module loader instead of handling it manually.
* Merge branch 'master' into stagingVladimír Čunát2019-09-02
|\
| * nixos/modules: Remove all usages of types.stringSilvan Mosberger2019-08-31
| | | | | | | | | | | | And replace them with a more appropriate type Also fix up some minor module problems along the way
* | treewide: remove redundant quotesvolth2019-08-26
|/
* Merge pull request #61981 from ambrop72/no-opengl-ld-library-pathworldofpeace2019-07-11
|\ | | | | nixos: Don't set LD_LIBRARY_PATH for graphics drivers that don't need it.