Skip to main content
Fixed capitalization; improved formatting and punctuation; deleted fluff.
Source Link

I am trying to change the color of my tty in solaris, I amSolaris.  I am not referring to Xterm or termcap, but to the TTY itself.

I am a FreeBSD user, for.  For example, you can change the color directly from the VT driver, which which is the console driver with the parameters:

kern.vt.color."colornum".rgb="colorspec"

kern.vt.color."colornum".rgb="colorspec"

Is it possible to do that in solarisSolaris? I have  I have not been able to perform this task, I am getting familiar with the OS.

I am trying to change the color of my tty in solaris, I am not referring to Xterm or termcap, but to the TTY itself.

I am a FreeBSD user, for example you can change the color directly from the VT driver, which is the console driver with the parameters:

kern.vt.color."colornum".rgb="colorspec"

Is it possible to do that in solaris? I have not been able to perform this task, I am getting familiar with the OS

I am trying to change the color of my tty in Solaris.  I am not referring to Xterm or termcap, but to the TTY itself.

I am a FreeBSD user.  For example, you can change the color directly from the VT driver, which is the console driver with the parameters:

kern.vt.color."colornum".rgb="colorspec"

Is it possible to do that in Solaris?  I have not been able to perform this task.

Source Link
fah81
  • 21
  • 3

Solaris 11.4 console color

I am trying to change the color of my tty in solaris, I am not referring to Xterm or termcap, but to the TTY itself.

I am a FreeBSD user, for example you can change the color directly from the VT driver, which is the console driver with the parameters:

kern.vt.color."colornum".rgb="colorspec"

Is it possible to do that in solaris? I have not been able to perform this task, I am getting familiar with the OS