Need help for change resolution of beagebone!

I has developed a VGA cape for beaglebone use eepron and driver of DVI cape, my cape run perfect on my vga monitor( 19" wide lcd) but with default resolution 1024x768, now i want used lvds LCD 10.1" … hardware is easy for me but i do’nt know to change resolution of beagebone to 1024x600, Can any body help me to do it? thank!

You can try changing dvimode in uEnv.txt

cat /sys/devices/platform/omapdss/display2/timings

echo “whatever timings you need” > /sys/devices/platform/omapdss/display2/timings

Or modifying the timings used in your kernel panel driver


Wait you said beaglebone, I’m use to beagleboard not sure if everything I said applies