Hi,
I am trying to get a QVGA (320x240) display to work with the DVI output. I have tried using fbset to no avail. What is the easiest way to configure the timing registers and why doesn't fbset work?
Thanks for any help.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am trying to get a QVGA (320x240) display to work with the DVI output. I have tried using fbset to no avail. What is the easiest way to configure the timing registers and why doesn't fbset work?
Thanks for any help.
The DVI driver on the OMAP3 EVM only currently supports 720p and 480p displays as described in the OMAP3 Linux PSP user's manual. Currently to guarantee proper output timing you would have to go into the display driver source code (OMAP35x_SDK_1.0.0\src\linux\kernel_org\2.6_kernel\drivers\video\omap) and modify the driver to support additional modes.
I found the tables that define the DVI 720p and 480p in OMAP35x_SDK_1.0.0\src\linux\kernel_org\2.6_kernel\arch\arm\plat-omap\display.c That table defines the display params, will there be additional changes in the driver\video\omap code besides defining a new table entry?
That is certainly one way to start, though I could not say for sure if you would our would not require additional modifications in the rest of the driver, I have not seen many users utilizing customized DVI timings.
Hi,
You just have to add a new entry in this table to add a new mode.
Thanks,
Brijesh Jadav