9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Richard Miller <9fans@hamnavoe.com>
To: 9fans@9fans.net
Subject: Re: [9fans] No signal on some monitors with Raspberry Pi 400
Date: Wed, 10 Mar 2021 16:53:01 +0000	[thread overview]
Message-ID: <6f360858720dfad854cde00093177473@hamnavoe.com> (raw)
In-Reply-To: <1615393465.438211175@apps.rackspace.com>

> That is, if I plug into a ~10 year old Vizio television
> everything works fine at a reasonable resolution (1280x1024?  I haven't yet figured
> out which utility to use to query display properties)

Here's a simple way:

term% echo `{dd -if /dev/screen -bs 64 -count 1}

> , but if I plug it into a Dell
> S2817Q the monitor says "No signal detected."

That's a 4k monitor, I think. The native resolution is probably too big
to fit in the virtual area allowed for the kernel frame buffer. (Lack of
foresight - monitors were smaller when 9pi was first done.)

I'll see about fixing that soon. Meanwhile, you should be able to use
hdmi_group and hdmi_mode settings in config.txt to request a lower resolution.
Or add something like "vgasize=1600x1200x16" to the command line in cmdline.txt -
either method should work.


------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/T295835c4cafb6d4f-Md4f814e7c44f86d9f584b403
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

  reply	other threads:[~2021-03-10 16:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-10 16:24 Kent R. Spillner
2021-03-10 16:53 ` Richard Miller [this message]
2021-03-10 17:38   ` Bakul Shah
2021-03-10 18:48     ` hiro

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=6f360858720dfad854cde00093177473@hamnavoe.com \
    --to=9fans@hamnavoe.com \
    --cc=9fans@9fans.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).