From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 21:11:03 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 3070D9BE for ; Tue, 12 Aug 2014 21:11:03 +0000 (UTC) Received: from erelay3.ox.registrar-servers.com (erelay3.ox.registrar-servers.com [192.64.117.2]) by mx1.freebsd.org (Postfix) with ESMTP id 0A583228D for ; Tue, 12 Aug 2014 21:11:02 +0000 (UTC) Received: from localhost (unknown [127.0.0.1]) by erelay1.ox.registrar-servers.com (Postfix) with ESMTP id 9F89D2204987 for ; Tue, 12 Aug 2014 21:11:01 +0000 (UTC) Received: from erelay1.ox.registrar-servers.com ([127.0.0.1]) by localhost (erelay.ox.registrar-servers.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jUrEHdzHvK8W for ; Tue, 12 Aug 2014 17:11:00 -0400 (EDT) Received: from imap2.ox.privateemail.com (imap2.ox.privateemail.com [198.187.29.234]) by erelay1.ox.registrar-servers.com (Postfix) with ESMTP id B4A112204680 for ; Tue, 12 Aug 2014 17:11:00 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 6F5938C0080 for ; Tue, 12 Aug 2014 17:11:00 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at imap2.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap2.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PTbb0Svrnb-5 for ; Tue, 12 Aug 2014 17:11:00 -0400 (EDT) Received: from localhost (186.Red-81-35-74.dynamicIP.rima-tde.net [81.35.74.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id C8D5C8C007D for ; Tue, 12 Aug 2014 17:10:59 -0400 (EDT) Date: Tue, 12 Aug 2014 23:10:00 +0200 From: Carlos Jacobo Puga Medina To: freebsd-questions@freebsd.org Subject: Re: vt console driver Message-Id: <20140812231000.533454a264fb5cb2ad8cadf1@fbsd.es> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; i386-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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:11:03 -0000 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' -- Carlos Jacobo Puga Medina