Hi,
I am new to the Rpi (and here), but not to Linux. I have some experience (not a guru) with Linux programming and setup, but the Rpi has such great graphics I am starting a new project.
I want to drive video monitors with the Rpi that have non standard geometry and timings and no EDID chip. I have looked into fbset and fb.modes. I have created new entries in the fb.modes file.
One has been modified from the standard 1280x1024-60 mode and works well.
The other was written from scratch and has a resolution of 1280x1280-60. I know all of the timing parameters and created the entry, but When I run the fbset command it returns the error: ioctl FBIOPUT_VSCREENINFO: Invalid argument.
My question is what is the maximum vertical resolution and maximum pixel clock? Can new entries be added to the fb.modes file and what are their limits? Any advice would be welcome!
Problem entry:
mode "1280x1280-60_low"
#D: 122 MHz, H: 79.12 kHx, V: 59.9 Hz
geometry 1280 1280 1280 1280 8
timings 8026 10 220 40 10 10 10
hsync low
vsync low
endmode
Many Thanks,
Lenny