egpu-tk/readme.txt

11 lines
462 B
Plaintext

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"