Advertisement
dgnd3700v1

Untitled

Mar 3rd, 2024
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. lsd@Crawler-E25:~$ cat /etc/X11/xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig: version 550.54.14
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Files"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. # generated from default
  17. Identifier "Mouse0"
  18. Driver "mouse"
  19. Option "Protocol" "auto"
  20. Option "Device" "/dev/psaux"
  21. Option "Emulate3Buttons" "no"
  22. Option "ZAxisMapping" "4 5"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. # generated from default
  27. Identifier "Keyboard0"
  28. Driver "kbd"
  29. EndSection
  30.  
  31. Section "Monitor"
  32. Identifier "Monitor0"
  33. VendorName "Unknown"
  34. ModelName "Unknown"
  35. Option "DPMS"
  36. EndSection
  37.  
  38. #Section "Device"
  39. # Identifier "Device0"
  40. # Driver "nvidia"
  41. # VendorName "NVIDIA Corporation"
  42. # BusID "PCI:1:0:0"
  43. #EndSection
  44. Section "Device"
  45. Identifier "Device2"
  46. Driver "amdgpu"
  47. VendorName "AMD"
  48. BusID "PCI:6:0:0"
  49. EndSection
  50.  
  51. Section "Screen"
  52. Identifier "Screen0"
  53. Device "Device0"
  54. Monitor "Monitor0"
  55. DefaultDepth 24
  56. SubSection "Display"
  57. Depth 24
  58. EndSubSection
  59. EndSection
  60.  
  61. lsd@Crawler-E25:~$
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement