Advertisement
svxvcer

Untitled

Sep 16th, 2022 (edited)
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. меня DP-0 отсальные отключил.
  2.  
  3. В конфиг поправил пункт HorizSync:
  4. Section "Monitor"
  5. # HorizSync source: edid, VertRefresh source: edid
  6. ...........
  7. #HorizSync 222.0 - 222.0
  8. HorizSync 31.0 - 222.0
  9. .............
  10. и клонировал его по путям на всякий случай:
  11. root@pc:/etc/X11# find ./ -name "*.conf"
  12. ./xorg.conf
  13. ./xorg.conf.d/20-nvidia.conf
  14. С правкой полностью он выглядит так https://pastebin.com/kgfAaNYe (на всякий случай)
  15.  
  16. Перезагрузился
  17.  
  18. --------------------------------------------------------------
  19. xrandr
  20. Screen 0: minimum 8 x 8, current 1440 x 900, maximum 32767 x 32767
  21. DVI-D-0 disconnected (normal left inverted right x axis y axis)
  22. HDMI-0 disconnected (normal left inverted right x axis y axis)
  23. DP-0 connected primary 1440x900+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
  24. 2560x1440 144.00 + 120.00 59.95 59.95
  25. 1920x1080 119.88 60.00 59.94 50.00
  26. 1680x1050 59.95
  27. 1440x900 59.89*
  28. 1280x1024 75.02 60.02
  29. 1280x960 60.00
  30. 1280x800 59.81
  31. 1280x720 60.00 59.94 50.00
  32. 1152x864 75.00
  33. 1024x768 75.03 70.07 60.00
  34. 800x600 75.00 72.19 60.32 56.25
  35. 720x576 50.00
  36. 720x480 59.94
  37. 640x480 75.00 72.81 59.94
  38. DP-1 disconnected (normal left inverted right x axis y axis)
  39.  
  40. --------------------------------------------------------------
  41. xrandr --listmonitors
  42. Monitors: 1
  43. 0: +*DP-0 1440/600x900/340+0+0 DP-
  44. --------------------------------------------------------------
  45.  
  46. xrandr --newmode "1368x768_144.00" 226.50 1368 1480 1624 1880 768 771 781 838 -hsync +vsync
  47.  
  48. xrandr
  49. Screen 0: minimum 8 x 8, current 1440 x 900, maximum 32767 x 32767
  50. DVI-D-0 disconnected (normal left inverted right x axis y axis)
  51. HDMI-0 disconnected (normal left inverted right x axis y axis)
  52. DP-0 connected primary 1440x900+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
  53. 2560x1440 144.00 + 120.00 59.95 59.95
  54. 1920x1080 119.88 60.00 59.94 50.00
  55. 1680x1050 59.95
  56. 1440x900 59.89*
  57. 1280x1024 75.02 60.02
  58. 1280x960 60.00
  59. 1280x800 59.81
  60. 1280x720 60.00 59.94 50.00
  61. 1152x864 75.00
  62. 1024x768 75.03 70.07 60.00
  63. 800x600 75.00 72.19 60.32 56.25
  64. 720x576 50.00
  65. 720x480 59.94
  66. 640x480 75.00 72.81 59.94
  67. DP-1 disconnected (normal left inverted right x axis y axis)
  68. 1368x768_144.00 (0x200) 226.500MHz -HSync +VSync
  69. h: width 1368 start 1480 end 1624 total 1880 skew 0 clock 120.48KHz
  70. v: height 768 start 771 end 781 total 838 clock 143.77H
  71. --------------------------------------------------------------
  72.  
  73. xrandr --addmode DP-0 "1368x768_144.00"
  74. X Error of failed request: BadMatch (invalid parameter attributes)
  75. Major opcode of failed request: 140 (RANDR)
  76. Minor opcode of failed request: 18 (RRAddOutputMode)
  77. Serial number of failed request: 35
  78. Current serial number in output stream: 36
  79. --------------------------------------------------------------
  80. Эту команду нет смысла пробовать так как нету в DP-0 этого расширения в изза ошибки выше X Error of failed request:
  81. xrandr --output DP-0 --mode 1368x768_144.00
  82. xrandr: cannot find mode 1368x768_144.00
  83. --------------------------------------------------------------
  84. xrandr
  85. Screen 0: minimum 8 x 8, current 1440 x 900, maximum 32767 x 32767
  86. DVI-D-0 disconnected (normal left inverted right x axis y axis)
  87. HDMI-0 disconnected (normal left inverted right x axis y axis)
  88. DP-0 connected primary 1440x900+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
  89. 2560x1440 144.00 + 120.00 59.95 59.95
  90. 1920x1080 119.88 60.00 59.94 50.00
  91. 1680x1050 59.95
  92. 1440x900 59.89*
  93. 1280x1024 75.02 60.02
  94. 1280x960 60.00
  95. 1280x800 59.81
  96. 1280x720 60.00 59.94 50.00
  97. 1152x864 75.00
  98. 1024x768 75.03 70.07 60.00
  99. 800x600 75.00 72.19 60.32 56.25
  100. 720x576 50.00
  101. 720x480 59.94
  102. 640x480 75.00 72.81 59.94
  103. DP-1 disconnected (normal left inverted right x axis y axis)
  104. 1368x768_144.00 (0x200) 226.500MHz -HSync +VSync
  105. h: width 1368 start 1480 end 1624 total 1880 skew 0 clock 120.48KHz
  106. v: height 768 start 771 end 781 total 838 clock 143.77Hz
  107.  
  108.  
  109.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement