HDMI 1024x600 resolution

143 views
Skip to first unread message

Laurent d'Havé

unread,
Jan 12, 2015, 7:46:10 AM1/12/15
to beagl...@googlegroups.com
I've hooked an external 10" HDMI monitor. Native resolution is 1024x600.
I'm unable to force the BBB to that resolution.

There exists a Touchscreen cape that runs that exact resolution, so i'm wondering how they do it ?


Please advice/help. Thank you

TJF

unread,
Jan 12, 2015, 11:54:15 AM1/12/15
to beagl...@googlegroups.com
Setting the resolution in \boot\uEnv,txt should work:

#Video: Uncomment to override:
kms_force_mode
=video=HDMI-A-1:1024x600M-16@60

Note the 'M' after the resolution spec.

Laurent d'Havé

unread,
Jan 12, 2015, 12:02:35 PM1/12/15
to beagl...@googlegroups.com
nice, never heard of kms_force_video though.

Strange thing, the screen is receiving 1440x900 even though i forced 1024x600 (well i copy/pasted your string).

TJF

unread,
Jan 13, 2015, 5:09:04 AM1/13/15
to beagl...@googlegroups.com


Am Montag, 12. Januar 2015 18:02:35 UTC+1 schrieb Laurent d'Havé:
nice, never heard of kms_force_video though.

Just the name of a variable in the script that came with my distro.

Strange thing, the screen is receiving 1440x900 even though i forced 1024x600 (well i copy/pasted your string).

Where do you get this resolution 1440x900 get from? Is it at boot time or after the X server configuration?

Laurent d'Havé

unread,
Jan 13, 2015, 6:34:36 AM1/13/15
to beagl...@googlegroups.com
I'd love to know :)

As soon as the beagle starts (with the beagle splash image) i'm getting 1440x900 !!

I'll give it a try with another monitor or tv, see if that changes much.

TJF

unread,
Jan 13, 2015, 6:41:41 AM1/13/15
to beagl...@googlegroups.com
I'd need to check you complete /boot/uEnv.txt to give further help. Booting from SD or eMMC?

Laurent d'Havé

unread,
Jan 13, 2015, 8:05:26 AM1/13/15
to beagl...@googlegroups.com

Sure.
Booting off eMMC

uEnv : 
optargs=quiet capemgr.enable_partno=BB-UART1,BB-UART2 capemgr.disable_partno=BB-BONELT-HDMI kms_force_mode=video=HDMI-A-1:1024x600M-16@60

i'm using a custom cape for 2x rs232 ports :)

TJF

unread,
Jan 13, 2015, 11:06:18 AM1/13/15
to beagl...@googlegroups.com
Looks wired to me. I miss a line like

mmcargs=setenv bootargs console=${console} ${optargs} ${kms_force_mode} root=${mmcroot} rootfstype=${mmcrootfstype} ${expansion} ${systemd}

where the variable kms_force_mode gets used. Which kernel version (and distro) are you using?

Laurent d'Havé

unread,
Jan 13, 2015, 11:44:25 AM1/13/15
to beagl...@googlegroups.com
I've never seen such a format for uEnv.txt file.

I'm running bitbaked Angstrom image using angstrom-v2014.06-yocto1.6 branch

kernel is 3.8.13

Robert Nelson

unread,
Jan 13, 2015, 11:48:18 AM1/13/15
to Beagle Board
On Tue, Jan 13, 2015 at 10:44 AM, Laurent d'Havé <ldh...@gmail.com> wrote:
> I've never seen such a format for uEnv.txt file.
>
> I'm running bitbaked Angstrom image using angstrom-v2014.06-yocto1.6 branch

That's because your running Angstrom ^...

For Debian/Ubuntu users, I've given visible configuration options to
users via "uEnv.txt"..

Regards,

--
Robert Nelson
http://www.rcn-ee.com/

TJF

unread,
Jan 13, 2015, 11:48:33 AM1/13/15
to beagl...@googlegroups.com
I run the same kernel 3.8.13-bone37, but Debian Jessie.

Sorry, I've no experience with Angström and its boot loader.

Laurent d'Havé

unread,
Dec 3, 2015, 11:37:57 AM12/3/15
to BeagleBoard
I solved this with the line

video=HDMI-A-1:1024x600M@60

I'm using the new yocto 2015.12 and kernel4 since . Maybe there was a bug with earlier versions.
Reply all
Reply to author
Forward
0 new messages