Advertisement
Guest User

Untitled

a guest
Jul 4th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. --------------20-opengl.conf----------------------
  2.  
  3. Section "Files"
  4. ModulePath "/usr/lib64/opengl/nvidia"
  5. ModulePath "/usr/lib64/xorg/modules"
  6. ModulePath "/usr/lib64/opengl/xorg-x11/extensions/"
  7. EndSection
  8.  
  9. --------------------------------------------------
  10.  
  11.  
  12.  
  13.  
  14. --------------30-nvidia.conf----------------------
  15.  
  16. Section "ServerLayout"
  17. Identifier "layout"
  18. Screen 0 "nvidia"
  19. EndSection
  20.  
  21. Section "Device"
  22. Identifier "Nvidia Card"
  23. Driver "nvidia"
  24. VendorName "NVIDIA Corporation"
  25. BoardName "GeForce GTS 450"
  26. BusID "01:00:0"
  27. Option "ConnectToAcpid" "0"
  28. EndSection
  29.  
  30. Section "Screen"
  31. Identifier "nvidia"
  32. Device "nvidia"
  33. Option "AllowEmptyInitialConfiguration"
  34. DefaultDepth 24
  35. SubSection "Display"
  36. Depth 24
  37. EndSubSection
  38. EndSection
  39.  
  40. Section "module"
  41. load "glx"
  42. load "dri"
  43. load "dri2"
  44. EndSection
  45.  
  46. Section "dri"
  47. Mode 0666
  48. EndSection
  49.  
  50. --------------------------------------------------
  51.  
  52.  
  53. --------50-nvidia-drm-outputclass.conf------------
  54.  
  55. # This xorg.conf.d configuration snippet configures the X server to
  56. # automatically load the nvidia X driver when it detects a device driven by the
  57. # nvidia-drm.ko kernel module. Please note that this only works on Linux kernels
  58. # version 3.9 or higher with CONFIG_DRM enabled, and only if the nvidia-drm.ko
  59. # kernel module is loaded before the X server is started.
  60.  
  61. Section "OutputClass"
  62. Identifier "nvidia"
  63. MatchDriver "nvidia-drm"
  64. Driver "nvidia"
  65. EndSection
  66.  
  67. --------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement