Date: Tue, 13 Nov 2018 20:17:48 +0000 From: Johannes Lundberg <johalun0@gmail.com> To: "Montgomery-Smith, Stephen" <stephen@missouri.edu> Cc: Niclas Zeising <zeising@freebsd.org>, Pete Wright <pete@nomadlogic.org>, "freebsd-x11@freebsd.org" <freebsd-x11@freebsd.org> Subject: Re: Help with UHD Graphics 630 Message-ID: <CAECmPwt-Z_nDD5zsQE1s0ve05koifj1LFVYJSrtjnCjgKtGONg@mail.gmail.com> In-Reply-To: <4fecdc12-a166-e684-912f-a1756b5d272a@missouri.edu> References: <52921bee-cd0f-110c-fc40-e84fa63d3c56@missouri.edu> <e80bf820-f0b1-0586-8af1-955673935d06@nomadlogic.org> <6d76fbf9-0a1d-5f4f-3414-0cd002bcc360@missouri.edu> <240e8478-50dc-4ff8-410e-27dcf107a2d9@freebsd.org> <fc02aa8e-b7ba-f677-d370-033a8a45611a@missouri.edu> <61ef7273-6e91-8eb2-28ef-521b54c08615@nomadlogic.org> <4fecdc12-a166-e684-912f-a1756b5d272a@missouri.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi If this is a very new CPU you might have better luck with drm-devel-kmod. The fact that there is no drm output in dmesg indicate that your GPUs PCI-ID is not in the drm-next-kmod driver. On Tue, Nov 13, 2018 at 17:22 Montgomery-Smith, Stephen < stephen@missouri.edu> wrote: > On 11/12/18 7:10 PM, Pete Wright wrote: > > > > > > 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. > > Unfortunately that's not the issue. I had a typo in my previous email, > and it should have said the correct thing: > > In /etc/rc.conf I have the line > kld_list="/boot/modules/i915kms.ko" > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAECmPwt-Z_nDD5zsQE1s0ve05koifj1LFVYJSrtjnCjgKtGONg>