MeanDean wrote:I cant get it to stop blinking but a line in /etc/inittab like so would be my guess at it...for tty3 obviously
- Code: Select all
3:23:respawn:/sbin/getty -I `setterm -blink off -foreground white` 38400 tty3
man setterm might be useful to you
You might also consider other gettys and see if they might have the configuration you desire.
Not too bad. Never heard of setterm before.
Ok:
Adding that to /etc/inittab didn't work.
So i tried it from the cli: nothing. blink, blink, blink.
So i tried: setterm -cursor off.
That does work. Good.
Now the problem is the following (besides that no cursor at all is difficult too):
If i open a file with vim, which i always do in cli, the blinking comes back. It start in vim, i close vim and the terminal cursor blinks too.
I already had that result after editing my .bashrc with:
- Code: Select all
# blinking cursor disabled
echo -e '\033[?17;0;127c'
Works fine (though it is a block-cursor, why the heck does no one want a no-blinking standard cursor. Does it need to be red, block or blinking?). I open a file with vim and voila: blink, blink.
The site
http://www.jurta.org/en/prog/noblink describes for emacs, gvim and all other apps how to disable the blinking cursor, but not for vim. I went to the vim site: same problem ( i didn't search that long, but only found it for gvim).
I will try to figure out more by "man setterm" tomorrow.
"I am not fine with it, so there is nothing for me to do but stand aside." M.D.