Guest User

Untitled

a guest
Jan 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. x@x-pc:~$ xrandr
  2. Screen 0: minimum 8 x 8, current 1360 x 768, maximum 32767 x 32767
  3. DVI-D-0 disconnected (normal left inverted right x axis y axis)
  4. HDMI-0 connected primary 1360x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
  5. 1024x768 60.00 +
  6. 1360x768 59.96* 59.80
  7. 1152x864 60.00
  8. 800x600 72.19 60.32 56.25
  9. 680x384 59.96 59.80
  10. 640x480 59.94
  11. 512x384 60.00
  12. 400x300 72.19
  13. 320x240 60.05
  14. HDMI-1 disconnected (normal left inverted right x axis y axis)
  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. DP-2 disconnected (normal left inverted right x axis y axis)
  18. DP-3 disconnected (normal left inverted right x axis y axis)
  19.  
  20. x@x-pc:~$ cvt 1920 1080 60
  21. # 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
  22. Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  23.  
  24. x@x-pc:~$ xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  25.  
  26. x@x-pc:~$ xrandr --addmode HDMI-0 1920x1080_60.00
  27.  
  28. X Error of failed request: BadMatch (invalid parameter attributes)
  29. Major opcode of failed request: 140 (RANDR)
  30. Minor opcode of failed request: 18 (RRAddOutputMode)
  31. Serial number of failed request: 41
  32. Current serial number in output stream: 42
  33.  
  34. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  35. # nvidia-xconfig: version 375.26 (buildmeister@swio-display-x86-rhel47-01) Thu Dec 8 19:07:46 PST 2016
  36.  
  37. Section "ServerLayout"
  38. Identifier "Layout0"
  39. Screen 0 "Screen0"
  40. InputDevice "Keyboard0" "CoreKeyboard"
  41. InputDevice "Mouse0" "CorePointer"
  42. EndSection
  43.  
  44. Section "Files"
  45. EndSection
  46.  
  47. Section "InputDevice"
  48. # generated from default
  49. Identifier "Mouse0"
  50. Driver "mouse"
  51. Option "Protocol" "auto"
  52. Option "Device" "/dev/psaux"
  53. Option "Emulate3Buttons" "no"
  54. Option "ZAxisMapping" "4 5"
  55. EndSection
  56.  
  57. Section "InputDevice"
  58. # generated from default
  59. Identifier "Keyboard0"
  60. Driver "kbd"
  61. EndSection
  62.  
  63. Section "Monitor"
  64. Identifier "Monitor0"
  65. VendorName "Unknown"
  66. ModelName "Unknown"
  67. HorizSync 28.0 - 33.0
  68. VertRefresh 43.0 - 72.0
  69. Option "DPMS"
  70. EndSection
  71.  
  72. Section "Device"
  73. Identifier "Device0"
  74. Driver "nvidia"
  75. VendorName "NVIDIA Corporation"
  76. EndSection
  77.  
  78. Section "Screen"
  79. Identifier "Screen0"
  80. Device "Device0"
  81. Monitor "Monitor0"
  82. DefaultDepth 24
  83. SubSection "Display"
  84. Depth 24
  85. EndSubSection
  86. EndSection
Add Comment
Please, Sign In to add comment