Advertisement
adamchilcott

cs2LinuxOptions.txt

May 19th, 2025 (edited)
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | Gaming | 0 0
  1. File: /etc/environment
  2. #
  3. # This file is parsed by pam_env module
  4. #
  5. # Syntax: simple "KEY=VAL" pairs on separate lines
  6. #
  7.  
  8. #############
  9. # Linux PRIME
  10. #############
  11.  
  12. DRI_PRIME=pci-0000_03_00_0 vulkaninfo
  13. DXVK_FILTER_DEVICE_NAME="AMD Radeon RX 6800M (RADV NAVI22)"
  14.  
  15. ## DRI_PRIME=pci-0000_08_00_0 vulkaninfo
  16. ## DXVK_FILTER_DEVICE_NAME="AMD Radeon Graphics (RADV RENOIR)"
  17.  
  18. ############
  19. #KWin/Plasma
  20. ############
  21.  
  22. KWIN_DRM_DEVICES="/dev/dri/by-path/pci-0000\:03\:00.0-card:/dev/dri/by-path/pci-0000\:08\:00.0-card"
  23.  
  24. ###########
  25. # Utilities
  26. ###########
  27.  
  28. ## vulkaninfo | grep "GPU[0123]" -A 10
  29. ## lspci
  30.  
  31. #############
  32. # START NOTES
  33. #############
  34.  
  35. ## Reference:
  36. ## <https://www.neowin.net/forum/topic/1453488-kde-plasma-6-external-monitor-display-freezes-whilst-gaming-solved>
  37. ## <https://discussion.fedoraproject.org/t/display-rendering-is-slow-on-plasma-6-on-an-external-monitor/114143/18>
  38.  
  39. ###########
  40. # END NOTES
  41. ###########
  42.  
  43. HSA_OVERRIDE_GFX_VERSION="10.3.0" ollama serve
  44.  
  45. sudo usermod --append --groups render abc
  46. sudo usermod --append --groups users abc
  47.  
  48. https://wiki.tnonline.net/w/Btrfs/Adding_and_removing_devices
  49. https://wiki.tnonline.net/w/Btrfs/Profiles
  50.  
  51. btrfs device add /dev/nvme1n1 /
  52. btrfs balance start -dconvert=raid0 /
  53. sudo btrfs filesystem usage -T /
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement