System76 Oryx Pro
| Hardware | PCI/USB ID | Working? |
|---|---|---|
| GPU (Intel) | 8086:9bc4 | Yes |
| GPU (NVIDIA) | 10de:2520 | Yes |
| Audio | 8086:06c8 | Yes |
| Webcam | Yes | |
| Bluetooth | Partial | |
| Ethernet | 10ec:8168 | Yes |
| Wireless | 8086:06f0 | Yes |
| Card reader | 10ec:525a | Yes |
| Fingerprint reader | No |
Booting
The System76 Oryx Pro comes with two NVMe M.2 slots. Older models have space for a 2.5" SSD/HDD. Booting from NVMe requires the use of EFI, while booting over SATA/AHCI does not. If you are not sure what to use, EFI is a sensible and safe default for all configurations of this machine.
OEM software
System76 develops a special distribution (Pop!_OS) for their computers, and it comes with many tweaks and tools to ensure a seamless end-user experience. Arch does not have these out of the box; and unfortunately, sometimes their computers do not work right without them. Thankfully, it is possible to get the same first-class hardware support in Arch Linux that you have in Pop!_OS -- it just takes a little elbow grease.
Packages
All necessary packages can be found in the AUR. It is recommended to install everything in the list below.
- Modules
- Daemons
- (needed for System76 switchable graphics)
- (seems to be needed for things like audio to work right)
- Other
- system76-firmwareAUR (required if you want to update your BIOS)
- (required if you want to know when there is a BIOS update available)
- (if you want to change your keyboard's backlight color)
(There are also "-git" versions of many of these packages, if you wish to stay bleeding edge.)
Settings
Once you have installed the above, you will need to tell your computer to use them.
Drivers
To make sure all drivers are being loaded correctly, run ; this will automatically add necessary rules to , and execute .
Switchable graphics
To enable switchable graphics, run once; and then put prime-run before every application you want to start with your dGPU. Note that this will only work for applications that use GLVND. (source)
To verify whether switchable graphics is working, run and . These commands should succeed and have different vendors. If the latter command fails, go to #prime-run not working. (Note that you can limit the output to just the relevant information by appending to the aforementioned commands.)
Keyboard RGBs
You can control the brightness and color of your keyboard's LEDs. To do so, simply run sys76-kb set -b $B -c $C, with being how bright you want the keyboard (on a scale of 0-255) and being a 6-digit color hex (eg, "ffffff"). Since the keyboard's LEDs are controlled from the commandline, it is possible to script patterns and light shows.
Note that these settings are not maintained across boots; so you will need to reapply them on startup.
BIOS updates
To check your current BIOS version and whether there is a new version available, run as root. Keep in-mind that this is a GTK application, so you need to be running X or Wayland for it to run. (It has no CLI -- it does not even respond to .)
To update your system to the latest firmware on the next boot, run system76-firmware-cli schedule.
Graphics
This system comes complete with an integrated (Intel) and discrete (NVIDIA) graphics card. The external ports (DP over Mini-DP, DP over USB-C, HDMI) are tied to the discrete Nvidia card.
- System76: If you want to use the hybrid graphics mode developed by System76, follow the instructions in #OEM software. This seems to use PRIME behind the scenes.
- Bumblebee: Some users have reported getting success with Bumblebee. Your mileage may vary if you are using a more complete DE like GNOME; this has only been tested with .
- NVIDIA: When in doubt, NVIDIA's proprietary drivers should always work.
Audio
- oryp6
The Oryx Pro 6 has audio that works perfectly fine out-of-the-box.
- oryp7 / oryp8
Audio should work out-of-the-box with a USB headset; however, you may find that the onboard speakers are wholly unresponsive. Pop!_OS always has its kernel patched to work with Realtek PCI's quirks, thus avoiding this kind of issue; but Arch, which uses upstream Linux kernels, often has to wait quite some time to see these patches trickle down.
The following parameters can be added to to get your speakers working if your kernel does not yet support them: . While the oryps 7 & 8 are not Clevo P950s exactly, this workaround provides the same quirk that the oryps need. (source) While this workaround does enable headphone and speaker audio, it may interfere with headset mics -- your mileage may vary. (source)
Suspend/hibernate
Out of the box, Arch Linux does not resume a previously suspended or hibernated session. To support hibernation, ensure that you have swap space equal to or greater than your system memory (RAM), and add "resume" to your file, per the instructions here.
If you are using the proprietary NVIDIA driver, there is also a service called nvidia-suspend. In hybrid mode at least, enabling/starting this service will allow the laptop to do a complete suspend. Be sure to save your work before starting this service for the first time, as it will put the laptop into suspend mode immediately, and will not wake up until the lid is closed and opened again.
- NOTE: hibernation has yet to be tested on this device; but suspension seems to work... sometimes.
Function keys
- Only keys with known functions are shown.
|
Troubleshooting
Bad thermals / excessive throttling
The oryp7, as with all System76 computers, comes with a fan curve designed to minimize noise. By default, your fans will only reach 100% at 90°C; but by the time you have reached that temperature, the CPU is already throttling hard. By setting a custom fan curve that reaches 100% at 70°C, you can easily avoid such unnecessary throttling. However, in order to customize the fan curve, you have to compile and flash the EC to your BIOS (There is an open issue to add runtime-configurable fan curves here.). Make sure to not set your lowest fan speed below around 25% on the oryp7, as doing so can cause rattling (see #163). Some people will be able to use values as low as 20%; others may need to go up to 30% or higher. There is an open pull request with settings optimized for the oryp7 here. Note that even with this better curve, your computer will still run hot. You will need to repaste the oryp6/7 if you intend to use the CPU for long periods of time.
Another thing you can try is undervolting. However, due to Plundervolt, undervolting has been disabled in the firmware. There is an issue on GitHub requesting a toggle for this mitigation.
fancontrol not working
does not currently support runtime configuration of fan speeds, so and will not work. There is an open feature request for this, though.
In the meantime, a custom fan curve can be configured by those willing to compile their BIOS manually. Quoth one of the devs: "The fan speed is controlled by the fan curve in the firmware: system76/ec@16778e4/src/board/system76/oryp7/board.mk. You can change the fan curve by changing the values in that file before you build firmware-open." You do not actually have to build , though -- you can simply build and flash the ec itself. The command to flash is make BOARD=system76/oryp7 flash_internal.
Keyboard colors are set at random
Set your keyboard brightness to 100%. There is a known issue with the firmware on oryp6/oryp7 when the brightness is less than 100%.
prime-run not working
Try creating and adding the following to it: (source)
Change the fields above to match the first field in the output of this command: (you can omit leading zeroes). You will need to restart your X server for this to take effect.
Xorg fails to start with "No devices detected"
If you find (normally after an update & restart) that launching X (via or otherwise) does not work, you may confirm that the device is installed and working by doing the following:
Confirm the error in . The kernel module should successfully load. You may also confirm the error with dmesg or .
Check whether both integrated and discrete graphics cards are available:
# lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile) 01:00.0 VGA compatible controller: NVIDIA Corporation TU106M [GeForce RTX 2070 Mobile] (rev a1)
If you do not see the second entry (or some similar NVIDIA card), make sure the card has been turned on by (use to explore options):
# system76-power graphics
Check whether the discrete NVIDIA graphics card is powered on using :
# system76-power graphics power
To power the discrete NVIDIA graphics card on, supply "on" as an argument (i.e. ). After doing so and querying again, you should see:
# system76-power graphics power on (discrete)
Once the card is powered on, it should show up in the output of , and be detectable by Xorg, given that the appropriate NVIDIA driver is installed.
system76-firmware: EFI mount point not found
If using the new (replacement) EFI mount point /efi, ensure you have the mount present in . You may find the appropriate device to mount by using a combination of lsblk and fdisk -l.
# fdisk -l # List disks (one device will be designated as "EFI System") # lsblk # List devices and mount points, you should see the EFI system device, and confirm whether it is mounted/unmounted # mount device /efi # # genfstab -U / # (optional) print fstab configuration for inclusion/merging into /etc/fstab
After doing the above, it might be a good idea to schedule a firmware update:
# system76-firmware-cli schedule
With grub
After scheduling a firmware update, ensure that GRUB is set to use the EFI partition like so:
# grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=grub # cp /boot/grub/grub.cfg /boot/grub/grub.cfg.bak # grub-mkconfig -o /boot/grub/grub.cfg
Restart to trigger the firmware update.
X does not start
If you have anything plugged-into the HDMI port on the back, this is why. Unplug your HDMI cord, boot the computer, and plug it back in after X starts. This issue only happens when the Nvidia card is used for display, either in or mode; so if you do not want Nvidia to do your graphics anyway, switching to or will fix this problem. If you actually do want to use your Nvidia card, though, there is currently no known fix; but watching Linus swear at Nvidia may prove therapeutic.
Ethernet not working
The oryp7 has a Realtek ethernet chip whose in-tree Linux driver is (as of Linux v5.15) guaranteed to fail link autonegotiation. You can work around this issue by manually setting your onboard ethernet's link negotiation to 'ignore' or '100mbps' (How you do so depends on your computer's network manager.); however, both options mean that your Internet speed will be capped at 100mbps. In order to get your ethernet port to work at speeds above that, you will need to install Realtek's out-of-tree driver, with , r8168-lts, or (Although r8168 is out-of-tree, it is still open-source and GPL-licensed.). Once installed, you need to blacklist the default r8169 driver: .