Re: Starting Wayland
- Reply: Gerard E. Seibert: "Re: Starting Wayland"
- In reply to: Gerard E. Seibert: "Re: Starting Wayland"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Apr 2024 01:35:33 UTC
On Fri, Apr 26, 2024 at 07:56:13AM -0400, Gerard E. Seibert wrote: >Unfortunately, "kld_list=i915kms.ko" causes my system to lock up when >starting up....I did install the "graphics/drm-kmod-20220907_3" >port. I compiled it using poudriere. That's the package version of the meta-port. Did that compile and install the port drm-515-kmod? (For FreeBSD 14.) That's the key -- you have to compile and install the kernel module. I do that without poudriere, just cd into the port directory[1] and run "make install". I did that the other day, for about the same problem you have: I upgraded 13.2 to 13.3, installed the DRM kmod package, it panicked during boot. I deleted that package, compiled and installed it from the port (drm-510-kmod for 13), and that worked. I'm typing this on that system now. [1] For FreeBSD 14, /usr/ports/graphics/drm-515-kmod. In FreeBSD 14, portsnap is gone, so /usr/ports has to be the git repository.