On Tue, Aug 5, 2014 at 6:37 PM, Catherine Pavlov <[email protected]> wrote: > So, should an older kernel version work then? > > Sorry if my questions are dumb; I'm rather new to this.
Okay, i've got a workaround for this old board. The i2c bus is timing out when trying to read the edid. (weather it's present or not).. So i just disabled it.. So to force a specific resolution you will have to use: video=DVI-D-1:1024x768@60e So your bootargs will look like: debian@arm:~$ dmesg | grep console [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait fixrtc musb_hdrc.fifo_mode=5 quiet video=DVI-D-1:1024x768@60e It'll be part of the "3.16.0-armv7-x3" kernel i'll push out shortly. It'll also be part of this month's image release. (which is tomorrow afternoon)... Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
