Edited by justiceiro at 2016-6-20 05:17
So, it seems that my televisor doesn't has one modeline lying around. Howerver, at least i found a calculator here:
http://arachnoid.com/modelines/
It gave me the output :
- # 1360x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 84.72 MHz
- Modeline "1360x768_60.00" 84.72 1360 1424 1568 1776 768 769 772 795 -HSync +Vsync
Copy code
But, i got a modeline for the maximum 60 fps resolution of my other monitor
- Modeline............... "1366x768" 85,500 1366 1436 1579 1792 768 771 774 798 +hsync +vsync
Copy code
So, which one is the correct?
...
...
...
Know what? Why don't we just put them both in there and just test for ourselves?
Lets do it so. If my calculations are correct, you should include the following lines:
- {HDMI1360P_60, 0,84720000, 0, 1360, 768, 1776, 352, 64, 144, 795, 26, 1, 3, 0, 1, 0, 0, 0},
- {HDMI1366P_60, 0,85500000, 0, 1366, 768, 1792, 356, 70, 143, 798, 27, 3, 3, 1, 1, 0, 0, 0},
Copy code
it seems also that i overcomplicated the calculation a bit up there. But anyway, now what, how can i test this? |