ewagner12

Results 59 comments of ewagner12

@Globetrotter129 The script is run with sudo (root) privileges so to remove the files you also need the same privileges The commands should be: ``` sudo rm /home/$USER/.config/all-ways-egpu/egpu-bus-ids ``` ```...

It looks to me like it's a race between how fast (or slow) the eGPU is initialized and how fast the script runs before it gives up. Could you try...

@Smeeto13 Ok, could you post the output of the command `ls /dev/dri` with and without the eGPU attached?

Ok good to know it works if started after the laptop is booted. Method 3 depends on udev being up and initialized. On my system (Fedora 40) this happens early...

That sounds like it's installing as intended, you should be getting a file called all-ways-egpu in your ~/bin folder. Then the next step is to either find all-ways-egpu in your...

@psychomuser On getting the eGPU detected at boot I'd recommend trying to set the kernel parameter thunderbolt.host_reset=0. That is done on Bazzite with the command: `rpm-ostree kargs --append=thunderbolt.host_reset=0`. CachyOS would...

@iachurakov > Also, I am trying to play on internal screen. Last time I checked the gamescope-session used by game mode doesn't support rendering on the eGPU and then displaying...

So there's the gpu that the game is running on and then there's the gpu that the gamescope is running on. It's perfectly fine to have the game running on...

@iachurakov Getting back to this issue, I just pushed the changes to the git version to support this configuration. If you want to test the changes you can clone the...