This commit is contained in:
Quad 2022-03-18 20:37:32 +01:00
parent bb0916aad5
commit 4797f0593c
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ Basic script that sets xorg config for an eGPU, if an eGPU is found.
3. Edit `egpu.conf` to add your GPU's PCI-E address. See [Arch wiki](https://wiki.archlinux.org/title/External_GPU#Xorg_rendered_on_eGPU,_PRIME_display_offload_to_iGPU) if you are unsure how to find your PCI-E address.
4. Make `egpu.sh` run on boot before your display manager and xorg starts.
How to run `egpu.sh` before your display manager varies from system to system. On systemd you can create a simple service while that runs it, containing `Before=<your display manager>`. On runit, it can be achieved by putting the script in `/etc/runit/core-services`.
How to run `egpu.sh` before your display manager varies from system to system. On systemd you can create a simple service which runs it, containing `Before=<your display manager>`. On runit, it can be achieved by putting the script in `/etc/runit/core-services`.