From owner-freebsd-questions@freebsd.org Tue Nov 13 06:46:52 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 0D0321106070 for ; Tue, 13 Nov 2018 06:46:52 +0000 (UTC) (envelope-from freebsd@twc.com) Received: from dnvrco-cmomta01.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9367375801 for ; Tue, 13 Nov 2018 06:46:47 +0000 (UTC) (envelope-from freebsd@twc.com) Received: from freebsd.friedrich.org ([74.132.25.214]) by cmsmtp with ESMTP id MST7g80qnceP9MST9gHZ58; Tue, 13 Nov 2018 06:46:39 +0000 From: Steven Friedrich To: freebsd-questions@freebsd.org Subject: Re: Video acceleration? Date: Tue, 13 Nov 2018 01:46:36 -0500 Message-ID: <39586272.F463k0L8Pm@freebsd.friedrich.org> In-Reply-To: <4702617.YNO7O01DYZ@freebsd.friedrich.org> References: <4702617.YNO7O01DYZ@freebsd.friedrich.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-CMAE-Envelope: MS4wfAypEd5IVvhQ/87AjNyFtEm4CzzNTzLm39gz+XxivyoB76G/TX1iFw3Vg2Aw+4A0IPSPO3FLY8/SVUS9YpDcKaObxeC9aIr474i+vHxWGNHYwKhEUVWE PcOualMscxy+CoPQr0tKOIVUu4nBWb3T9xPPhMSMvN3+XR3vRpsyYl8fbMT1J5JzqlQrI3COu+YJFw== X-Rspamd-Queue-Id: 9367375801 X-Spamd-Result: default: False [-0.87 / 200.00]; ARC_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[twc.com]; NEURAL_HAM_MEDIUM(-0.87)[-0.872,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:107.14.73.0/24]; FREEMAIL_FROM(0.00)[twc.com]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[twc.com]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.91)[-0.907,0]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MX_GOOD(-0.01)[dnvrco-cmedge01.email.rr.com,dnvrco-cmedge02.email.rr.com]; NEURAL_HAM_SHORT(-0.27)[-0.265,0]; RCVD_IN_DNSWL_NONE(0.00)[230.73.14.107.list.dnswl.org : 127.0.5.0]; IP_SCORE(-0.02)[country: US(-0.09)]; RECEIVED_SPAMHAUS_PBL(0.00)[214.25.132.74.zen.spamhaus.org : 127.0.0.10]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:7843, ipnet:107.14.73.0/24, country:US]; RCVD_COUNT_TWO(0.00)[2]; CTE_CASE(0.50)[]; FROM_EQ_ENVFROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2018 06:46:52 -0000 On Friday, 9 November 2018 11:33:40 EST Steven Friedrich wrote: > I am running 11.2-RELEASE on an HP Slimline with an i7, which has UHD 630 > graphics (Kaby Lake). > > I load in /etc/rc.conf: > kld_list="/boot/modules/i915_kbl_dmc_ver1_04_bin.ko /boot/modules/ > i915_kbl_guc_ver9_14_bin.ko /boot/modules/i915_kbl_huc_ver02_00_bin.ko" > > glxinfo reports: > name of display: :0 > display: :0 screen: 0 > direct rendering: Yes > server glx vendor string: SGI > server glx version string: 1.4 > > client glx vendor string: Mesa Project and SGI > client glx version string: 1.4 > > GLX version: 1.4 > > Extended renderer info (GLX_MESA_query_renderer): > Vendor: VMware, Inc. (0xffffffff) > Device: llvmpipe (LLVM 6.0, 256 bits) (0xffffffff) > Version: 18.1.9 > Accelerated: no > Video memory: 16384MB > Unified memory: no > Preferred profile: core (0x1) > Max core profile version: 3.3 > Max compat profile version: 3.1 > Max GLES1 profile version: 1.1 > Max GLES[23] profile version: 3.0 > > Why don't I have Accelerated: Yes ??? > What am I missing? > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" When I try to use the modesetting driver, X looks for /dev/dri/card0 which doesn't exist. How do I make it exist? I thought the i915kms driver would create it.