From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 63EEA22794 for ; Sat, 6 Apr 2024 00:00:13 +0200 (CEST) Received: from wopr.sciops.net ([216.126.196.60]) by 9front; Fri Apr 5 17:58:44 -0400 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1712354316; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=Q9pE1Vi5+ZtGlVjiMn1GjjSAzX3dE139DCW8k+ppdvI=; b=d4eWOPobzK/TzwBAlPBxLuZk7j5YIWFftEZ6oxvAjktz+3xy2yQM+hjU2JE2YOZZktIB9n /4eXBndJM9ERA0h42rPLjI+aPkgfOew9wHq1MyZjAPSGthZjTJ2mlZKoR65SvjEuT0B2UH maG/MroViaaVv6L8hZHnDYhSV2kc92k= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id ce721579 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Fri, 5 Apr 2024 14:58:35 -0700 (PDT) Message-ID: Date: Fri, 05 Apr 2024 23:58:36 +0200 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: <5mvshwt7le6wwpxooxc7bzgmzpbyvy4mn4acl37tnu5e6fbpez@u4gbrptv3gfg> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: social out-scaling API Subject: Re: [9front] figuring out what to add in vgadb? Reply-To: 9front@9front.org Precedence: bulk On Fri Apr 5 13:38:17 +0200 2024, staal1978@gmail.com wrote: > Hi all, > > I am pretty happy with 9front on a cheap refurbished laptop, especially > now that ethernet over usb has been solved and I have built the latest > netsurf on it. > > One little annoyance still is that I run at crappy resolution and can > not set it with aux/vga (and setting vgasize in plan9.ini did nothing) > Sysinfo can be seen here: > http://sysinfo.9front.org/src/542/body > > Is there a similar trick to how usbtree could figure out what to do to > get nusb/ether to work but for graphics? > > this entry from pci -v probably relevant but is there a way to translate > that to a vgadb entry? > > 0.2.0: vid 03.00.00 8086/3185 255 0:a0000004 16777216 2:9000000c 268435456 4:0000f001 64 > Intel Corporation GeminiLake [UHD Graphics 600] Your card is a gemini lake gen igfx, which we unfortunately don't yet support; our latest gen is broadwell, with work underway for skylake. For now, vesa or the uefi framebuffer you're handed are the best you could get. An external monitor may work with vesa as well (see vga(8) for example usage), but it's somewhat unlikely. Hope that helps, qwx