Created
August 6, 2011 06:22
-
-
Save shamun/1129074 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [sun@example ~]$ cvt 4096 2160 | |
| # 4096x2160 59.98 Hz (CVT) hsync: 134.18 kHz; pclk: 760.00 MHz | |
| Modeline "4096x2160_60.00" 760.00 4096 4432 4880 5664 2160 2163 2173 2237 -hsync +vsync | |
| [sun@example ~]$ xrandr --newmode name2 760.00 4096 4432 4880 5664 2160 2163 2173 2237 | |
| [sun@example ~]$ xrandr --addmode VGA1 name2 | |
| X Error of failed request: BadMatch (invalid parameter attributes) | |
| Major opcode of failed request: 149 (RANDR) | |
| Minor opcode of failed request: 18 (RRAddOutputMode) | |
| Serial number of failed request: 29 | |
| Current serial number in output stream: 30 | |
| [sun@example ~]$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment