On Thu, Dec 4, 2014 at 11:51 AM, Robert Nelson <[email protected]> wrote: > On Thu, Dec 4, 2014 at 11:48 AM, Leo738 <[email protected]> wrote: >> Hello All, >> >> I've just completed a fresh install of: >> >> ubuntu-14.04.1-console-armhf-2014-10-29 >> >> on a BB-XM rev B. >> >> I ran into issues with HDMI on kernel versions above 3.2: >> >> https://groups.google.com/d/msg/beagleboard/zi6Ft6JI2OM/5wuHfHtp3f0J >> >> but because of a stupid error had to upgrade (wiped a partition on the SD >> card by mistake). >> >> Anyway on the new install the HDMI was working correctly, showing text on >> startup. I then installed LXDE & no more HDMI. 'Tux' is shown in the top >> left hand corner for the initial couple of seconds but then the TV gives up >> & shows no signal. I've edited /boot/uEnv.txt to: >> >> #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 >> >> uname_r=3.17.1-armv7-x3 >> >> #dtb= >> >> uuid=f25adba4-d22e-462e-adaf-bfb0013c91f1 >> >> #Force HDMI resolution for LG42LV550T-ZA >> #From: >> https://groups.google.com/forum/?hl=en-GB#!searchin/beagleboard/HDMI/beagleboard/TOCarHIhVI8/_UxUKnOIJ9UJ >> #cmdline=video=DVI-D-1:1024x768@60e >> >> cmdline=quiet > > So from ^... Your just setting "cmdline=quiet".. if you want to force > 1024x768: > > #cmdline=quiet > > cmdline=video=DVI-D-1:1024x768@60e > > "#" is a comment in u-boot...
OH btw... when you installed LXDE, we need the omap ddx to be installed to: cd /opt/scripts/ git pull cd ./tools/graphics/ ./ti-omapdrm.sh 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.
