Date: Thu, 28 Nov 2019 11:58:46 +0100 From: Polytropon <freebsd@edvax.de> To: vm finance <vm.finance2@gmail.com> Cc: Kyle Evans <kevans@freebsd.org>, FreeBSD Mailing List <freebsd-questions@freebsd.org>, Kurt Hackenberg <kh@panix.com> Subject: Re: FreeBSD-12.1 on laptop Message-ID: <20191128115846.46fe7606.freebsd@edvax.de> In-Reply-To: <CAKy-8=h05oQfa6rBhOH74vPt3e6m6u3-UXx6v3DWLgXp8No6Hw@mail.gmail.com> References: <CAKy-8=hUCNiAufHHgpLJTnbS_==aHT7UyspgjLyro-yEcxJ2_w@mail.gmail.com> <CAKy-8=h9jacsx0ZUSucF9qN7AZ6xdtzGoacwxccoWHm9OF-Baw@mail.gmail.com> <CAC=ypSUq8gc8LsWB=Lyz01ktfcBnBaYSuyP3KBo%2BSL9StAv7rw@mail.gmail.com> <CAKy-8=iVsLqNkwdxn_E-1R5t8mmp14JULN%2BKHRf-asWTzWcWfA@mail.gmail.com> <5c2c0fe0-93fa-246e-a3ae-05e813e246df@panix.com> <CAKy-8=i07xSnz3yW3H1XCOJ8_7x_m1__e0r68HxUx-R7-A0x8w@mail.gmail.com> <CAKy-8=gte8_xZGTt17kRgPtyj9mi6wx-ahehNSGrbcedVn4ZNQ@mail.gmail.com> <CACNAnaECR4bQ=FAM%2BwTfU0HaR63uAUQkp41mS9pPSM=4K_EGqQ@mail.gmail.com> <CAKy-8=gh7nGqzf9G5A7zJDoa2EQgA432k49djHi3%2Bzhg36Tv_A@mail.gmail.com> <CAKy-8=ivtDo0it9fzyUp8mUDAQuGWVfdQqfz2hmhXcA6CXJn%2Bg@mail.gmail.com> <CAKy-8=gHp67aqpXXNM=rfsWwNc4Ay__bsC-09NZ03Afm9W4ekg@mail.gmail.com> <CAKy-8=ho=mD5WLJA5iHbDt9prnrMDhjrwmWOO5NXumQDB9hXhw@mail.gmail.com> <20191128103810.9599da0b.freebsd@edvax.de> <CAKy-8=h05oQfa6rBhOH74vPt3e6m6u3-UXx6v3DWLgXp8No6Hw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 28 Nov 2019 15:33:12 +0530, vm finance wrote: > Hi, > > Its Intel's "UHD Graphics 620". I don't see it installed/loaded under > "kldstat". It's not a kernel module, it's a driver package for X what I've been suggesting to look for. This package needs to be installed via pkg, but X will load it automatically if present. My assumption: X doesn't find an appropriate driver for your Intel graphics and tries to address the UEFI framebuffer device, but that doesn't work, so it exits. Check /var/log/Xorg.0.log for the last messages, especially those marked with "EE" as errors. > Do you think steps mentioned in > http://www.srobb.net/freebsdintel.html > > would suffice to get around the issue I have? This seems to be quite recent, I suggest you try that. Note that it also uses a different xf68-video-* driver probably because it's related to newer hardware. I have a Lenovo Thinkpad R61i here with older Intel graphics (no "U", no "HD", if I remember correctly, on FreeBSD 12.0-p7), so it's quite possible that I'm not up to date. :-) > If not, could u please suggest next steps. The page you've been refering to matches my (working) setup so far, except two significant things: 1. I don't have the DRM kernel module loaded, only the the setting 'i915kms_load="YES"' in /boot/loader.conf, which doesn't seem to require DRM so far. I did not install something to get this part working. 2. I have installed xf86-video-intel via pkg. I also don't have the 'kern.vt.fb.default_mode="800x600"' because anything related to to vt is annoying and doesn't work. ;-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191128115846.46fe7606.freebsd>