I'm trying to change resolution on my am335x based board. LCD interface is connected to sii9022 HDMI converter. Kernel: git://arago-project.org/git/projects/linux-am33x.git branch: lcd-fbset
When I try to switch resolution from 1024x768 to 800x600 I get a wrong picture on the monitor. Monitor itself reports proper resolution and frequency (the same values, as when I set this resolution at compile time in drivers/video/da8xx). fbset reports proper values too. As far as i understand X server still operates in 1024x768.
I tried xrandr, but after adding mode and trying to apply it I got following error:
Configure crtc 0 failed
Any idea how to change the mode?
Yegor