From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 22:15:32 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 57C4C3F8 for ; Tue, 12 Aug 2014 22:15:32 +0000 (UTC) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) (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 E01E32B2F for ; Tue, 12 Aug 2014 22:15:31 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id x48so10632487wes.31 for ; Tue, 12 Aug 2014 15:15:30 -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=jLrUfSQs7nccALRHxaIowmYfGL5ZnPg02QE1Msr9Lyo=; b=UgRTGHMNAE3p/KuP+UpLwgVzecx0TPIi00K3W0SwQ6U7phbo1qQPQM0AUbSH1EiCmo ZoKzT1dcZvh8B+EU9lSVtiw9T9m6TfANbaj5CrL+nrDQRwPatmV1iD/K0Ul5vYqPyz7G H6zXOHMy24cwPJtjf+utTlvlHQPODAo4ur7BZ+lg5Eb2JuyaPJTfMEgY99e4Hihph7Fy VDTYXZmYqSoybztqSXIsfJVzRzeAYtlSab/062xmKUzDae1MLxObTmQa364DLokP9LXj 1TSU6CmmTBgLcPikGljSBOC4GMty47/6KQYxb9TwY06CpBjFfq76B7ocerHyqKvZhbxi XnvA== X-Received: by 10.180.84.66 with SMTP id w2mr34584962wiy.27.1407881730106; Tue, 12 Aug 2014 15:15:30 -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 u3sm1228502wif.12.2014.08.12.15.15.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Aug 2014 15:15:29 -0700 (PDT) Message-ID: <53EA91FF.6040908@gmail.com> Date: Tue, 12 Aug 2014 23:15:27 +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 22:15:32 -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' > I just tried this and it worked. I set kern.vty=vt and hw.vga.textmode=1 in loader.conf; then kld_list='i915kms' in rc.conf and it that did it. Incidentally, with keymap="uk.iso.kbd" an error is shown stating it can't load it as no such file or directory; I tried it from the commandline and got the same error, so i tried using the full path name and that was ok.