2048x1152 resolution on ANY os
Hey,
Great computer, great hardware, but struggling with software. Namely, does any of the current LePotato supported OS-es have a way of displaying this resolution natively? Preferably with chromium browser. Any plans for building a Chromium-OS image?
Many thanks in advance!
M
Tagged:
Comments
Post the EDID of your monitor.
after googling a whole bunch how to do it on MacOS, found a way of extracting EDID, this is overkill, but I hope it countains the info needed:
E: Also is there a way to flip the display 90degrees?
------------------- RAW DATA ------------------------
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
0 | 00 FF FF FF FF FF FF 00 4C 2D 1F 04 33 32 59 4D
1 | 09 13 01 03 80 33 1D 78 2A EE 91 A3 54 4C 99 26
2 | 0F 50 54 23 08 00 81 80 81 40 81 00 95 00 B3 00
3 | 01 01 01 01 01 01 3B 3D 00 A0 80 80 21 40 30 20
4 | 35 00 FE 1F 11 00 00 1A 00 00 00 FD 00 38 3C 1E
5 | 51 10 00 0A 20 20 20 20 20 20 00 00 00 FC 00 53
6 | 79 6E 63 4D 61 73 74 65 72 0A 20 20 00 00 00 FF
7 | 00 48 39 58 53 32 30 37 33 32 35 0A 20 20 00 E6
< 00FFFFFF FFFFFF00 4C2D1F04 3332594D 09130103 80331D78 2AEE91A3 544C9926 0F505423 08008180 81408100 9500B300 01010101 01013B3D 00A08080 21403020 3500FE1F 1100001A 000000FD 00383C1E 5110000A 20202020 20200000 00FC0053 796E634D 61737465 720A2020 000000FF 00483958 53323037 3332350A 202000E6 >
{ 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x4C, 0x2D, 0x1F, 0x04, 0x33, 0x32, 0x59, 0x4D, 0x09, 0x13, 0x01, 0x03, 0x80, 0x33, 0x1D, 0x78, 0x2A, 0xEE, 0x91, 0xA3, 0x54, 0x4C, 0x99, 0x26, 0x0F, 0x50, 0x54, 0x23, 0x08, 0x00, 0x81, 0x80, 0x81, 0x40, 0x81, 0x00, 0x95, 0x00, 0xB3, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x3B, 0x3D, 0x00, 0xA0, 0x80, 0x80, 0x21, 0x40, 0x30, 0x20, 0x35, 0x00, 0xFE, 0x1F, 0x11, 0x00, 0x00, 0x1A, 0x00, 0x00, 0x00, 0xFD, 0x00, 0x38, 0x3C, 0x1E, 0x51, 0x10, 0x00, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFC, 0x00, 0x53, 0x79, 0x6E, 0x63, 0x4D, 0x61, 0x73, 0x74, 0x65, 0x72, 0x0A, 0x20, 0x20, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x48, 0x39, 0x58, 0x53, 0x32, 0x30, 0x37, 0x33, 0x32, 0x35, 0x0A, 0x20, 0x20, 0x00, 0xE6 }
------------------- MAIN EDID BLOCK -----------------
Display Supported Features:
Display type:
Input signal & sync:
Color info:
Established Timings:
Manufacturer Reserved Timings:
Standard Timing Identification:
Monitor Description blocks:
Following your guide with
parse-edid
:Section "Monitor"
Identifier "SyncMaster"
ModelName "SyncMaster"
VendorName "SAM"
# Monitor Manufactured week 9 of 2009
# EDID version 1.3
# Digital Display
DisplaySize 510 290
Gamma 2.20
Option "DPMS" "true"
Horizsync 30-81
VertRefresh 56-60
# Maximum pixel clock is 160MHz
#Not giving standard mode: 1280x1024, 60Hz
#Not giving standard mode: 1280x960, 60Hz
#Not giving standard mode: 1280x800, 60Hz
#Not giving standard mode: 1440x900, 60Hz
#Not giving standard mode: 1680x1050, 60Hz
Modeline "Mode 0" +hsync -vsync
EndSection