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=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 2422 invoked from network); 15 Jun 2022 06:58:48 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 15 Jun 2022 06:58:48 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 9front; Wed Jun 15 02:57:10 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1655276217; 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=bs36kmrCRGrFzNaekiRmJilc8P8dyKs1xDgh6A8tcpk=; b=w9h7I7vrwEY2bELIs26cVMMtfmih1g6ZLBnJxwfEqTgFLzyxYp4ATffliIaC4MfmNegdVt SOZ2XfFsxD/Lu62p3OXKWjogrPvFihv0m0OML1aPHZrem4z3oGjnde/nln1T4y8taUUEeE 3tySHnkWH9fKzwJ8Vy4qRU6ewkvF0HM= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id 86dabd03 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Tue, 14 Jun 2022 23:56:56 -0700 (PDT) Message-ID: <71133B4E09D680E313004B3FEDCD0651@wopr.sciops.net> Date: Wed, 15 Jun 2022 08:56:56 +0200 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: 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: proxy just-in-time layer Subject: Re: [9front] aux/vga display mirroring Reply-To: 9front@9front.org Precedence: bulk > From my understanding, it should be the other way around. Just a > understand problem on my side perhaps. Nothing that bothers me since > I know that it works at least. Although an explanation could > be helpful. So long as switching works and you get the right resolution, it doesn't matter whether you use vesa or not. The igfx driver really only does mode setting. There are some benefits, depending on your machine though: you can adjust the brightness if you don't have hardware buttons for it, you can have screen blanking that doesn't deactivate the screen until you reboot, and you could use a hardware cursor; and of course use resolutions that you don't get with vesa. > There also seems to be some caching like logic to be involved. I have > to include the display number '#1' at least at the first call. Afterwards > it doesn't need to be included. If you mean that it's wrt. the sequence of commands you show, igfx doesn't recognize the ,#n syntax, it's for vesa only, so it will either auto-detect the screen to use (as is the case here), or use a vgadb entry that specifies which port (vga, displayport 1-5, etc.) to use, vga by default. Also, if you're not using -m vesa, you don't need realemu(8). > Anyways, I get to the switch leaving me with a blank screen. Is there > a way to do a screen mirroring? (Laptop screen synced with beamer > screen) No, there's no support for using multiple screens in any way, unless there's some trick specifically for mirroring that I'm not aware of. Someone please correct me if I'm saying something stupid, it's been a while since I messed with all this :) Cheers, qwx