vt console driver

Jamie Griffin griffin8j at gmail.com
Tue Aug 12 22:15:32 UTC 2014


On 12/08/2014 22:10, Carlos Jacobo Puga Medina wrote:
> On 12/08/2014 21:13, Roland Smith wrote:
>> On Tue, Aug 12, 2014 at 04:19:14PM +0100, Jamie Griffin wrote:
>>> On 12/08/2014 14:29, Matthias Gamsjager wrote:
>>>> After X is running what does kldstatus show?
>>>> You need to add the same video related modules to the loader.conf
>>> kontrol% kldstat
>>> Id Refs Address            Size     Name
>>>     1   75 0xffffffff80200000 1713048  kernel
>>>     2    1 0xffffffff81914000 263c00   zfs.ko
>>>     3    2 0xffffffff81b78000 6778     opensolaris.ko
>>>     4    1 0xffffffff81b7f000 1cb70    snd_uaudio.ko
>>>     5    1 0xffffffff81b9c000 4a00     coretemp.ko
>>>     6    1 0xffffffff81ba1000 8718     acpi_video.ko
>>>     7    3 0xffffffff81baa000 9cf8     libiconv.ko
>>>     8    1 0xffffffff81bb4000 2b58     libmchain.ko
>>>     9    1 0xffffffff81bb7000 17b0     cd9660_iconv.ko
>>> 10    1 0xffffffff81bb9000 17c8     msdosfs_iconv.ko
>>> 11    1 0xffffffff81bbb000 abc8     sem.ko
>>> 12    1 0xffffffff81bc6000 11d08    tmpfs.ko
>>> 13    1 0xffffffff81e11000 52a9     fdescfs.ko
>>> 14    1 0xffffffff81e17000 9d2e     linprocfs.ko
>>> 15    1 0xffffffff81e21000 442df    linux.ko
>>> 16    1 0xffffffff81e66000 357b     ums.ko
>>> 17    1 0xffffffff81e6a000 113d6    ipfw.ko
>> You will need to load *all* the modules below (or compile them in).
>>
>>> 18    1 0xffffffff81e7c000 6a9b6    i915kms.ko
>>> 19    1 0xffffffff81ee7000 47aee    drm2.ko
>>> 20    4 0xffffffff81f2f000 1feb     iicbus.ko
>>> 21    1 0xffffffff81f31000 1a47     iic.ko
>>> 22    1 0xffffffff81f33000 1e4a     iicbb.ko
>> Roland
>> These were loaded, it's the output of kldstat
> Load i915kms.ko driver in /etc/rc.conf via kld_list as following:
>
> kld_list='i915kms'
>
I just tried this and it worked. I set kern.vty=vt and hw.vga.textmode=1 
in loader.conf; then kld_list='i915kms' in rc.conf and it that did it.

Incidentally, with keymap="uk.iso.kbd" an error is shown stating it 
can't load it as no such file or directory; I tried it from the 
commandline and got the same error, so i tried using the full path name 
and that was ok.


More information about the freebsd-questions mailing list