GithubHelp home page GithubHelp logo

Stopped working. about egpu-switcher HOT 2 CLOSED

hertg avatar hertg commented on July 21, 2024
Stopped working.

from egpu-switcher.

Comments (2)

audstanley avatar audstanley commented on July 21, 2024
STANLEY ⛰  >>> cat /etc/X11/xorg.conf.egpu
Section "Module"
    Load           "modesetting"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    BusID          "1:0:0"
    Option         "AllowEmptyInitialConfiguration"
    Option         "AllowExternalGpus" "True"
EndSection

from egpu-switcher.

audstanley avatar audstanley commented on July 21, 2024

OK FINALLY! 😊

I just overwrote the /etc/X11/xorg.conf.egpu to reflect the Device Identifier from "Device0" (in mycase) to "Device1"
and the: BusID "8:0:0"

fix (in my case):

STANLEY ⛰  >>> cat /etc/X11/xorg.conf.egpu
Section "Module"
    Load           "modesetting"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    BusID          "8:0:0"
    Option         "AllowEmptyInitialConfiguration"
    Option         "AllowExternalGpus" "True"
EndSection

So yeah, an issue with the symlink creation i guess. I'm not sure what was going on there, but if anyone else has that issue, they can just manually write the xorg.conf.egpu to reflect what their bus id for their egpu is 00000000:08:00.0 (my egpu) translates to 8:0:0, i assume.

Cool... now when i check NVIDIA X Server Settings (GUI), I can see that my gpu utilization is at 50%+ and my internal is at 0%. (after changing the xorg.conf.egpu and a restart)

from egpu-switcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.