From owner-freebsd-bugs@freebsd.org Fri Aug 21 01:54:59 2015 Return-Path: Delivered-To: freebsd-bugs@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 D0C269BE91D for ; Fri, 21 Aug 2015 01:54:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD24D6E5 for ; Fri, 21 Aug 2015 01:54:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7L1sx3c002338 for ; Fri, 21 Aug 2015 01:54:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 202538] "i915kms_load="YES"" in /boot/loader.conf panics kernel in 10.1 Date: Fri, 21 Aug 2015 01:54:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: b0bfreebsd@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Aug 2015 01:54:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202538 Bug ID: 202538 Summary: "i915kms_load="YES"" in /boot/loader.conf panics kernel in 10.1 Product: Base System Version: 10.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: b0bfreebsd@gmail.com My HW: AMD FX-8300 3.3GHz Eight-Core OEM CPU/Asus M5A78L-M/USB3 mATX MB/8GB DDR3 1866 Kingston HyperX Fury Red Memory/128GB Adata Premier Pro SSD/CPU Cooler My dilemma: When I installed 10.1 I realized that I had no virtual terminals. I researched this and realized that I needed to add a few things into my /boot/loader.conf to correct this. This is what I added: root@hendrix:/boot # cat loader.conf hw.vga.textmode=1 kern.vty=vt # i915kms_load="YES" kern.vt.fb.default_mode="640x480" sem_load="YES" snd_driver_load="YES" The relevant issue is that when I switch to a virtual terminal the typeface is far too small, so I was looking to increase the Text Size. In my research it was advised to add "i915kms_load="YES"" ... but after doing that, which did NOT fix my ability to modify the Text Size, I realized that this consistently Panicked my Kernel after 10 minutes. I thought I might bring this to your attention. Thank you for your time. -- You are receiving this mail because: You are the assignee for the bug.