Advertisement
Guest User

xorg_edit2.conf

a guest
Oct 5th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 450.66
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "Files"
  12. EndSection
  13.  
  14. Section "InputDevice"
  15. # generated from default
  16. Identifier "Mouse0"
  17. Driver "mouse"
  18. Option "Protocol" "auto"
  19. Option "Device" "/dev/psaux"
  20. Option "Emulate3Buttons" "no"
  21. Option "ZAxisMapping" "4 5"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. # generated from default
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. EndSection
  29.  
  30. Section "Monitor"
  31. Identifier "Monitor0"
  32. VendorName "Unknown"
  33. ModelName "Unknown"
  34.  
  35. Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  36. Modeline "1920x1080_75.00" 220.75 1920 2064 2264 2608 1080 1083 1088 1130 -hsync +vsync
  37. Modeline "1920x1080_79.00" 233.25 1920 2064 2264 2608 1080 1083 1088 1133 -hsync +vsync
  38.  
  39. Option "DPMS"
  40. EndSection
  41.  
  42. Section "Device"
  43. Identifier "Device0"
  44. Driver "nvidia"
  45. VendorName "NVIDIA Corporation"
  46. EndSection
  47.  
  48. Section "Screen"
  49. Identifier "Screen0"
  50. Device "Device0"
  51. Monitor "Monitor0"
  52. DefaultDepth 24
  53. SubSection "Display"
  54. Depth 24
  55. Modes "1920x1080_79.00"
  56. EndSubSection
  57.  
  58. Option "NoBandWidthTest" "true"
  59. Option "IgnoreEDIDChecksum" "DFP"
  60. Option "UseEDID" "False"
  61. Option "UseEDIDDPI" "False"
  62. Option "UseEDIDFreqs" "False"
  63. Option "ExactModeTimingsDVI" "True"
  64. Option "ModeValidation" "NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck, NoEDIDModes"
  65.  
  66. Option "metamodes" "HDMI-0: 1920x1080_79.00 @1920x1080 +0+0, DFP-4: 1920x1080_79.00 @1980x1080 +1920+0"
  67. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement