Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Feb 2019 13:09:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 235550] i915kms.ko disables console view
Message-ID:  <bug-235550-227-Pxtb4NVFrF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235550-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235550-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235550

Johannes Lundberg <johalun0@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johalun0@gmail.com

--- Comment #1 from Johannes Lundberg <johalun0@gmail.com> ---
When in doubt try,

# pkg delete drm-kmod-legacy
# pkg delete xf86-video-intel
# pkg install drm-kmod

Move away stuff that could cause issues
# mv /boot/kernel/drm.ko /root/
# mv /boot/kernel/drm2.ko /root/
# mv /boot/kernel/i915kms.ko /root/
# mv /etc/X11/xorg.conf /root/xorg.conf
# mv /etc/X11/xorg.d /root/

Clear any module loading and sysctl entries for graphics drivers from
/boot/loader.conf and /etc/rc.conf.
Disconnect external/multiple displays
Reboot

# kldload i915kms
# kldstat -v (confirm that drm.ko and i915kms.ko are loaded from /boot/modu=
les)
# startx

Haswell is definitely supported by the new drivers and a default, empty
configuration should be sufficient to have functional X and VTs. In most ca=
ses,
the error is due to conflicts with existing older drm drivers, intel ddx or
misconfiguration.=20

If this still doesn't work we need to troubleshoot further. Maybe some quir=
ks
with that specific GPU?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235550-227-Pxtb4NVFrF>