I am trying to modify the colors of the kernel and terminal messages, with the options specified in the VT driver manual.
With the valid options of sys/terminal.h I compiled a new kernel with the VT options, to no avail.
Also with the loader.conf options, to no avail.
I have verified that you are using VT, but by default it is the driver that FreeBSD uses since when using SC the terminal pad is red.
Any idea what may be going on? I already opened another thread with compatibility problems, I don't know if the problem may be there.
Dell latitude 6500
GPU: Intel GMA45
FreeBSD 13.0
Thanks.[/file]
Code:
options TERMINAL_NORM_ATTR
options TERMINAL_KERN_ATTR
With the valid options of sys/terminal.h I compiled a new kernel with the VT options, to no avail.
Also with the loader.conf options, to no avail.
Code:
kern.vt.color.<colornum>.rgb="<colorspec>
I have verified that you are using VT, but by default it is the driver that FreeBSD uses since when using SC the terminal pad is red.
Any idea what may be going on? I already opened another thread with compatibility problems, I don't know if the problem may be there.
Dell latitude 6500
GPU: Intel GMA45
FreeBSD 13.0
Thanks.[/file]