From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: ** X-Spam-Status: No, score=2.0 required=5.0 tests=FROM_SUSPICIOUS_NTLD, FROM_SUSPICIOUS_NTLD_FP autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 11892 invoked from network); 16 Apr 2023 16:08:12 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 16 Apr 2023 16:08:12 -0000 Received: from eve.beecloudy.net ([145.239.136.211]) by 9front; Sun Apr 16 12:06:27 -0400 2023 Received: from nuc.home (unknown [37.228.247.9]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (Client did not present a certificate) by eve.beecloudy.net (Postfix) with ESMTPSA id A9F9417812; Sun, 16 Apr 2023 18:06:20 +0200 (CEST) Message-ID: <8E31AA89905C7FD60F19AA03905DC1A5@nuc.home> To: 9front@9front.org From: Nicola Girardi Date: Sun, 16 Apr 2023 16:06:08 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: A9F9417812 X-Spamd-Result: default: False [-0.10 / 10.00]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; TO_DN_NONE(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TAGGED_RCPT(0.00)[outgoing]; FROM_HAS_DN(0.00)[]; ASN(0.00)[asn:6830, ipnet:37.228.224.0/19, country:NL] X-Rspamd-Action: no action X-Rspamd-Server: eve.beecloudy.net List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: grid hardware GPU core controller Subject: [9front] Screen resolution Reply-To: 9front@9front.org Precedence: bulk Hi all, this weekend I moved from a RPi 2B+ to an Intel NUC. Recent discussions on this list motivated me to finally try that move. My only problem is that I can't seem to change screen resolution from monitor=vesa vgasize=1024x768x16. My sysinfo is at http://sysinfo.9front.org/src/498/body and the relevant bits, I think, are: ... vesa product Intel(R) Sandybridge/Ivybridge Graphics Controller ... edid 3840x2160@30Hz clock=297 shb=4016 ehb=4104 ht=4400 vrs=2168 vre=2178 vt=2250 hsync=+ vsync=+ ... 0.2.0: vid 03.00.00 8086/0166 11 0:f7800004 4194304 2:e000000c 268435456 4:0000f001 64 Intel Corporation 3rd Gen Core processor Graphics Controller A bit of grepping led me to /sys/src/9/pc/vgaigfx.c:/0x0166/ from which I guessed I should run @{ rfork n; aux/realemu; aux/vga -m igfx -l 3840x2160@30Hz } The command blanks the screen and I'm not able to get it back (even by issuing another aux/vga command known to work) and at that point I reboot. My suspicion is that I need to add an entry to /lib/vgadb but I can't figure out what the entry should look like. (The command above, I think, is the same command I used to get 4K to work in some other computer in the past; I didn't need to touch /lib/vgadb then.) I read vga(3), vga(8), realemu(8), vgadb(6), but I can't figure this out based on that (my understanding of some part of the manual is not great). Thanks for any help... Nicola