From owner-freebsd-questions@FreeBSD.ORG Mon Jan 5 14:18:16 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3450CF09 for ; Mon, 5 Jan 2015 14:18:16 +0000 (UTC) Received: from mail-pd0-x231.google.com (mail-pd0-x231.google.com [IPv6:2607:f8b0:400e:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F204364A62 for ; Mon, 5 Jan 2015 14:18:15 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id ft15so28104884pdb.22 for ; Mon, 05 Jan 2015 06:18:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Wp9EUvSBli0x2jWqCV1BBoRZvqSXj5aQRqSkz7ie6Rg=; b=zMVZDrMblOUOSrr2qjti+Hl9EdZ33qJ175WnBDoaje3XHt9qrmE3lJWcLdWa3e/yyY sy74GiFPIp8gLawpoYGp2AiHdx54Q4OWs4bUa5rQye5DuR74bJjY+JuDcmagGrIXXs4q XzNU910uZEeZIB634yZYFPVyFwgrijsYX5qHuX8nwvzAV8QelfSp85ZcWXgGrD8g0Y8B Ic3BH7PPzZuTUTQwlw4f0++A8YFg9eDojUTiP2NkYHoUMdnxRtEL3qTZgsJoBhq07cNB vylSz9+1tZVs0vKcpxVLTDFeWMV3Mwz1rtWQPHvNNR3CgIZYTaEyit0fN7ZXPGMrg5y2 3JpQ== MIME-Version: 1.0 X-Received: by 10.70.90.209 with SMTP id by17mr148302636pdb.162.1420467495326; Mon, 05 Jan 2015 06:18:15 -0800 (PST) Received: by 10.70.101.133 with HTTP; Mon, 5 Jan 2015 06:18:15 -0800 (PST) In-Reply-To: <20150105084400.GA2822@unixarea.DDR.dd> References: <20141231203011.51831755.ohartman@zedat.fu-berlin.de> <20141231200235.GA3957@unixarea.DDR.dd> <20141231214835.0f46afc4.ohartman@zedat.fu-berlin.de> <54A52D47.10306@qeng-ho.org> <54A9F80A.2010507@calorieking.com> <54AA4CD9.50808@qeng-ho.org> <20150105084400.GA2822@unixarea.DDR.dd> Date: Mon, 5 Jan 2015 08:18:15 -0600 Message-ID: Subject: Re: CURRENT: Intel Haswell KMS support? From: Adam Vande More To: Matthias Apitz , Arthur Chance , Gregory Orange , FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 14:18:16 -0000 On Mon, Jan 5, 2015 at 2:44 AM, Matthias Apitz wrote: > El d=C3=ADa Monday, January 05, 2015 a las 08:35:37AM +0000, Arthur Chanc= e > escribi=C3=B3: > > > To use the vt driver on my system I have the following two lines in > > /boot/loader.conf > > > > kern.vty=3Dvt > > i915kms_load=3D"YES" > > > > Try that (and reboot of course) and see what happens. > > Be carefully with the last line (i915kms_load=3D"YES") and prepared to > boot from another media to reset it again, because some hardware does > not boot with this. > > matthias > If there are problems booting with it, then simply using the loader prompt to not load the module is generally an easier solution. --=20 Adam