From owner-freebsd-x11@freebsd.org Tue Dec 3 18:49:16 2019 Return-Path: Delivered-To: freebsd-x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D56461B9510; Tue, 3 Dec 2019 18:49:16 +0000 (UTC) (envelope-from gnikl@justmail.de) Received: from mout0.freenet.de (mout0.freenet.de [IPv6:2001:748:100:40::2:2]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (Client CN "*.freenet.de", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47S9xl4Xsgz3J5q; Tue, 3 Dec 2019 18:49:15 +0000 (UTC) (envelope-from gnikl@justmail.de) Received: from [195.4.92.165] (helo=mjail2.freenet.de) by mout0.freenet.de with esmtpa (ID gnikl@justmail.de) (port 25) (Exim 4.92 #3) id 1icDEO-0003eu-5x; Tue, 03 Dec 2019 19:49:04 +0100 Received: from [::1] (port=44078 helo=mjail2.freenet.de) by mjail2.freenet.de with esmtpa (ID gnikl@justmail.de) (Exim 4.92 #3) id 1icDEO-0004KE-5G; Tue, 03 Dec 2019 19:49:04 +0100 Received: from sub3.freenet.de ([195.4.92.122]:58946) by mjail2.freenet.de with esmtpa (ID gnikl@justmail.de) (Exim 4.92 #3) id 1icDCB-0002s6-4i; Tue, 03 Dec 2019 19:46:47 +0100 Received: from p5dc3f303.dip0.t-ipconnect.de ([93.195.243.3]:49406 helo=localhost) by sub3.freenet.de with esmtpsa (ID gnikl@justmail.de) (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256) (port 465) (Exim 4.92 #3) id 1icDCB-0007xG-1M; Tue, 03 Dec 2019 19:46:47 +0100 Date: Tue, 3 Dec 2019 19:46:34 +0100 From: Gunther Nikl To: Scott Bennett Cc: freebsd-x11@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FreeBSD-12.1 on laptop Message-ID: <20191203194634.00000fc5@justmail.de> In-Reply-To: <201911290659.xAT6xkRx002554@sdf.org> References: <20191128103810.9599da0b.freebsd@edvax.de> <770ebb05-9d76-1b54-5bf5-af548368e19e@hedeland.org> <20191128140254.fc3ee735.freebsd@edvax.de> <201911290659.xAT6xkRx002554@sdf.org> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.30; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originated-At: 93.195.243.3!49406 X-Rspamd-Queue-Id: 47S9xl4Xsgz3J5q X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of gnikl@justmail.de has no SPF policy when checking 2001:748:100:40::2:2) smtp.mailfrom=gnikl@justmail.de X-Spamd-Result: default: False [-1.27 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; NEURAL_HAM_MEDIUM(-0.98)[-0.979,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[justmail.de]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2.0.0.0.2.0.0.0.0.0.0.0.0.0.0.0.0.4.0.0.0.0.1.0.8.4.7.0.1.0.0.2.list.dnswl.org : 127.0.5.0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:5430, ipnet:2001:748::/32, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.20)[ip: (-0.36), ipnet: 2001:748::/32(-0.30), asn: 5430(-0.34), country: DE(-0.01)]; RECEIVED_SPAMHAUS_PBL(0.00)[3.243.195.93.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2019 18:49:16 -0000 Scott Bennett wrote: > Tomasz CEDRO wrote: > > > kldload /boot/modules/i915kms.ko > > There can be problems with the above method of loading this, What kind of problems do you have in mind? FWIW, I use this method of loading the module all the time. Works flawlessly for me! > IIRC. Using > > kld_list="/boot/modules/i915kms.ko" > > in /etc/rc.conf.local (or /etc/rc.conf if you don't separate your own > added choices from the system's) is the preferred method. Well, I tried this once but AFAIR the boot experience was disappointing. Regards, Gunther