From owner-freebsd-x11@freebsd.org Tue Nov 13 01:10:33 2018 Return-Path: Delivered-To: freebsd-x11@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 9382B1129070 for ; Tue, 13 Nov 2018 01:10:33 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [140.82.23.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.nomadlogic.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 773728D14D; Tue, 13 Nov 2018 01:10:32 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from duke.gem.co (cpe-76-175-75-27.socal.res.rr.com [76.175.75.27]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 02647b4f TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Mon, 12 Nov 2018 17:10:30 -0800 (PST) Subject: Re: Help with UHD Graphics 630 To: "Montgomery-Smith, Stephen" , Niclas Zeising , "freebsd-x11@freebsd.org" References: <52921bee-cd0f-110c-fc40-e84fa63d3c56@missouri.edu> <6d76fbf9-0a1d-5f4f-3414-0cd002bcc360@missouri.edu> <240e8478-50dc-4ff8-410e-27dcf107a2d9@freebsd.org> From: Pete Wright Message-ID: <61ef7273-6e91-8eb2-28ef-521b54c08615@nomadlogic.org> Date: Mon, 12 Nov 2018 17:10:28 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 773728D14D X-Spamd-Result: default: False [-2.41 / 200.00]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-0.99)[-0.995,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[nomadlogic.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mail.nomadlogic.org]; NEURAL_HAM_SHORT(-0.03)[-0.027,0]; RECEIVED_SPAMHAUS_PBL(0.00)[27.75.175.76.zen.spamhaus.org : 127.0.0.10]; R_DKIM_NA(0.00)[]; IP_SCORE(-0.08)[asn: 20473(-0.30), country: US(-0.09)]; ASN(0.00)[asn:20473, ipnet:140.82.16.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org 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, 13 Nov 2018 01:10:33 -0000 On 11/12/18 4:37 PM, Montgomery-Smith, Stephen wrote: > On 11/12/18 2:56 PM, Niclas Zeising wrote: >> On 11/12/18 9:20 PM, Montgomery-Smith, Stephen wrote: >>> On 11/12/18 1:12 PM, Pete Wright wrote: >>>> >>>> On 11/12/18 9:33 AM, Montgomery-Smith, Stephen wrote: >>>>> I have a Dell Optiplex 5060, which has the i5-8500 CPU and the UHD >>>>> Graphics 630 Card.  I am currently running FreeBSD-12. >>>>> >>>>> How do I get this graphics card to work with something other than the >>>>> VESA driver? >>>>> >>>>> I did some googling, and installed the drm-next-kmod port, but that >>>>> didn't seem to work.  kldstat has i915kms listed. >>>> its hard to help without more information, but a quick think to check is >>>> to make sure you are in the "video" group.  if you are and are still >>>> having issues can you please send over the output of "dmesg" as well as >>>> a copy of your /var/log/Xorg.0.log? >>> >>> Thanks.  Yes, I am in the video group.  Here are the outputs as >>> attachments.  I'll send it again if the attachments get removed. >>> >> Hi! >> From what I can see, i915kms never attaches to any hardware.  Can you >> verify that you are loading /boot/modules/i915kms.ko, and can you >> provide the output of kldstat -v | egrep '(drm|i915)' . > Here is the output. > 113 drmn/fbd > 6 1 0xffffffff829f0000 1203e0 i915kms.ko (/boot/modules/i915kms.ko) > 7 1 0xffffffff82b11000 74730 drm.ko (/boot/modules/drm.ko) > 509 drmn > > > In /boot/rc.conf I have the line > kld_list="/boot/modules/i915kms.ko" oh i see the issue, you need to update /etc/rc.conf *not* /boot/rc.conf.  after updating that file with the above kld_list line you pasted and reboot, the appropriate driver should load. cheers, -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA