Hardware/System76/galp5: Difference between revisions

From NixOS Wiki
Ahoneybun (talk | contribs)
Created page with "{{DISPLAYTITLE:System76 Galago Pro} {{Hardware/breadcrumb}}<div class="infobox"> {|class="table" !colspan="2" class="title"|System76 Galago Pro |- |<!-- TODO colspan="2"|frameless|256px|A Framework Laptop 13 --> |- !colspan="2" class="title"|Laptop 13 |- !Manufacturer |System76 |- !Architecture |x86_64-linux |- !colspan="2" class="title"|7040 Series |- !colspan="2" class="title"|13 Gen |- !colspan="2" class="title"|12 Gen |- !colspan="2"..."
 
Unabomberlive (talk | contribs)
mNo edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:System76 Galago Pro}
{{DISPLAYTITLE:System76 Galago Pro}}
{{Hardware/breadcrumb}}<div class="infobox">
{{Hardware/breadcrumb}}<div class="infobox">
{|class="table"
{|class="table"
|-
!colspan="2" class="title"|System76 Galago Pro
!colspan="2" class="title"|System76 Galago Pro
|-
|<!-- TODO colspan="2"|[[File:framework-laptop-13.jpg|frameless|256px|A Framework Laptop 13]] -->
|-
!colspan="2" class="title"|Laptop 13
|-
|-
!Manufacturer
!Manufacturer
Line 14: Line 11:
|x86_64-linux
|x86_64-linux
|-
|-
!colspan="2" class="title"|7040 Series
!colspan="2" class="title"|galp5
|-
!colspan="2" class="title"|13 Gen
|-
!colspan="2" class="title"|12 Gen
|-
!colspan="2" class="title"|11 Gen
|-
|-
!Status
!Status
Line 29: Line 20:
|}
|}
</div>
</div>
 
<translate>
<!--T:1-->
The System76 Galago Pro is a Linux laptop running System76 Open Firmware (based on coreboot+EDK2) from System76
The System76 Galago Pro is a Linux laptop running System76 Open Firmware (based on coreboot+EDK2) from System76
 
</translate>
== Status ==
<translate>
 
== Status == <!--T:2-->
</translate>
<translate>
<!--T:3-->
The device boots NixOS.
The device boots NixOS.
 
</translate>
== Known issues ==
<translate>
 
== Known issues == <!--T:4-->
== Configuration ==
</translate>
 
<translate>
=== BIOS ===
== Configuration == <!--T:5-->
 
</translate>
=== galp5 ===
<translate>
 
=== BIOS === <!--T:6-->
==== GTX 1650/1650 Ti ====
</translate>
 
<translate>
* NixOS Hardware module for flakes: <code>nixos-hardware.nixosModules.framework-13th-gen-intel</code>
<!--T:7-->
* NixOS Hardware module for channels: <code><nixos-hardware/framework/13-inch/13th-gen-intel></code>
These are handled by the firmware-manager package which can be enabled in your configuration like this:
 
</translate>
=== Tech Docs ===
{{file|configuration.nix|nix|<nowiki>
 
{
  hardware.system76.enableAll = true;
};
</nowiki>
}}
<translate>
=== galp5 === <!--T:8-->
</translate>
<translate>
==== GTX 1650/1650 Ti ==== <!--T:9-->
</translate>
<translate>
<!--T:10-->
* NixOS Hardware module for flakes: <code>nixos-hardware.nixosModules.system76-galp5-1650</code>
</translate>
<translate>
<!--T:11-->
* NixOS Hardware module for channels: <code><nixos-hardware/system76/galp5-1650></code>
</translate>
<translate>
=== Tech Docs === <!--T:12-->
</translate>
<translate>
<!--T:13-->
This goes over replacing and upgrading components such as RAM and drives.
This goes over replacing and upgrading components such as RAM and drives.
 
</translate>
https://tech-docs.system76.com/models/galp5/README.html
https://tech-docs.system76.com/models/galp5/README.html


[[Category: Incomplete]]
[[Category: Incomplete]]

Latest revision as of 18:43, 15 October 2024

System76 Galago Pro
Manufacturer System76
Architecture x86_64-linux
galp5
Status supported
Maintainer Ahoneybun

The System76 Galago Pro is a Linux laptop running System76 Open Firmware (based on coreboot+EDK2) from System76

Status

The device boots NixOS.

Known issues

Configuration

BIOS

These are handled by the firmware-manager package which can be enabled in your configuration like this:

configuration.nix
{
  hardware.system76.enableAll = true;
};

galp5

GTX 1650/1650 Ti

  • NixOS Hardware module for flakes: nixos-hardware.nixosModules.system76-galp5-1650
  • NixOS Hardware module for channels: <nixos-hardware/system76/galp5-1650>

Tech Docs

This goes over replacing and upgrading components such as RAM and drives. https://tech-docs.system76.com/models/galp5/README.html