Advertisement
BelluX

Untitled

Nov 23rd, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. [profile.nvidia-259]
  2. num_displays = 1 # Max number of virtual displays. Usually 1 if you want a simple remote gaming VM
  3. display_width = 1920 # Maximum display width in the VM
  4. display_height = 1080 # Maximum display height in the VM
  5. max_pixels = 2073600 # This is the product of display_width and display_height so 1920 * 1080 = 2073600
  6. cuda_enabled = 1 # Enables CUDA support. Either 1 or 0 for enabled/disabled
  7. frl_enabled = 1 # This controls the frame rate limiter, if you enable it your fps in the VM get locked to 60fps. Either 1 or 0 for enabled/disabled
  8. framebuffer = 0xB1000000 # VRAM size for the VM. In this case its 2GB
  9. # Other options:
  10. # 1GB: 0x3B000000
  11. # 2GB: 0x76000000
  12. # 3GB: 0xB1000000
  13. # 4GB: 0xEC000000
  14. # 8GB: 0x1D8000000
  15. # 16GB: 0x3B0000000
  16. # These numbers may not be accurate for you, but you can always calculate the right number like this:
  17. # The amount of VRAM in your VM = `framebuffer` + `framebuffer_reservation`
  18. pci_device_id = 0x1E30
  19. pci_id = 0x1E3012BA
  20.  
  21.  
  22. [profile.nvidia-258]
  23. num_displays = 1 # Max number of virtual displays. Usually 1 if you want a simple remote gaming VM
  24. display_width = 1920 # Maximum display width in the VM
  25. display_height = 1080 # Maximum display height in the VM
  26. max_pixels = 2073600 # This is the product of display_width and display_height so 1920 * 1080 = 2073600
  27. cuda_enabled = 1 # Enables CUDA support. Either 1 or 0 for enabled/disabled
  28. frl_enabled = 1 # This controls the frame rate limiter, if you enable it your fps in the VM get locked to 60fps. Either 1 or 0 for enabl>
  29. framebuffer = 0xB1000000 # VRAM size for the VM. In this case its 2GB
  30. # Other options:
  31. # 1GB: 0x3B000000
  32. # 2GB: 0x76000000
  33. # 3GB: 0xB1000000
  34. # 4GB: 0xEC000000
  35. # 8GB: 0x1D8000000
  36. # 16GB: 0x3B0000000
  37. # These numbers may not be accurate for you, but you can always calculate the right number like this:
  38. # The amount of VRAM in your VM = `framebuffer` + `framebuffer_reservation`
  39. pci_device_id = 0x1E30
  40. pci_id = 0x1E3012BA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement