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 26168 invoked from network); 20 May 2022 05:13:39 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 20 May 2022 05:13:39 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 9front; Fri May 20 01:11:23 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1653023479; 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=9Z3YZ3UFoGmy5F2OYzWTSOXrw+bZsPZrUT/i9bEE4y4=; b=Ai0sitt0huheUls9OhodPICSpAc1/AjF3BzH53yrQxzpvzNKrBeN5h7jCwQwpu5uvyQ43f SfMCfFO7G3rk/74wA+zAh1f0C45mIIPnZIN/h14Pz8pgKYKQ4bvo5tHZ7zn6OvoITB8B0c VDdzsCrnIuDcCx42VBGV5FgMGjYKEjk= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id 2c188730 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Thu, 19 May 2022 22:11:19 -0700 (PDT) Message-ID: <99DC3EAA7D7ED3A4651533C5F6266904@wopr.sciops.net> Date: Fri, 20 May 2022 07:11:14 +0200 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: <78530171-2bfa-4491-ba7b-34aef2559ab8@sirjofri.de> 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: strategy scripting framework Subject: Re: [9front] Igfx eDP timeout - no graphics Reply-To: 9front@9front.org Precedence: bulk On Thu May 19 22:17:11 +0200 2022, sirjofri+ml-9front@sirjofri.de wrote: > I ran aux/vga with the trace option and it seems it is a timeout on the > eDP device for whatever reason. Here's the trace: > http://okturing.com/src/13631/body ; hget http://okturing.com/src/13631/body [...] igfx: display #1 [...] Correct me if I'm wrong, but ironlake has LVDS for the internal display; eDP replaces it from haswell on. Either way, according to the trace you're trying to use display 1, which is the VGA port, not LVDS (cf. /sys/src/cmd/aux/vga/igfx.c:32 and /sys/src/cmd/aux/vga/igfx.c:1143). If you're using a particular vgadb entry, make sure it has "lcd=1"; that will select LVDS, ie. the internal display. It's pretty confusing... Perhaps you could try monitor=x60t, since that already has an entry for 1024x768 with lcd=1. If it works, you should get something on the screen even if the timings are wrong and it's distored or whatever. Hope this helps, qwx