From owner-freebsd-current@FreeBSD.ORG Sat May 10 19:40:00 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CFD61A0C; Sat, 10 May 2014 19:40:00 +0000 (UTC) Received: from mail-ve0-x22e.google.com (mail-ve0-x22e.google.com [IPv6:2607:f8b0:400c:c01::22e]) (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 8074315D; Sat, 10 May 2014 19:40:00 +0000 (UTC) Received: by mail-ve0-f174.google.com with SMTP id jw12so6861159veb.5 for ; Sat, 10 May 2014 12:39:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7HuFQVOQJCGautK7ZvrLMOtOWsrJNWh36biLGSfkUHU=; b=IsvHL0CZktfQYGajHrLJ5P2eidWrBTl1/Fh0GfX+eZ5uNAQ4p+QapzkbheQp5auXND JYW4vYDbmO1L3wmRy4Tulv/J+wXtHPMDwV3ZoRv4GKIQU0PSXcZIr3MuuAVci4/E3w6M Lu5/m59RjzROnmU+ywVLYpakHCSzhIYwBya5PMuJuNHBRZl5SuZfk9v5scII3R65qiuH VnemULChfq4+JRDlbYX3iYpZ68E8X+HhOeyQbthyKjmqubqyiTgHCH+Kk9y920/n5Qye z3Xmc3e5tN61XKKn0FTmM9Bgaz+XQDPSzfHxJI2zDIYreSJ9JxgeRiYMXf+mFKnbG9nn N96g== MIME-Version: 1.0 X-Received: by 10.52.53.101 with SMTP id a5mr12130780vdp.14.1399750799571; Sat, 10 May 2014 12:39:59 -0700 (PDT) Received: by 10.58.155.164 with HTTP; Sat, 10 May 2014 12:39:59 -0700 (PDT) Date: Sat, 10 May 2014 21:39:59 +0200 Message-ID: Subject: In r265803 i915kms.ko must be loaded in /boot/loader.conf From: "Ranjan1018 ." <214748mv@gmail.com> To: FreeBSD CURRENT , freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 19:40:00 -0000 Hi all, in r265172 I was able to load the i915kms.ko driver in /etc/rc.conf via kld_list. eg. kld_list='i915kms'. Today I have update to r265803 in my laptop, but loading the driver with kld_list result in a blank screen. I need to add the line i915kms_load="YES" in /boot/loader.conf Regards, Maurizio