1600x1200.S 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*
  2. 1600x1200.S: EDID data set for standard 1600x1200 60 Hz monitor
  3. Copyright (C) 2013 Carsten Emde <C.Emde@osadl.org>
  4. This program is free software; you can redistribute it and/or
  5. modify it under the terms of the GNU General Public License
  6. as published by the Free Software Foundation; either version 2
  7. of the License, or (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program; if not, write to the Free Software
  14. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  15. */
  16. /* EDID */
  17. #define VERSION 1
  18. #define REVISION 3
  19. /* Display */
  20. #define CLOCK 162000 /* kHz */
  21. #define XPIX 1600
  22. #define YPIX 1200
  23. #define XY_RATIO XY_RATIO_4_3
  24. #define XBLANK 560
  25. #define YBLANK 50
  26. #define XOFFSET 64
  27. #define XPULSE 192
  28. #define YOFFSET 1
  29. #define YPULSE 3
  30. #define DPI 72
  31. #define VFREQ 60 /* Hz */
  32. #define TIMING_NAME "Linux UXGA"
  33. /* No ESTABLISHED_TIMINGx_BITS */
  34. #define HSYNC_POL 1
  35. #define VSYNC_POL 1
  36. #include "edid.S"