Matt Leon
Matt Leon
I noticed this and wanted to bring up [changing the default branch](https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch) to point to v.0.3.0, whereby drive-by readme readers could be shown the readme for the stable release and...
While I think I could solve this by committing my wallpaper to my nixos flake git repo, I would not like to start putting image files in my git repo,...
`dmesg` output (linux 6.7 / no S0ix) ``` [ 0.000000] Linux version 6.7.4 (nixbld@localhost) (gcc (GCC) 13.2.0, GNU ld (GNU Binutils) 2.40) #1-NixOS SMP PREEMPT_DYNAMIC Mon Feb 5 20:17:12 UTC...
This appears to no longer be an issue on 6.8.7. Thank you for confirming that it was not affecting the normal surface kernel, Tibladar.
There are many possible causes. I have an SB2 13.5" with the same processor with no issues, though I have debugged an issue where my processor wouldn't scale past 2100Mhz...
You can determine the cpu `scaling_driver` on your system by executing the following command: ``` cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_driver ``` Mine outputs `intel_pstate`. Then, you can output the available performance modes with...
I am also running into this issue and can confirm @damianoognissanti's experience that it Just Works™ on Arch Linux with the patched linux-surface kernel, while it does not seem to...
Another interesting finding: despite `CONFIG_VIDEO_IPU3_IMGU` seemingly being enabled in the [nixos-hardware surface kernel config](https://github.com/NixOS/nixos-hardware/blob/7bd6b87b3712e68007823e8dd5c37ee9b114fee3/microsoft/surface/common/kernel/linux-6.0.17/patches.nix#L49), `modprobe ipu3_imgu` fails on NixOS, while on Arch it succeeds. On Arch, the kernel module is...
I have forked the nixos-hardware repo, [added `CONFIG_STAGING_MEDIA = yes`](https://github.com/leonm1/nixos-hardware/commit/68c0ac82df9bcd899e04217ff23d37cec27046fc), added it to my nix-channel with `sudo nix-channel --remove nixos-hardware; sudo nix-channel --add https://github.com/leonm1/nixos-hardware/archive/master.tar.gz`, ran `sudo nix-channel --update`, and somehow...
Thanks for [pointing out](https://github.com/NixOS/nixos-hardware/issues/523#issuecomment-1386596191) I can clone the repo locally and modify it! That's significantly simpler then commit + push + update revision in my nixos config. I used the...