Re: [arch-general] is it possible to disable bold(bright) color under console?

2012-09-08 Thread Xeslaro
On Tue, Sep 04, 2012 at 04:51:38PM +0200, Rodrigo Rivas wrote: > I was thinking on patching & recompiling the kernel module associated to > the console... > > But on second thought, you may better try with "screen" (if you are not > using it already). Just adding the following line to the .screenr

Re: [arch-general] is it possible to disable bold(bright) color under console?

2012-09-04 Thread Rodrigo Rivas
On Tue, Sep 4, 2012 at 9:14 PM, Xeslaro wrote: > On Tue, Sep 04, 2012 at 12:33:53PM +0200, Rodrigo Rivas wrote: > > You are not telling wich console are you using... Are you in some kind of > > virtual terminal? Or in the linux console? If the latter, are you using > the > > old VGA console or th

Re: [arch-general] is it possible to disable bold(bright) color under console?

2012-09-04 Thread Stephen E. Baker
On 04/09/2012 3:14 PM, Xeslaro wrote: On Tue, Sep 04, 2012 at 12:33:53PM +0200, Rodrigo Rivas wrote: You are not telling wich console are you using... Are you in some kind of virtual terminal? Or in the linux console? If the latter, are you using the old VGA console or the new FB console? -- Ro

Re: [arch-general] is it possible to disable bold(bright) color under console?

2012-09-04 Thread Xeslaro
On Tue, Sep 04, 2012 at 12:33:53PM +0200, Rodrigo Rivas wrote: > You are not telling wich console are you using... Are you in some kind of > virtual terminal? Or in the linux console? If the latter, are you using the > old VGA console or the new FB console? > > -- > Rodrigo sorry, i thought th

Re: [arch-general] is it possible to disable bold(bright) color under console?

2012-09-04 Thread Rodrigo Rivas
On Tue, Sep 4, 2012 at 7:10 PM, Xeslaro wrote: > when some application write, for example, \e[1;31m msg \e[0m to console, > is it possible to just ignore the "1;" which asks to use a bold(bright) > color and just write \e[31m msg \e[0m instead? i don't like bold colors, > they make eyes sufferi

[arch-general] is it possible to disable bold(bright) color under console?

2012-09-04 Thread Xeslaro
when some application write, for example, \e[1;31m msg \e[0m to console, is it possible to just ignore the "1;" which asks to use a bold(bright) color and just write \e[31m msg \e[0m instead? i don't like bold colors, they make eyes suffering. i tried setterm -bold off, which doesn't work;