Guest User

Untitled

a guest
Sep 25th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. [root@cat ~]# xrandr -q
  2. Screen 0: minimum 320 x 200, current 1280 x 720, maximum 4096 x 4096
  3. LVDS1 connected 1280x720+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
  4. 1280x720 60.0*+
  5. 800x600 60.3 56.2
  6. 640x480 59.9
  7. VGA1 disconnected (normal left inverted right x axis y axis)
  8. [root@cat ~]# gtf 1900 1080 60
  9.  
  10. # 1904x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 171.72 MHz
  11. Modeline "1904x1080_60.00" 171.72 1904 2024 2232 2560 1080 1081 1084 1118 -HSync +Vsync
  12.  
  13. [root@cat ~]# xrandr --newmode "1904x1080_60.00" 171.72 1904 2024 2232 2560 1080 1081 1084 1118 -HSync +Vsync
  14. [root@cat ~]# xrandr --addmode LVDS1 1904x1080_60.00
  15. X Error of failed request: BadMatch (invalid parameter attributes)
  16. Major opcode of failed request: 148 (RANDR)
  17. Minor opcode of failed request: 18 (RRAddOutputMode)
  18. Serial number of failed request: 25
  19. Current serial number in output stream: 26
Add Comment
Please, Sign In to add comment