GithubHelp home page GithubHelp logo

Comments (5)

alx696 avatar alx696 commented on June 16, 2024

Seems just resolution settings wroks:

[profile.nvidia-257]
num_displays = 1
display_width = 1920
display_height = 1080
max_pixels = 2073600

I want limit frame rate to 60, but frl_enabled = 1 not works. Games fps will bigger than 60. Setting the max framerate in the nvidia control panel works.

Additional, do not set framebuffer! Otherwise, there will be random errors:

  • failed to read device config space: Bad address
  • failed to get region 0 info: Input/output error

Try it a few times, it may go wrong and it will disappear.

from vgpu_unlock-rs.

mbilker avatar mbilker commented on June 16, 2024

At line 146 of lib.rs I can see that there are options like gpu_type and vgpu_type. What are these for?

They come straight from /usr/share/nvidia/vgpu/vgpuConfig.xml. gpu_type is the vGPU type ID. vgpu_type is the class (e.g. Quadro, NVS, Compute).

from vgpu_unlock-rs.

mbilker avatar mbilker commented on June 16, 2024

Additional, do not set framebuffer!

You can set framebuffer, but you have to make sure your card has enough VRAM free to support the allocation and that it has it in a single memory pool (i.e. not using a GTX 970 with its 3.5 GB and 0.5 GB memory pool split). I usually go off the framebuffer value for another profile in vgpuConfig.xml.

from vgpu_unlock-rs.

mbilker avatar mbilker commented on June 16, 2024

As for the frame-rate limiter, multiple things can affect that.

from vgpu_unlock-rs.

mbilker avatar mbilker commented on June 16, 2024

For setting a frame-rate limit, use frl_config and set frl_enabled = 1. Additionally, it seems that setting the vgpu_type to Quadro requires certain hardware level features that are not available on GeForce cards. For full OpenGL performance, you can either use the older 450 driver release series or set vgpu_type = "NVS".

from vgpu_unlock-rs.

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.