egpu-tk/env

10 lines
382 B
Bash

#!/usr/bin/env bash
# IGPU info
IGPU_ID="00:02.0" # The PCI ID of the device
IGPU_XORG_CONFIG="xorg-igpu-only.conf" # The Xorg conf you use to boot a desktop on the device
# EGPU info
EGPU_ID="05:00.0" # The PCI ID of the device
EGPU_IDS=("$EGPU_ID" "05:00.1") # Which devices to eject
EGPU_XORG_CONFIG="xorg-egpu-only.conf" # The Xorg conf you use to boot a desktop on the device