Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. samuel@debian:~$ xrandr -q
  2. Screen 0: minimum 8 x 8, current 1360 x 768, maximum 16384 x 16384
  3. DVI-I-0 disconnected (normal left inverted right x axis y axis)
  4. DVI-I-1 disconnected (normal left inverted right x axis y axis)
  5. HDMI-0 connected primary 1360x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
  6. 1024x768 60.00 +
  7. 1360x768 59.96* 59.80
  8. 1152x864 60.00
  9. 800x600 72.19 60.32 56.25
  10. 680x384 59.96 59.80
  11. 640x480 59.94
  12. 512x384 60.00
  13. 400x300 72.19
  14. 320x240 60.05
  15. DP-0 disconnected (normal left inverted right x axis y axis)
  16. DP-1 disconnected (normal left inverted right x axis y axis)
  17. DVI-D-0 disconnected (normal left inverted right x axis y axis)
  18. samuel@debian:~$ cvt 1280 720
  19. # 1280x720 59.86 Hz (CVT 0.92M9) hsync: 44.77 kHz; pclk: 74.50 MHz
  20. Modeline "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync
  21. samuel@debian:~$ xrandr --newmode "720p" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync
  22. samuel@debian:~$ xrandr --addmode HDMI-0 720p
  23. samuel@debian:~$ xrandr --output HDMI-0 --mode 720p
  24. samuel@debian:~$ cvt 1920 1080
  25. # 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
  26. Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  27. samuel@debian:~$ xrandr --newmode "1080p" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  28. samuel@debian:~$ xrandr --addmode HDMI-0 1080p
  29. X Error of failed request: BadMatch (invalid parameter attributes)
  30. Major opcode of failed request: 140 (RANDR)
  31. Minor opcode of failed request: 18 (RRAddOutputMode)
  32. Serial number of failed request: 39
  33. Current serial number in output stream: 40
  34. samuel@debian:~$ xrandr -q
  35. Screen 0: minimum 8 x 8, current 1280 x 720, maximum 16384 x 16384
  36. DVI-I-0 disconnected (normal left inverted right x axis y axis)
  37. DVI-I-1 disconnected (normal left inverted right x axis y axis)
  38. HDMI-0 connected primary 1280x720+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
  39. 1024x768 60.00 +
  40. 1360x768 59.96 59.80
  41. 720p 59.86*
  42. 1152x864 60.00
  43. 800x600 72.19 60.32 56.25
  44. 680x384 59.96 59.80
  45. 640x480 59.94
  46. 512x384 60.00
  47. 400x300 72.19
  48. 320x240 60.05
  49. DP-0 disconnected (normal left inverted right x axis y axis)
  50. DP-1 disconnected (normal left inverted right x axis y axis)
  51. DVI-D-0 disconnected (normal left inverted right x axis y axis)
  52. 1080p (0x21a) 173.000MHz
  53. h: width 1920 start 2048 end 2248 total 2576 skew 0 clock 67.16KHz
  54. v: height 1080 start 1083 end 1088 total 1120 clock 59.96Hz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement