Git Product home page Git Product logo

nvidiateslap40forgaming's Introduction

Nvidia Tesla P40 for Gaming

Using a Tesla P40 for Gaming with an Intel iGPU as Display Output on Windows 11 22H2. 中文版本

Requirements

  1. You will need an Intel iGPU (im using an Intel 13th gen CPU), and
  2. A mobo with display output and "Above 4G decoding" option provided.

Steps

  1. Enable "Above 4G decoding" in BIOS.
  2. Download the latest (528.24 at this moment) Studio driver for Titan Xp or other Pascal Geforce GPUs from Nvidia's official website. It's recommended to perform a clean install. Reboot if required.
  3. Run "regedit" and navigate to "HKEY_LOCAL_MACHINE\SYSTEM\". Then press "Ctrl + F" and find "Tesla P40". The path (in the text bar on the top) should be something like "Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000". Only the last 4 digits may vary. Copy the those 4 digits.
  4. Create a file at "%APPDATA%\Tesla Workaround\logon.ps1" with the content here. You may want to modify the first several lines. Replace "0000" with the 4 digits you copied in the previous step.
  5. Run "taskschd.msc". Right-click "Task Scheduler Library" on the left and create a new task (not a basic task).
  6. Name the task whatever you like. Check "Run with highest privileges".
  7. On the tab "Triggers", create a new trigger by clicking "New..." on the bottom. Use the "Begin the task" drop-down menu and select the "At log on" option. Click "OK".
  8. On the tab "Actions", create a new trigger by clicking "New..." on the bottom. Fill "Program/script" with "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" (with or without quotation marks), and fill "Add arguments (optional)" with '-File "%APPDATA%\Tesla Workaround\logon.ps1"' (without apostrophes).
  9. Click "OK", close Task Scheduler, and reboot or manually start the task.

Known Issue(s)

Machine freezes when waking up from sleep (at least from state S3).

nvidiateslap40forgaming's People

Contributors

toalice avatar

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.