ewagner12

Results 59 comments of ewagner12

@Trollwut Glad to hear that the script is working as it should now! For the 3D apps running on the dGPU I believe that's down to the nvidia driver side....

@Trollwut The only other thing I'd recommend is trying out an Xorg based desktop like Plasma (X11) along with one of the scripts like [egpu-switcher](https://github.com/hertg/egpu-switcher). If it works in a...

IDK if you figured this out on your end, but for reference or if anyone else comes across this I'm linking a similar issue and workaround reported for an nvidia+nvidia...

@nmcbride When doing the user-install it steps through all the user home directories so that it can set itself up properly on a multi-user system. I can add some additional...

@nmcbride I just added the fix to the github repo, could you try cloning the latest and installing as follows: `git clone https://github.com/ewagner12/all-ways-egpu.git` `cd all-ways-egpu` `chmod +x install.sh; sudo ./install.sh...

@nmcbride Ok it looks like nix has some unusual permissions. I made another change to the script to try and fix it again. Could you try uninstalling with `all-ways-egpu uninstall`...

Hi I'm on holiday away from my eGPU until January 3rd so I'll be able to test this more after that, but just from your description it seems like a...

Ok so a couple of things here. First off, I noticed that the script is trying to find the file "/sys/bus/pci/devices/0000:0000:00:02.0/remove" which isn't working because there's an extra "0000:". Did...

You're correct that you don't need to do anything to undo method 2 and that's all correct on what you should try once the changes are pushed. One reason method...

@Faraclas The changes were just pushed in commit [7de0f7c](https://github.com/ewagner12/all-ways-egpu/commit/7de0f7c9467a5ce6559bb8cc39375f9f6c5e49a8) If you could download the latest github version, re-run the setup and see if you have any issues that would be...