All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Chirgwin <dchirgwin@bluechiptechnology.co.uk>
To: zboszor@pr.hu
Cc: meta-freescale@yoctoproject.org
Subject: Re: Freescale i.MX6 SabreSD vs 1024x768 over HDMI
Date: Tue, 22 Jul 2014 16:59:09 +0100 (BST)	[thread overview]
Message-ID: <29139025.1147355.1406044748979.JavaMail.root@bluechiptechnology.co.uk> (raw)
In-Reply-To: <7c71640df1b8f36c4caaa27a934771b0.squirrel@webmail.prtelecom.hu>

Hi Zoltan,

----- Original Message -----
> From: zboszor@pr.hu
> To: meta-freescale@yoctoproject.org
> Sent: Tuesday, 22 July, 2014 3:57:56 PM
> Subject: [meta-freescale] Freescale i.MX6 SabreSD vs 1024x768 over HDMI
> 
> Hi,
> 
> how can I set 1024x768 for a HDMI-connected monitor for the board in
> $SUBJECT?
> Originally, I had this:
> 
> setenv video mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32
> setenv mmcargs 'setenv bootargs console=${console},${baudrate}
> root=${mmcroot} video=${video} consoleblank=0
> vt.global_cursor_default=0'
> 
> and all was well, fullHD is the native resolution of the monitor.
> 
> However, if I change the "setenv video ..." line like:
> 
> setenv video mxcfb0:dev=hdmi,1024x768M@60,if=RGB24,bpp=32
> or
> setenv video mxcfb0:dev=hdmi,1024x768@60,if=RGB24,bpp=32
> or
> setenv video mxcfb0:dev=hdmi,1024x768,if=RGB24,bpp=32
> or
> setenv video mxcfb0:dev=hdmi,1024x768,bpp=32
> 
> then I get a 640x480 resolution. What is the proper incantation to
> set
> 1024x768?
> 
You need to make sure your monitor will support 1024x768 - not all monitors do. I had a similar issue with my monitor reverting to 640x480 because it didn't support the mode I had set.
Try this from Linux command line:

cat /sys/class/graphics/fb0/modes

Dave C

> Thanks in advance,
> Zoltán Böszörményi
> 
> 
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
Blue Chip Technology Limited. Chowley Oak Lane, Tattenhall, Chester, Cheshire CH3 9EX Tel: 01829 772000 Registered in England 3110403 Vat No: GB 618 374134


  parent reply	other threads:[~2014-07-22 15:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-22 14:57 Freescale i.MX6 SabreSD vs 1024x768 over HDMI zboszor
2014-07-22 15:43 ` Jean-Michel Hautbois
2014-07-22 15:59 ` David Chirgwin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-07-22 15:47 zboszor
2014-07-22 16:00 ` Jean-Michel Hautbois
2014-07-22 16:48 zboszor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=29139025.1147355.1406044748979.JavaMail.root@bluechiptechnology.co.uk \
    --to=dchirgwin@bluechiptechnology.co.uk \
    --cc=meta-freescale@yoctoproject.org \
    --cc=zboszor@pr.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.