Advertisement
svxvcer

Untitled

Sep 15th, 2022
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. root@pc:/home/oem# cvt 1366 768 144
  2. # 1368x768 143.77 Hz (CVT) hsync: 120.48 kHz; pclk: 226.50 MHz
  3. Modeline "1368x768_144.00" 226.50 1368 1480 1624 1880 768 771 781 838 -hsync +vsync
  4.  
  5. root@pc:/home/oem# gtf 1366 768 144
  6.  
  7. # 1368x768 @ 144.00 Hz (GTF) hsync: 120.24 kHz; pclk: 226.05 MHz
  8. Modeline "1368x768_144.00" 226.05 1368 1472 1624 1880 768 769 772 835 -HSync +Vsync
  9.  
  10. root@pc:/home/oem# xrandr
  11. Screen 0: minimum 8 x 8, current 1440 x 900, maximum 32767 x 32767
  12. DVI-D-0 disconnected (normal left inverted right x axis y axis)
  13. HDMI-0 disconnected (normal left inverted right x axis y axis)
  14. DP-0 connected primary 1440x900+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
  15. 2560x1440 144.00 + 120.00 59.95 59.95
  16. 1920x1080 119.88 60.00 59.94 50.00
  17. 1680x1050 59.95
  18. 1440x900 59.89*
  19. 1280x1024 75.02 60.02
  20. 1280x960 60.00
  21. 1280x800 59.81
  22. 1280x720 60.00 59.94 50.00
  23. 1152x864 75.00
  24. 1024x768 75.03 70.07 60.00
  25. 800x600 75.00 72.19 60.32 56.25
  26. 720x576 50.00
  27. 720x480 59.94
  28. 640x480 75.00 72.81 59.94
  29. DP-1 disconnected (normal left inverted right x axis y axis)
  30.  
  31. root@pc:/home/oem# xrandr --verbose --newmode "1368x768_144.00" 226.50 1368 1480 1624 1880 768 771 781 838 -hsync +vsync
  32. root@pc:/home/oem# xrandr
  33. Screen 0: minimum 8 x 8, current 1440 x 900, maximum 32767 x 32767
  34. DVI-D-0 disconnected (normal left inverted right x axis y axis)
  35. HDMI-0 disconnected (normal left inverted right x axis y axis)
  36. DP-0 connected primary 1440x900+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
  37. 2560x1440 144.00 + 120.00 59.95 59.95
  38. 1920x1080 119.88 60.00 59.94 50.00
  39. 1680x1050 59.95
  40. 1440x900 59.89*
  41. 1280x1024 75.02 60.02
  42. 1280x960 60.00
  43. 1280x800 59.81
  44. 1280x720 60.00 59.94 50.00
  45. 1152x864 75.00
  46. 1024x768 75.03 70.07 60.00
  47. 800x600 75.00 72.19 60.32 56.25
  48. 720x576 50.00
  49. 720x480 59.94
  50. 640x480 75.00 72.81 59.94
  51. DP-1 disconnected (normal left inverted right x axis y axis)
  52. 1368x768_144.00 (0x21a) 226.500MHz -HSync +VSync
  53. h: width 1368 start 1480 end 1624 total 1880 skew 0 clock 120.48KHz
  54. v: height 768 start 771 end 781 total 838 clock 143.77Hz
  55.  
  56. root@pc:/home/oem# xrandr --verbose --addmode DP-0 1368x768_144.00
  57. X Error of failed request: BadMatch (invalid parameter attributes)
  58. Major opcode of failed request: 140 (RANDR)
  59. Minor opcode of failed request: 18 (RRAddOutputMode)
  60. Serial number of failed request: 35
  61. Current serial number in output stream: 36
  62.  
  63.  
  64.  
  65.  
  66.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement