From owner-freebsd-current@freebsd.org Thu Feb 1 16:52:24 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C630EDDB40 for ; Thu, 1 Feb 2018 16:52:24 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2150D7786A for ; Thu, 1 Feb 2018 16:52:23 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3zXR3z650CzZsr; Thu, 1 Feb 2018 17:52:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject:received :received; s=mail; t=1517503921; x=1519318322; bh=DJeucnZ7g+5BQ9 fS6SCsbgNfIr6Lq2JDdRRkoncfYOU=; b=eal1raf1dNT4eI0tPk2S50+b4jCQoK qfxeBLKgFJAxmx/XodezBLcHnqGcO8CQ1vmHsybhrGty9WUpJzzrEHA/npQw6K3F eD4ybAM3gqBZCTnKrsRMfIZ3vDhQ8AyPhmkwdL/FAaK2pZtxH9SAhth41elJmmfK SmdNmz9jlocLM= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id RPr163nJqniR; Thu, 1 Feb 2018 17:52:01 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.madpilot.net (Postfix) with ESMTPSA; Thu, 1 Feb 2018 17:52:01 +0100 (CET) Subject: Re: CURRENT and HD3000: i915 failing badly To: "O. Hartmann" , freebsd-current References: <20180201093001.49f4cd01@freyja.zeit4.iv.bundesimmobilien.de> From: Guido Falsi Message-ID: Date: Thu, 1 Feb 2018 17:52:00 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180201093001.49f4cd01@freyja.zeit4.iv.bundesimmobilien.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2018 16:52:24 -0000 On 02/01/18 09:30, O. Hartmann wrote: > Hello out there, > > I got my hands on a Fujitsu Lifebook E751 manufactured 8/2011. The CPU is > a Core i5-2520M, 4GB RAM and QM67 chipset, with an integrated HD3000 graphics. > The display is on this model a Non-Glare HD+ display (1920x1080, I guess). > > Neither FreeBSD 11.1-RELENG from USB flash nor 12-CURRENT as of 25th January > work with the display: after the kernel has booted, I see only distortion and > garbage on the screen. I checked with a recent Ubuntu and the Linux system is > capable of showing nice and fancy graphics - but FreeBSD seems to be incapable > to produce any serious console picture on this 6+ years old HD3000 chipset. > What is the special case on this HD3000 and why isn't FreeBSD supporting it > properly - or am I doing something wrong? > As others have told you you need to load the kms driver, you could preload it via loader prompt. otherwise to get to the console I've had luck with the "mode" command at the loader prompt. mode 0 or mode 2 usually, you can try a few. I can't find a list of modes to point you to, but it should be a standard group of vesa modes. This can be fixed later forcing the console to use the vt driver and loading the appropriate module. -- Guido Falsi