A helper for managing eGPUs
Go to file
Fierelier d6ee660f9d Initial commit 2023-12-12 06:44:09 +01:00
cmd Initial commit 2023-12-12 06:44:09 +01:00
LICENSE Initial commit 2023-12-12 06:44:09 +01:00
egpu-tk Initial commit 2023-12-12 06:44:09 +01:00
env Initial commit 2023-12-12 06:44:09 +01:00
readme.txt Initial commit 2023-12-12 06:44:09 +01:00
xorg-egpu-only.conf Initial commit 2023-12-12 06:44:09 +01:00
xorg-igpu-only.conf Initial commit 2023-12-12 06:44:09 +01:00

readme.txt

egpu-tk (External GPU Toolkit)

A helper for managing eGPUs. This is meant to be used with 2 instances of X, both restricted to one of the GPUs.

* Use lspci to see your devices
* Edit env appropriately
* Edit xorg-egpu-only.conf and xorg-igpu-only.conf appropriately. Put them into /etc/X11
* Run "Xorg :1 -config xorg-igpu-only.conf vt7" for the iGPU
* Run "Xorg :2 -config xorg-igpu-only.conf vt8" for the dGPU
* To eject the dGPU, use "sudo ./egpu-tk eject"