Code Monkey home page Code Monkey logo

Comments (4)

foucault avatar foucault commented on August 26, 2024

The short answer is: no. nvfancontrol uses the same infrastructure as nvidia-settings and that requires an X server attached to the display.

The long answer is: maybe if you are willing to experiment. Since you installed the driver with --no-opengl-files there is a chance xvfb might help. First you probably need to add Option "AllowEmptyInitialConfiguration" to the 20-nvidia.conf file in addition to the existing options is Section "Device". Then you may be able to use xvfb-run to start nvfancontrol with a command similar to (you might need to adjust the server options; see the manpage).

xvfb-run -a -s "-screen 0 640x480x24 +extension RANDR" -- ./nvfancontrol -d

If this does not work you might need to "fake" a screen. There is a detailed guide if you are willing to try!

from nvfancontrol.

Niculuse avatar Niculuse commented on August 26, 2024

Thanks for your answering. If I install nvidia driver with opengl component, and then use prime-select intel to swith to iGPU for displaying. In this case, I found I couldn't nvidia-settings anymore. Do you know how to solve it? Thanks anywayใ€‚

from nvfancontrol.

foucault avatar foucault commented on August 26, 2024

In that case if the xvfb-run method doesn't work then probably the only other way would be to fake a screen using the guide I linked.

from nvfancontrol.

foucault avatar foucault commented on August 26, 2024

Closed due to inactivity and lack of information.

from nvfancontrol.

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.