From owner-freebsd-questions@freebsd.org Thu Jun 16 22:59:13 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02C67A77616 for ; Thu, 16 Jun 2016 22:59:13 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward4h.cmail.yandex.net (forward4h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B23DE12C7 for ; Thu, 16 Jun 2016 22:59:12 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward4h.cmail.yandex.net (Yandex) with ESMTP id D66CE21386; Fri, 17 Jun 2016 01:58:59 +0300 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 651A82C128A; Fri, 17 Jun 2016 01:58:59 +0300 (MSK) Received: by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 6hBsxnFO03-wvo4E9Vc; Fri, 17 Jun 2016 01:58:58 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1466117938; bh=VZG9JEzgPwelHObsoXyKmxz+0uAgNPSGEoFlSA8Ow6I=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References: Content-Type:X-Mailer:Mime-Version:Content-Transfer-Encoding; b=ZMGydAt5/NIh7PZCR06F1FfCYlqpaX2f/wwwHkC/aVSVo5q/SkPxWRuP42UtQDTuh 3HqHsafPQNWL3F6YlpwqK+7rFdLCheliAOLDE6/FLiwSbggNuoTft9bqAmPc5OOAHy wn+/irZXCEdh1N0mMGaUsVX+B0nzHUNiZGSZwdfE= Authentication-Results: smtp4h.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 0,1 0 Message-ID: <1466117935.8068.2.camel@yandex.com> Subject: Re: vt console From: Stari Karp To: cpghost , freebsd-questions@freebsd.org Date: Thu, 16 Jun 2016 18:58:55 -0400 In-Reply-To: References: <5524302.HdIPqapjz5@lumiwa.farm.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2016 22:59:13 -0000 On Thu, 2016-06-16 at 15:25 +0200, cpghost wrote: > On 06/04/16 13:14, Stari Karp wrote: > > > > Hi! > > > > My system: > > FreeBSD 10.3-RELEASE-p5 #0: Sat May 28 12:23:44 UTC 2016     root@a > > md64- > > builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  > > > > I am searching still on web for the answer why I cannot have the > > same  > > resolution in console as I have on KDE when I swith from KDE to > > console (I had  > > on FreeBSD 10.2). In /boot/loader.conf I have: > > kern.vty="vt" > On my system, I have this in my /boot/loader.conf: > > kern.vty="vt" > kern.vt.fb.default_mode="1280x1024" > > The console switches to higher resolution as soon as I *manually* > > # kldload radeonkms > > which pulls in this, among others: > > 13    1 0xffffffff82039000 1165b3   radeonkms.ko > 18    1 0xffffffff821a9000 1070     radeonkmsfw_RS780_pfp.ko > 19    1 0xffffffff821ab000 5b6e     radeonkmsfw_RS780_me.ko > 20    1 0xffffffff821b1000 1369     radeonkmsfw_R600_rlc.ko > > after this, I can freely switch from X to console, and the console > stays in high res mode too. > > Hope it helps... > > -cpghost. > I had default_mode also in the /boot/loader.conf but didn't work.  I didn't have problem on FreeBSD 10.2-RELEASE (amd64) but when I  upgrade to 10.3-RELEASE stopped working. I did new install of FreeBSD 10.3- RELEASE(amd64) and result is the same: doesn't work. Thank you anyway.