A helper for managing eGPUs
cmd | ||
egpu-tk | ||
env | ||
LICENSE | ||
readme.txt | ||
xorg-egpu-only.conf | ||
xorg-igpu-only.conf |
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"