| Changing the display resolution |
|
|
|
| Written by Administrator |
| Friday, 23 October 2009 13:55 |
|
Unfortunately the display subsystem in OMAP3 Linux isn't quite as flexible as you might be used to on your desktop system. Currently the display resolution cannot be easily changed "on the fly", you must set it using an environment variable in u-boot. Fortunately this is a fairly simple process: 1. Press any key during the boot sequence when u-boot prints the following message: Hit any key to stop autoboot: 2. Choose one of the following resolutions that are known to work:
3. Set the dvimode environment variable to your desired resolution, save the setting, and start the boot process: # setenv dvimode 1280x1024MR-16@60 |
| Last Updated on Tuesday, 15 December 2009 15:59 |
0 Comments