Results 1 to 6 of 6
Hi all,
Is there a way to change the color of X's CLI? I am not referring to an emulated terminal (such as xterm), but the tty itself (if this ...
- 06-15-2007 #1
X CLI background color?
Hi all,
Is there a way to change the color of X's CLI? I am not referring to an emulated terminal (such as xterm), but the tty itself (if this is the appropriate term for the big black NON-GUI screen).
Thx.
- 06-16-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,785
Sure... you can do so by editing (as root) the /etc/X11/xdm/Xsetup_0 file and adding the following line:
Of course, you'll need to put in your own choice of color rather than the #758090.Code:/usr/X11R6/bin/xsetroot -solid "#758090"
Edit: thought I'd better add that works for xdm, but I'm not sure what display manager you might be using.Last edited by oz; 06-16-2007 at 12:13 AM.
oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 06-16-2007 #3
Hey, thanks for the reply.
I am not using any display manager (xdm, gdm, etc). It is just a plain, old, dumb-terminal (aka "a Big Black screen").
So the code above doesn't work for me.
- 06-16-2007 #4
closest thing to what I want to do is:
But this, only swaps the colors of the text and the background. And, of course, I don't want to go blind with a white background.Code:setterm -inversescreen on
Thanks for any help on this.
- 06-16-2007 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,785
You might try something like this:
Code:setterm -background blue -foreground white -bold on -store
oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 06-16-2007 #6
I had tried that in the past, without positive results. However, this time around I logged out and back in a couple of times and got the desired results after the 3rd or 4th try. Thx a lot!


Reply With Quote
