i915kms

  1. yaslam

    How to use different resolution in vt(4) for different monitors

    Hello everyone. I use a laptop that has an external display connected to it, my current setup is that for the vt console driver, the default mode is 1920x1080 so the console has a clearer resolution for the external display: /boot/loader.conf kern.vt.fb.default_mode="1920x1080" I want to be...
  2. neogeo

    Configuring libglx, libGLX and libEGL for intel GPUs

    I have a FreeBSD disk constructed with an M.2 NGFF SSD card, in a slim enclosure such that features a set of SATA connectors and a USB 3 port. I suppose it's a sort of a portable SSD. Unfortunately, the combination of the enclosure and the storage card - by Sabrent and KingSpec, respectively -...
  3. M

    graphics/drm-kmod port or pkg installation, drm/MTRR errors & missing DMC firmware

    A fresh 13.0-RELEASE-p6 installation with graphics/drm-kmod added as a package: # dmesg | grep drm drmn0: <drmn> on vgapci0 [drm] i915.alpha_support is deprecated, use i915.force_probe=9a49 instead vgapci0: child drmn0 requested pci_enable_io vgapci0: child drmn0 requested pci_enable_io [drm]...
  4. B

    i915kms.ko & fuse problems in 13.0

    In my latest attempt to upgrade 12.2 to 13.0 (on a ThinkPad X220) I'm unable to use i915kms.ko and fuse. Initially the system refuses to boot because /etc/fstab tries to mount a Linux (ext2fs) partition but after commenting it out it boots, however kldload will not load fuse. Also...
  5. the3ajm

    Solved GPU hanging around on GM965 chipset

    I find a consistent problem with my laptop whenever I run cheese, the screen will turn black and I'll look into the logs and get this following message: Feb 8 21:53:43 Dell kernel: error: [drm:pid12:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung Feb 8 21:53:43 Dell kernel...
  6. E

    Solved Yet another 12.2 and i915kms OpenGL thread

    Hi, I've compiled my own packages with synth, on 12.2. My procedure after boot is basically. kldload i915kms; startx X works fine, except anything OpenGL. If I do glxgears, I get this. zsh# glxgears libGL error: MESA-LOADER: failed to retrieve device information Running synchronized to the...
  7. A

    i915kms gpu hung on Freebsd-12.2-RELEASE-p1

    Hi, First of all I am new to freebsd, so I apologize in advance if I make a mistake about something. I had used freebsd before, but I only used it for about a week on the same pc. I recently installed the latest freebsd release, installed xorg and tried to install some desktop environments like...
  8. autumnontape

    Solved System resets when /boot/modules/i915kms.ko is loaded

    I've installed FreeBSD 12.1-RELEASE on a Lenovo Thinkpad X1 Yoga 1st Gen with an i7-6600U CPU and an Intel HD 520 IGP. I've followed the instructions in this blog post to set up root filesystem encryption with UEFI, though I had to move /etc/loader.conf to /boot/loader.conf after installing to...
  9. GregTheHun

    FreeBSD 12, Intel i5 Graphics not working

    Hello all, I have just recently upgraded from 11.2 to 12.0 and my graphics settings are now borked. Previously I had the terminal resolution set to 1280x720 with this code in /boot/loader.conf It was using this: i915kms_load="YES" kern.vt.fb.default_mode="1280x720" if I load it in manually...
Top