Guest User

Untitled

a guest
Nov 16th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 440.31
  3.  
  4. # Edited to make amd gpu load first
  5.  
  6. Section "ServerLayout"
  7. Identifier "Layout0"
  8. Screen 0 "Screen0" 0 0
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. InputDevice "Mouse0" "CorePointer"
  11. EndSection
  12.  
  13. Section "Files"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17.  
  18. # generated from default
  19. Identifier "Mouse0"
  20. Driver "mouse"
  21. Option "Protocol" "auto"
  22. Option "Device" "/dev/psaux"
  23. Option "Emulate3Buttons" "no"
  24. Option "ZAxisMapping" "4 5"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28.  
  29. # generated from default
  30. Identifier "Keyboard0"
  31. Driver "kbd"
  32. EndSection
  33.  
  34. Section "Monitor"
  35. Identifier "Monitor1"
  36. Modeline "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
  37. Option "PreferredMode" "1920x1080_144.00"
  38. VendorName "Unknown"
  39. ModelName "Unknown"
  40. Option "DPMS"
  41. EndSection
  42.  
  43.  
  44. # Do I need to load this?
  45. # Is there some other way I should get the card to play nice?
  46. Section "Device"
  47. Identifier "Device0"
  48. Driver "nvidia"
  49. VendorName "NVIDIA Corporation"
  50. EndSection
  51.  
  52. Section "Device"
  53. Identifier "AMD"
  54. Driver "amdgpu"
  55. Option "Tearfree" "true"
  56. Option "VariableRefresh" "true"
  57. EndSection
  58.  
  59. Section "Screen"
  60. Identifier "Screen0"
  61. Device "AMD"
  62. Monitor "Monitor1"
  63. DefaultDepth 24
  64. Option "Coolbits" "4"
  65. SubSection "Display"
  66. Depth 24
  67. Modes "1920x1080_144.00"
  68. EndSubSection
  69. EndSection
Advertisement
Add Comment
Please, Sign In to add comment