public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Description should be updated
@ 2004-12-13  1:01 Danny Beaudoin
  2004-12-13  1:06 ` Randy.Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Danny Beaudoin @ 2004-12-13  1:01 UTC (permalink / raw)
  To: linux-kernel

Hi again!
In Device Drivers/Graphics Support/Console display driver support/VGA test 
console (NEW)
The description is the following:
"
Saying Y here will allow you to use Linux in text mode through a
display that complies with the generic VGA standard. Virtually
everyone wants that.

The program SVGATextMode can be used to utilize SVGA video cards to
their full potential in text mode. Download it from
<ftp://ibiblio.org/pub/Linux/utils/console/>.

Say Y.
"
This is not an option anymore and there is no choice to be made, therefore 
the user doesn't have to/can't say Y. This should be only a description.

Thanks for last time, I hadn't realized that there was a misunderstanding on 
what I meant
and "Are you sure?  It makes sense to me the way it currently is..." made me 
think that you didn't see the use of having all 'x86' written all the same, 
with a lowercase x. :-)

Well, good job guys, keep it up!



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Description should be updated
  2004-12-13  1:01 Description should be updated Danny Beaudoin
@ 2004-12-13  1:06 ` Randy.Dunlap
  2004-12-13 13:44   ` David Ford
  0 siblings, 1 reply; 3+ messages in thread
From: Randy.Dunlap @ 2004-12-13  1:06 UTC (permalink / raw)
  To: Danny Beaudoin; +Cc: linux-kernel

Danny Beaudoin wrote:
> Hi again!
> In Device Drivers/Graphics Support/Console display driver support/VGA 
> test console (NEW)

drivers/video/console/Kconfig

> The description is the following:
> "
> Saying Y here will allow you to use Linux in text mode through a
> display that complies with the generic VGA standard. Virtually
> everyone wants that.
> 
> The program SVGATextMode can be used to utilize SVGA video cards to
> their full potential in text mode. Download it from
> <ftp://ibiblio.org/pub/Linux/utils/console/>.
> 
> Say Y.
> "
> This is not an option anymore and there is no choice to be made, 
> therefore the user doesn't have to/can't say Y. This should be only a 
> description.

It is an option if EMBEDDED is true or X86 is false.
For usual X86 it is forced to 'y'.
However, if you can suggest some better description,
that's OK too.

> Thanks for last time, I hadn't realized that there was a 
> misunderstanding on what I meant
> and "Are you sure?  It makes sense to me the way it currently is..." 
> made me think that you didn't see the use of having all 'x86' written 
> all the same, with a lowercase x. :-)
> 
> Well, good job guys, keep it up!


-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Description should be updated
  2004-12-13  1:06 ` Randy.Dunlap
@ 2004-12-13 13:44   ` David Ford
  0 siblings, 0 replies; 3+ messages in thread
From: David Ford @ 2004-12-13 13:44 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: Danny Beaudoin, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

Danny, attached is a patch you may like.

David

Randy.Dunlap wrote:

> Danny Beaudoin wrote:
>
>> Hi again!
>> In Device Drivers/Graphics Support/Console display driver support/VGA 
>> test console (NEW) 
>

[-- Attachment #2: VGA_CONSOLE.diff --]
[-- Type: text/x-patch, Size: 993 bytes --]

--- drivers/video/console/Kconfig~	2004-12-13 08:41:30.926219984 -0500
+++ drivers/video/console/Kconfig	2004-12-13 08:41:30.927219832 -0500
@@ -9,15 +9,15 @@
 	depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC32 && !SPARC64 && !M68K && !PARISC
 	default y
 	help
-	  Saying Y here will allow you to use Linux in text mode through a
-	  display that complies with the generic VGA standard. Virtually
-	  everyone wants that.
+	  This is always enabled on X86 systems.  If your system is embedded
+	  or not X86 and you want to use Linux in text mode through a
+	  display that complies with the generic VGA standard, say Y here.
 
 	  The program SVGATextMode can be used to utilize SVGA video cards to
 	  their full potential in text mode. Download it from
 	  <ftp://ibiblio.org/pub/Linux/utils/console/>.
 
-	  Say Y.
+	  If unsure, say Y (default).
 
 #	if [ "$CONFIG_PCI" = "y" -a "$CONFIG_VGA_CONSOLE" = "y" ]; then
 #	   bool '   Allow VGA on any bus?' CONFIG_VGA_HOSE

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-12-13 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-13  1:01 Description should be updated Danny Beaudoin
2004-12-13  1:06 ` Randy.Dunlap
2004-12-13 13:44   ` David Ford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox