nixos-hardware icon indicating copy to clipboard operation
nixos-hardware copied to clipboard

A collection of NixOS modules covering hardware quirks.

Results 226 nixos-hardware issues
Sort by recently updated
recently updated
newest added

###### Description of changes ###### Things done - [ ] Tested the changes in your own NixOS Configuration - [ ] Tested the changes end-to-end by using your fork of...

Hello all, despite in other distros this videocard works, I couldn't be able to make it operative under nixos (not even with beta NVidia Drivers). Here are all the tries...

`i915.fastboot=1` See: https://wiki.archlinux.org/title/Intel_graphics#Fastboot Kernel `6.7` removed the option entirely, and from kernel `6.9` it is automatically enabled for all Intel GPUs.

https://github.com/NixOS/nixos-hardware/blob/fb08bde00c20252b892a3e57fb094eb62b65ba61/common/gpu/nvidia/default.nix#L6-L7 this has been merged for a while[1], can/should we delete `hardware.nvidia.modesetting.enable` ? 1. https://github.com/NixOS/nixpkgs/pull/326369/files

###### Description of changes See https://bugzilla.kernel.org/show_bug.cgi?id=219352 ###### Things done - [ ] Tested the changes in your own NixOS Configuration - [ ] Tested the changes end-to-end by using your...

###### Things done - [x] Tested the changes in your own NixOS Configuration - [x] Tested the changes end-to-end by using your fork of `nixos-hardware` and importing it via ``...

Kernel 6.11.4 breaks bluetooth connection of _previously working_ devices in all the machines I've tried this particular kernel version. It also does in the microsoft surface. Kernel version >= 6.11.5...

See [this](https://wiki.archlinux.org/title/Talk:Intel_graphics#Potential_performance_gains_via_Observation_Architecture) and [this](https://wiki.archlinux.org/title/Intel_graphics#Enable_performance_support). There is virtually no risk involved with this and it can massively improve performance. Steam even emits a warning in console when this is not set.

See here: https://wiki.gentoo.org/wiki/Intel#GuC/HuC_firmware `i915.enable_guc=3` Note that the iGPU generations don't map neatly to the corresponding CPU generations. Some newer CPU generations use older iGPUs and vice versa.

Framebuffer Compression (`fbc`) is supported for Sandy Bridge (6th) GPU generation and beyond. However, it sometimes bugs out with earlier generations if set with `psr` mode `2`. `1` works. Broadwell...