From owner-freebsd-questions@freebsd.org Thu Feb 22 08:49:40 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A118F14CE3 for ; Thu, 22 Feb 2018 08:49:40 +0000 (UTC) (envelope-from ailee.email@icloud.com) Received: from mr29p60im-ztfb07101501.me.com (mr29p60im-ztfb07101501.me.com [17.120.80.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25FD475D5A for ; Thu, 22 Feb 2018 08:49:40 +0000 (UTC) (envelope-from ailee.email@icloud.com) Received: from process-dkim-sign-daemon.mr29p60im-ztfb07101501.me.com by mr29p60im-ztfb07101501.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) id <0P4J00800K2HCB00@mr29p60im-ztfb07101501.me.com> for freebsd-questions@freebsd.org; Thu, 22 Feb 2018 07:49:33 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=04042017; t=1519285773; bh=s+pQvSisDOSuMicuc413RUtQhI2zl3J8/jvynwyAHEk=; h=From:Content-type:MIME-version:Date:Subject:Message-id:To; b=VA2APZgTLCvoPIoJsAwEJMV1IaVkkfO4JwH5ZUJtCYeMOM/JoaOGdSd3jS4YZ0nOv us1PM5yxSUTOY2ynGZbRGk1THmLVD/GWLv9a9Ev0OXfli+E+HT3M5Z4ZvZXvCZDKlg TE+S7F6E0V+bvFsx7rAgB7yePOo3lS6kBGSt9sMoMx35QqeAqiE+S/G+oyNWLfa6AM fN/qn90I8gzWa12SeA45iIKP8NHITgYWXqc0FVs9Lg1rK2v+h/AaVt3J80Ccj3EB0m frvHayMUoHRqG9dKnE7ukaizvutZySRLxxvqWwJGRADYzqhb4+Tcpd7e6/LLY2OHyf 80NnnQeZJ4qCA== Received: from icloud.com ([127.0.0.1]) by mr29p60im-ztfb07101501.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) with ESMTPSA id <0P4J004RZKDABA20@mr29p60im-ztfb07101501.me.com> for freebsd-questions@freebsd.org; Thu, 22 Feb 2018 07:49:33 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-02-22_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1802220101 From: =?utf-8?B?5p2O5ZGo5Y2O?= Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable MIME-version: 1.0 (1.0) Date: Thu, 22 Feb 2018 15:48:40 +0800 Subject: how to change console font type and size ? Message-id: <62509DC6-7852-4CB7-92E3-0ACC0E4D3344@icloud.com> To: freebsd X-Mailer: iPhone Mail (15D100) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2018 08:49:40 -0000 I'm now working on freebsd 11.1 . =20 Sometimes i no need to login X, just veiw some source code after boot comple= tely. On boot process after invoke 'kldload i915kms' console font becomes small a= nd difficult to distinguish.=20 If i not invoke 'kldload i915kms' the font size becomes too big to read. Is there any way to change font type and size ? Regards, Lee.