User Tools

Site Tools


freebsd:console_kms

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
freebsd:console_kms [2016/12/05 11:49]
tschulz
freebsd:console_kms [2019/02/22 12:04]
tschulz [New Way as of FreeBSD 12.0]
Line 1: Line 1:
-====== FreeBSD ​Newsyscons ​======+====== FreeBSD ​New Sys Console ​====== 
 +===== New Way as of FreeBSD 12.0 ===== 
 +  - Install graphics/​drm-legacy-kmod<​file>​ 
 +pkg install drm-legacy-kmod 
 +</​file>​ 
 +  - Add the following to /​etc/​rc.conf<​file bash /​etc/​rc.conf>​ 
 +... 
 +kld_list="/​boot/​modules/​i915kms.ko" ​ # i915kms.ko is for intel graphics replace with another ko from /​boot/​modules as needed 
 +... 
 +</​file>​ 
 + 
 +===== Old Way piror to FreeBSD 12.0 ===== 
   * You need to load a KMS video driver to have use higher resolutions otherwise the initial video mode will be used   * You need to load a KMS video driver to have use higher resolutions otherwise the initial video mode will be used
   * The example below sets a high console resolution for Intel graphics.   * The example below sets a high console resolution for Intel graphics.
freebsd/console_kms.txt · Last modified: 2019/02/22 12:04 by tschulz