Advertisement
svxvcer

Untitled

Sep 15th, 2022
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. До перехода на опенсос файл /etc/X11/xorg.conf.d/20-nvidia.conf был и я добавлял как тут Option "ModeValidation" "AllowNonEdidModes".
  2.  
  3. Сейчас нет файлов
  4. /etc/X11/xorg.conf.d/20-nvidia.conf
  5. /etc/X11/xorg.conf
  6.  
  7. Я сгенерировал его в nvidia-settings и подставлял как
  8. /etc/X11/xorg.conf.d/20-nvidia.conf
  9. /etc/X11/xorg.conf
  10. Результата нет, более того в этом конфиге расширении стоит больше чем у меня по умолчанию сейчал (специально чтоб проверить читает ли система конфиг) Но после перезагрузки расширение тоже самое и не меняется.
  11.  
  12. ======================================================================================================================
  13. # nvidia-settings: X configuration file generated by nvidia-settings
  14. # nvidia-settings: version 510.47.03
  15.  
  16. Section "ServerLayout"
  17. Identifier "Layout0"
  18. Screen 0 "Screen0" 0 0
  19. InputDevice "Keyboard0" "CoreKeyboard"
  20. InputDevice "Mouse0" "CorePointer"
  21. Option "Xinerama" "0"
  22. EndSection
  23.  
  24. Section "Files"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. # generated from default
  29. Identifier "Mouse0"
  30. Driver "mouse"
  31. Option "Protocol" "auto"
  32. Option "Device" "/dev/psaux"
  33. Option "Emulate3Buttons" "no"
  34. Option "ZAxisMapping" "4 5"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38. # generated from default
  39. Identifier "Keyboard0"
  40. Driver "kbd"
  41. EndSection
  42.  
  43. Section "Monitor"
  44. # HorizSync source: edid, VertRefresh source: edid
  45. Identifier "Monitor0"
  46. VendorName "Unknown"
  47. ModelName "Acer VG270U P"
  48. HorizSync 222.0 - 222.0
  49. VertRefresh 40.0 - 144.0
  50. Option "DPMS"
  51. EndSection
  52.  
  53. Section "Device"
  54. Identifier "Device0"
  55. Driver "nvidia"
  56. VendorName "NVIDIA Corporation"
  57. BoardName "NVIDIA GeForce GTX 1660 SUPER"
  58. Option "ModeValidation" "AllowNonEdidModes"
  59. EndSection
  60.  
  61. Section "Screen"
  62. Identifier "Screen0"
  63. Device "Device0"
  64. Monitor "Monitor0"
  65. DefaultDepth 24
  66. Option "Stereo" "0"
  67. Option "nvidiaXineramaInfoOrder" "DFP-2"
  68. Option "metamodes" "2560x1440 +0+0; 1440x900 +0+0"
  69. Option "SLI" "Off"
  70. Option "MultiGPU" "Off"
  71. Option "BaseMosaic" "off"
  72. SubSection "Display"
  73. Depth 24
  74. EndSubSection
  75. EndSection
  76.  
  77.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement