Google says that the Samsung UA32F4000AM has a native resolution of 1366x768.
There are a few quirks being ironed out with that specific resolution at the moment.
You can force the resolution in the console, but annoyingly X goes and ignores anything set up there. If you can ssh in, then running
Code: Select all
DISPLAY=:0 xrandr --output HDMI-1 --mode 1280x720
should reset the mode to 720p.
If you can dump the display EDID and post it somewhere accessible then it would be useful to enable us to confirm the above.
/sys/class/drm/card1-HDMI-A-1/edid is the file in question, but it's binary so using base64 or similar is the easiest to quote it as text here. eg
Code: Select all
pi@raspberrypi:~ $ base64 /sys/class/drm/card1-HDMI-A-1/edid
AP///////wAQrOhAUzIyMC0aAQOANR546u6Vo1RMmSYPUFSlSwBxT4GAqUDRwAEBAQEBAQEBAjqA
GHE4LUBYLEUADyghAAAeAAAA/wA5TTM0VDZCQjAyMlMKAAAA/ABERUxMIFUyNDE3SAogAAAA/QAy
Sx5TEQAKICAgICAgAaMCAybxT5AFBAMCBxYBBhESFRMUHyMJBwdlAwwAEACDAQAA4wUAAAI6gBhx
OC1AWCxFAA8oIQAAHgEdgBhxHBYgWCwlAA8oIQAAngEdAHJR0B4gbihVAA8oIQAAHowK0Iog4C0Q
ED6WAA8oIQAAGAAAAAAAAAAAAAAAAAAAAAAAGQ==
Software Engineer at Raspberry Pi Trading. Views expressed are still personal views.
I'm not interested in doing contracts for bespoke functionality - please don't ask.