9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] Raspberry screen resolution
@ 2021-01-30 22:20 Eckard Brauer
  2021-02-02  1:19 ` raingloom
  0 siblings, 1 reply; 4+ messages in thread
From: Eckard Brauer @ 2021-01-30 22:20 UTC (permalink / raw)
  To: 9front

How is it possible to set screen resolution on pi, as vga= in plan9.ini
or cmdline.txt seems not to work and config.txt looks not very Raspbian
compatible?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] Raspberry screen resolution
  2021-01-30 22:20 [9front] Raspberry screen resolution Eckard Brauer
@ 2021-02-02  1:19 ` raingloom
  2021-02-02  1:38   ` Noam Preil
  0 siblings, 1 reply; 4+ messages in thread
From: raingloom @ 2021-02-02  1:19 UTC (permalink / raw)
  To: Eckard Brauer; +Cc: 9front

On Sat, 30 Jan 2021 23:20:01 +0100
Eckard Brauer <eckard.brauer@gmx.de> wrote:

> How is it possible to set screen resolution on pi, as vga= in
> plan9.ini or cmdline.txt seems not to work and config.txt looks not
> very Raspbian compatible?

I just used config.txt last time I had to fiddle with that. Took a few
tries but now it works with my ancient monochrome CRT and a cheap HDMI
adapter.
AFAIK config.txt is only parsed by the Pi's bootloader thingy so I'm not
sure what you mean by it not being compatible. Raspbian will need
different options set, but the syntax is the same. Options related to
HDMI should be the same too.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] Raspberry screen resolution
  2021-02-02  1:19 ` raingloom
@ 2021-02-02  1:38   ` Noam Preil
  2021-02-02 23:00     ` Eckard Brauer
  0 siblings, 1 reply; 4+ messages in thread
From: Noam Preil @ 2021-02-02  1:38 UTC (permalink / raw)
  To: raingloom

config.txt is exactly the same format. Look up the pi docs on it; my 
screen was incorrectly detected so I had to override detection and 
disable overscan, for instance.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] Raspberry screen resolution
  2021-02-02  1:38   ` Noam Preil
@ 2021-02-02 23:00     ` Eckard Brauer
  0 siblings, 0 replies; 4+ messages in thread
From: Eckard Brauer @ 2021-02-02 23:00 UTC (permalink / raw)
  To: 9front

> config.txt is exactly the same format. Look up the pi docs on it; my
> screen was incorrectly detected so I had to override detection and
> disable overscan, for instance.

OK, thanks guys, was just a bit stupid looking at the files - found a
solution on stackexchange:

disable_overscan=1
hdmi_ignore_edid=0xa50000080
hdmi_force_hotplug=1
config_hdmi_boost=4
hdmi_group=2
hdmi_mode=36

Works on one of the raspberries, but seems I crashed the SD of the
other... will have to order a new one.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-03  4:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-30 22:20 [9front] Raspberry screen resolution Eckard Brauer
2021-02-02  1:19 ` raingloom
2021-02-02  1:38   ` Noam Preil
2021-02-02 23:00     ` Eckard Brauer

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).