Hardware/Framework/Laptop 13: Difference between revisions
Created page with "{{Hardware/breadcrumb}} <div class="infobox"> {|class="table" !colspan="2" class="title"|Framework Laptop 13 |- |<!-- TODO colspan="2"|frameless|256px|A Framework Laptop 13 --> |- !colspan="2" class="title"|Laptop 13 |- !Manufacturer |Framework |- !Architecture |x86_64-linux |- !colspan="2" class="title"|7040 Series |- !colspan="2" class="title"|13 Gen |- !colspan="2" class="title"|12 Gen |- !colspan="2" class="title"|11 Gen |- !Status |s..." |
No edit summary |
||
Line 36: | Line 36: | ||
== Known issues == | == Known issues == | ||
== Configuration == | |||
=== Intel 11 Gen === | |||
<!-- | |||
- opinionated example configuration.nix | |||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | |||
{ | |||
config, | |||
lib, | |||
pkgs, | |||
modulesPath, | |||
... | |||
}: | |||
{ | |||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; | |||
# Use the systemd-boot EFI boot loader. | |||
boot.loader.systemd-boot.enable = true; | |||
boot.loader.efi.canTouchEfiVariables = true; | |||
boot.kernelParams = [ "mem_sleep_default=deep" ]; | |||
boot.initrd.availableKernelModules = [ | |||
"xhci_pci" | |||
"thunderbolt" | |||
"nvme" | |||
]; | |||
boot.initrd.kernelModules = [ ]; | |||
boot.kernelModules = [ "kvm-intel" ]; | |||
boot.extraModulePackages = [ ]; | |||
powerManagement = { | |||
enable = true; | |||
powertop.enable = true; | |||
cpuFreqGovernor = lib.mkDefault "ondemand"; | |||
}; | |||
hardware.bluetooth.enable = true; | |||
services.thermald.enable = true; | |||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; | |||
nixpkgs.config.packageOverrides = pkgs: { | |||
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; }; | |||
}; | |||
hardware.opengl = { | |||
enable = true; | |||
extraPackages = with pkgs; [ | |||
vaapiIntel | |||
vaapiVdpau | |||
libvdpau-va-gl | |||
intel-media-driver # only available starting nixos-19.03 or the current nixos-unstable | |||
]; | |||
}; | |||
system.stateVersion = "21.11"; | |||
} | |||
</nowiki>}} | |||
--> | |||
[[Category: Hardware]][[Category: Incomplete]] |
Revision as of 20:39, 3 April 2024
Framework Laptop 13 | |
---|---|
Laptop 13 | |
Manufacturer | Framework |
Architecture | x86_64-linux |
7040 Series | |
13 Gen | |
12 Gen | |
11 Gen | |
Status | supported |
Maintainer | 0x4A6F |
Status
The device boots NixOS.