* Re: [PATCH][TRIVIAL] menuconfig color sanity
2003-01-08 10:47 [PATCH][TRIVIAL] menuconfig color sanity jeff gerard
@ 2003-01-08 11:05 ` Marc-Christian Petersen
2003-01-08 11:35 ` Dave Jones
2003-01-08 13:56 ` Alan Cox
` (2 subsequent siblings)
3 siblings, 1 reply; 9+ messages in thread
From: Marc-Christian Petersen @ 2003-01-08 11:05 UTC (permalink / raw)
To: linux-kernel; +Cc: jeff gerard
On Wednesday 08 January 2003 11:47, jeff gerard wrote:
Hi Jeff,
> using yellow and green text with a "white" background in menuconfig works
> all right on console, but it looks like crap under xterm, rxvt, etc. no
> matter whose fault that is, the trivial patch below makes things more
> readable without any major change in appearance. applies to 2.4 and 2.5.
> now you can stop wondering about support for "lug and play", "mateur
> radio", and "elephony" in the linux kernel.
huh? I can see Plug and Play, Amateur Radio and Telephony very well also in a
XTERM etc. I don't know where you have any problems with those colors.
Prolly your xterm etc. are faulty ;)
ciao, Marc
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCH][TRIVIAL] menuconfig color sanity
2003-01-08 11:05 ` Marc-Christian Petersen
@ 2003-01-08 11:35 ` Dave Jones
0 siblings, 0 replies; 9+ messages in thread
From: Dave Jones @ 2003-01-08 11:35 UTC (permalink / raw)
To: Marc-Christian Petersen; +Cc: linux-kernel, jeff gerard
On Wed, Jan 08, 2003 at 12:05:04PM +0100, Marc-Christian Petersen wrote:
> > using yellow and green text with a "white" background in menuconfig works
> > all right on console, but it looks like crap under xterm, rxvt, etc. no
> > matter whose fault that is, the trivial patch below makes things more
> > readable without any major change in appearance. applies to 2.4 and 2.5.
> > now you can stop wondering about support for "lug and play", "mateur
> > radio", and "elephony" in the linux kernel.
> huh? I can see Plug and Play, Amateur Radio and Telephony very well also in a
> XTERM etc. I don't know where you have any problems with those colors.
> Prolly your xterm etc. are faulty ;)
Different monitors, different graphic cards, different eyes.
All these things offer variation in colour, and yellow text
on a light grey background wasn't exactly a wise choice from
a readability point of view.
Dave
--
| Dave Jones. http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH][TRIVIAL] menuconfig color sanity
2003-01-08 10:47 [PATCH][TRIVIAL] menuconfig color sanity jeff gerard
2003-01-08 11:05 ` Marc-Christian Petersen
@ 2003-01-08 13:56 ` Alan Cox
2003-01-08 15:02 ` Bill Davidsen
2003-01-08 15:56 ` [PATCH][TRIVIAL] menuconfig color sanity Joshua M. Kwan
3 siblings, 0 replies; 9+ messages in thread
From: Alan Cox @ 2003-01-08 13:56 UTC (permalink / raw)
To: jeff gerard; +Cc: Linux Kernel Mailing List
On Wed, 2003-01-08 at 10:47, jeff gerard wrote:
> hi,
>
> using yellow and green text with a "white" background in menuconfig works all
> right on console, but it looks like crap under xterm, rxvt, etc. no
> matter whose fault that is, the trivial patch below makes things more
> readable without any major change in appearance. applies to 2.4 and 2.5.
>
> now you can stop wondering about support for "lug and play", "mateur radio",
> and "elephony" in the linux kernel.
Try that on a mono monitor before merging it
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH][TRIVIAL] menuconfig color sanity
2003-01-08 10:47 [PATCH][TRIVIAL] menuconfig color sanity jeff gerard
2003-01-08 11:05 ` Marc-Christian Petersen
2003-01-08 13:56 ` Alan Cox
@ 2003-01-08 15:02 ` Bill Davidsen
2003-01-08 20:43 ` [PATCH][TRIVIAL] menuconfig color sanityExpires: H. Peter Anvin
2003-01-08 15:56 ` [PATCH][TRIVIAL] menuconfig color sanity Joshua M. Kwan
3 siblings, 1 reply; 9+ messages in thread
From: Bill Davidsen @ 2003-01-08 15:02 UTC (permalink / raw)
To: jeff gerard; +Cc: linux-kernel
On Wed, 8 Jan 2003, jeff gerard wrote:
> using yellow and green text with a "white" background in menuconfig works all
> right on console, but it looks like crap under xterm, rxvt, etc. no
> matter whose fault that is, the trivial patch below makes things more
> readable without any major change in appearance. applies to 2.4 and 2.5.
>
> now you can stop wondering about support for "lug and play", "mateur radio",
> and "elephony" in the linux kernel.
Man, did you look at this on a console? That is uglier than a hedgehog's
asshole! Good idea, poor implementation. Please retry, the default colors
are not as bad on an xterm as the new colors on a console. And with small
memory machines I sure don't build kernels using X!
--
bill davidsen <davidsen@tmr.com>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH][TRIVIAL] menuconfig color sanityExpires:
2003-01-08 15:02 ` Bill Davidsen
@ 2003-01-08 20:43 ` H. Peter Anvin
0 siblings, 0 replies; 9+ messages in thread
From: H. Peter Anvin @ 2003-01-08 20:43 UTC (permalink / raw)
To: linux-kernel
Followup to: <Pine.LNX.3.96.1030108095857.21895A-100000@gatekeeper.tmr.com>
By author: Bill Davidsen <davidsen@tmr.com>
In newsgroup: linux.dev.kernel
>
> Man, did you look at this on a console? That is uglier than a hedgehog's
> asshole! Good idea, poor implementation. Please retry, the default colors
> are not as bad on an xterm as the new colors on a console. And with small
> memory machines I sure don't build kernels using X!
>
Also, whatever color set is chosen: make sure it works on a
512-character font console, which doesn't have the high-intensity
colors.
-hpa
--
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt <amsp@zytor.com>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH][TRIVIAL] menuconfig color sanity
2003-01-08 10:47 [PATCH][TRIVIAL] menuconfig color sanity jeff gerard
` (2 preceding siblings ...)
2003-01-08 15:02 ` Bill Davidsen
@ 2003-01-08 15:56 ` Joshua M. Kwan
2003-01-08 16:09 ` John Bradford
3 siblings, 1 reply; 9+ messages in thread
From: Joshua M. Kwan @ 2003-01-08 15:56 UTC (permalink / raw)
To: jeff gerard; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 217 bytes --]
> using yellow and green text with a "white" background in menuconfig works all
> right on console, but it looks like crap under xterm, rxvt, etc. no
It looks fine on Eterm, the only real X terminal :)
Regards
Josh
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCH][TRIVIAL] menuconfig color sanity
2003-01-08 15:56 ` [PATCH][TRIVIAL] menuconfig color sanity Joshua M. Kwan
@ 2003-01-08 16:09 ` John Bradford
2003-01-08 16:55 ` john slee
0 siblings, 1 reply; 9+ messages in thread
From: John Bradford @ 2003-01-08 16:09 UTC (permalink / raw)
To: jeff-lk; +Cc: linux-kernel
> using yellow and green text with a "white" background in
> menuconfig works all right on console
I have seen the original problem, where the first letter is not
visible in an xterm.
Just add a colour/monochrome toggle, that way people can choose which
they prefer.
John.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH][TRIVIAL] menuconfig color sanity
2003-01-08 16:09 ` John Bradford
@ 2003-01-08 16:55 ` john slee
0 siblings, 0 replies; 9+ messages in thread
From: john slee @ 2003-01-08 16:55 UTC (permalink / raw)
To: John Bradford; +Cc: jeff-lk, linux-kernel
On Wed, Jan 08, 2003 at 04:09:02PM +0000, John Bradford wrote:
> > using yellow and green text with a "white" background in
> > menuconfig works all right on console
>
> I have seen the original problem, where the first letter is not
> visible in an xterm.
>
> Just add a colour/monochrome toggle, that way people can choose which
> they prefer.
'export TERM=xterm-mono' works fine here
j.
--
toyota power: http://indigoid.net/
^ permalink raw reply [flat|nested] 9+ messages in thread