Andre
Andre
After some (a lot of) trial and error, I've got [kernel switching working between 6.12 and 6.13](https://github.com/8bitbuddhist/nixos-hardware/commit/8141742b12ab3ff3d4769640dad1e1abeeda6171). Changing the version should only require changing [this line](https://github.com/8bitbuddhist/nixos-hardware/blob/8141742b12ab3ff3d4769640dad1e1abeeda6171/microsoft/surface/common/default.nix#L9) and [this line](https://github.com/8bitbuddhist/nixos-hardware/blob/8141742b12ab3ff3d4769640dad1e1abeeda6171/microsoft/surface/common/default.nix#L17). Now...
One thing I'd like your thoughts on, @matthiasdotsh: For choosing the kernel version, I originally set the options to `6.12` and `6.13`. This works, but it does mean updating these...
Just tried building 6.12.21 and I got a build error when compiling nouveau. Something about GPU drivers is mucking things up. I'm trying now with 6.12.22 since that's the latest,...
> Does it look similar to [this](https://github.com/NixOS/nixos-hardware/pull/1436#issue-2961334664) traceback? I already tried with 6.12.22 and it failed with a very similar message. Yep, pretty much exactly the same, down to the...
> The upstream linux-surface project just published a[ 6.14. release](https://github.com/linux-surface/linux-surface/releases). https://github.com/NixOS/nixos-hardware/pull/1443/commits/0012cffb692c640807d1f19b395502499cc9d80b
The easiest way is probably to point flake.nix to the branch: ``` nixos-hardware.url = "github:8bitbuddhist/nixos-hardware.git?ref=surface/kernel-multiple-versions"; ```
I thought I'd be clever and try rebuilding without the `0013-amd-gpio` patch, to see if it was introducing some bug, but I got the same AMD build error anyway. I'll...
A quick-and-dirty way to get this working in 47 is to just add it to the manifest file. Open `~/.local/share/gnome-shell/extensions/[email protected]/metadata.json` in an editor and add `47` to `shell-version`: ```json "shell-version":...