From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 21:26:01 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 206B4CC8 for ; Tue, 12 Aug 2014 21:26:01 +0000 (UTC) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::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 AD3042538 for ; Tue, 12 Aug 2014 21:26:00 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id w62so10305105wes.8 for ; Tue, 12 Aug 2014 14:25:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=j/h1hQckm+DAf79ASHoZOFrgNkgnUiHgvGVxaA2bAus=; b=iB2wtCOZ2jcg3hIm9iNXsa2OWvj0A5SxkZ9KhptnjnULO8MVgRkMWk//BZSHGIVbuL dzGt630Mrm8LcFk231caFxcR374JeL6gto+8j6R4dRJ3iNwVvFlrg4FDUxCeKrD8duMt GkEZZQwqktuZDcaQ2+MFXA5NqJeE4wtwQublegzsixiym06p8wLYGyINTyklDvMip+rD 1GrlK119pYoW4nAY1jPpuK22LPxDuZamFYezkEsiAwn0qmtmgaxSaDoKA16UXgiHw8cQ +wA+KPS8dmKVEh6WsuowqXI65QuJrEQNcv6BFST8sorZeG4q4Thpvhuy8HIdtAqPk9sP bmrw== X-Received: by 10.194.123.129 with SMTP id ma1mr349760wjb.80.1407878759027; Tue, 12 Aug 2014 14:25:59 -0700 (PDT) Received: from kontrol.kode5.net (host86-168-30-173.range86-168.btcentralplus.com. [86.168.30.173]) by mx.google.com with ESMTPSA id fe5sm11899422wjc.12.2014.08.12.14.25.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Aug 2014 14:25:58 -0700 (PDT) Message-ID: <53EA8664.6000701@gmail.com> Date: Tue, 12 Aug 2014 22:25:56 +0100 From: Jamie Griffin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: vt console driver References: <20140812231000.533454a264fb5cb2ad8cadf1@fbsd.es> In-Reply-To: <20140812231000.533454a264fb5cb2ad8cadf1@fbsd.es> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Tue, 12 Aug 2014 21:26:01 -0000 On 12/08/2014 22:10, Carlos Jacobo Puga Medina wrote: > On 12/08/2014 21:13, Roland Smith wrote: >> On Tue, Aug 12, 2014 at 04:19:14PM +0100, Jamie Griffin wrote: >>> On 12/08/2014 14:29, Matthias Gamsjager wrote: >>>> After X is running what does kldstatus show? >>>> You need to add the same video related modules to the loader.conf >>> kontrol% kldstat >>> Id Refs Address Size Name >>> 1 75 0xffffffff80200000 1713048 kernel >>> 2 1 0xffffffff81914000 263c00 zfs.ko >>> 3 2 0xffffffff81b78000 6778 opensolaris.ko >>> 4 1 0xffffffff81b7f000 1cb70 snd_uaudio.ko >>> 5 1 0xffffffff81b9c000 4a00 coretemp.ko >>> 6 1 0xffffffff81ba1000 8718 acpi_video.ko >>> 7 3 0xffffffff81baa000 9cf8 libiconv.ko >>> 8 1 0xffffffff81bb4000 2b58 libmchain.ko >>> 9 1 0xffffffff81bb7000 17b0 cd9660_iconv.ko >>> 10 1 0xffffffff81bb9000 17c8 msdosfs_iconv.ko >>> 11 1 0xffffffff81bbb000 abc8 sem.ko >>> 12 1 0xffffffff81bc6000 11d08 tmpfs.ko >>> 13 1 0xffffffff81e11000 52a9 fdescfs.ko >>> 14 1 0xffffffff81e17000 9d2e linprocfs.ko >>> 15 1 0xffffffff81e21000 442df linux.ko >>> 16 1 0xffffffff81e66000 357b ums.ko >>> 17 1 0xffffffff81e6a000 113d6 ipfw.ko >> You will need to load *all* the modules below (or compile them in). >> >>> 18 1 0xffffffff81e7c000 6a9b6 i915kms.ko >>> 19 1 0xffffffff81ee7000 47aee drm2.ko >>> 20 4 0xffffffff81f2f000 1feb iicbus.ko >>> 21 1 0xffffffff81f31000 1a47 iic.ko >>> 22 1 0xffffffff81f33000 1e4a iicbb.ko >> Roland >> These were loaded, it's the output of kldstat > Load i915kms.ko driver in /etc/rc.conf via kld_list as following: > > kld_list='i915kms' > Just that one or the others Roland recommended as well (in rc.conf)