Setup environment to support multiple fonts

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3799 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-07-19 20:08:28 +00:00
parent cfe87fa0af
commit 617927bce0
20 changed files with 42 additions and 41 deletions
+4 -3
View File
@@ -973,9 +973,10 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_NXFONTS_CHARBITS CONFIG_NXFONTS_CHARBITS
The number of bits in the character set. Current options are The number of bits in the character set. Current options are
only 7 and 8. The default is 7. only 7 and 8. The default is 7.
CONFIG_NXFONT_SANS CONFIG_NXFONT_SANS23X27
At present, there is only one font. But if there were were more, At present, there is only one font, a 23x27 sans serif font. But
then this option would select the sans serif font. if there were were more, then this option would select that sans serif
font.
NX Multi-user only options: NX Multi-user only options:
+2 -2
View File
@@ -572,7 +572,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -605,7 +605,7 @@ CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERCOLOR1 #CONFIG_NXTK_BORDERCOLOR1
#CONFIG_NXTK_BORDERCOLOR2 #CONFIG_NXTK_BORDERCOLOR2
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -580,7 +580,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -613,7 +613,7 @@ CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERCOLOR1 #CONFIG_NXTK_BORDERCOLOR1
#CONFIG_NXTK_BORDERCOLOR2 #CONFIG_NXTK_BORDERCOLOR2
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -580,7 +580,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -613,7 +613,7 @@ CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERCOLOR1 #CONFIG_NXTK_BORDERCOLOR1
#CONFIG_NXTK_BORDERCOLOR2 #CONFIG_NXTK_BORDERCOLOR2
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -580,7 +580,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -613,7 +613,7 @@ CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERCOLOR1 #CONFIG_NXTK_BORDERCOLOR1
#CONFIG_NXTK_BORDERCOLOR2 #CONFIG_NXTK_BORDERCOLOR2
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -580,7 +580,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -613,7 +613,7 @@ CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERCOLOR1 #CONFIG_NXTK_BORDERCOLOR1
#CONFIG_NXTK_BORDERCOLOR2 #CONFIG_NXTK_BORDERCOLOR2
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -575,7 +575,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -608,7 +608,7 @@ CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERCOLOR1 #CONFIG_NXTK_BORDERCOLOR1
#CONFIG_NXTK_BORDERCOLOR2 #CONFIG_NXTK_BORDERCOLOR2
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -580,7 +580,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -613,7 +613,7 @@ CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERCOLOR1 #CONFIG_NXTK_BORDERCOLOR1
#CONFIG_NXTK_BORDERCOLOR2 #CONFIG_NXTK_BORDERCOLOR2
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -548,7 +548,7 @@ CONFIG_NET_RESOLV_ENTRIES=4
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -584,7 +584,7 @@ CONFIG_NX_KBD=y
CONFIG_NXTK_BORDERCOLOR1=8 CONFIG_NXTK_BORDERCOLOR1=8
CONFIG_NXTK_BORDERCOLOR2=4 CONFIG_NXTK_BORDERCOLOR2=4
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -548,7 +548,7 @@ CONFIG_NET_RESOLV_ENTRIES=4
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -584,7 +584,7 @@ CONFIG_NX_KBD=y
CONFIG_NXTK_BORDERCOLOR1=8 CONFIG_NXTK_BORDERCOLOR1=8
CONFIG_NXTK_BORDERCOLOR2=4 CONFIG_NXTK_BORDERCOLOR2=4
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -759,7 +759,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -795,7 +795,7 @@ CONFIG_NXTK_BORDERWIDTH=2
CONFIG_NXTK_BORDERCOLOR1=1 CONFIG_NXTK_BORDERCOLOR1=1
CONFIG_NXTK_BORDERCOLOR2=0 CONFIG_NXTK_BORDERCOLOR2=0
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -739,7 +739,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -775,7 +775,7 @@ CONFIG_NX_KBD=y
CONFIG_NXTK_BORDERCOLOR1=8 CONFIG_NXTK_BORDERCOLOR1=8
CONFIG_NXTK_BORDERCOLOR2=4 CONFIG_NXTK_BORDERCOLOR2=4
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -702,7 +702,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -738,7 +738,7 @@ CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERCOLOR1 #CONFIG_NXTK_BORDERCOLOR1
#CONFIG_NXTK_BORDERCOLOR2 #CONFIG_NXTK_BORDERCOLOR2
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -672,7 +672,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -708,7 +708,7 @@ CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERCOLOR1 #CONFIG_NXTK_BORDERCOLOR1
#CONFIG_NXTK_BORDERCOLOR2 #CONFIG_NXTK_BORDERCOLOR2
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -681,7 +681,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -717,7 +717,7 @@ CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERCOLOR1 #CONFIG_NXTK_BORDERCOLOR1
#CONFIG_NXTK_BORDERCOLOR2 #CONFIG_NXTK_BORDERCOLOR2
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -369,7 +369,7 @@ CONFIG_NET_RESOLV_ENTRIES=4
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -402,7 +402,7 @@ CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERCOLOR1 #CONFIG_NXTK_BORDERCOLOR1
#CONFIG_NXTK_BORDERCOLOR2 #CONFIG_NXTK_BORDERCOLOR2
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -369,7 +369,7 @@ CONFIG_NET_RESOLV_ENTRIES=4
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -402,7 +402,7 @@ CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERCOLOR1 #CONFIG_NXTK_BORDERCOLOR1
#CONFIG_NXTK_BORDERCOLOR2 #CONFIG_NXTK_BORDERCOLOR2
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -775,7 +775,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -811,7 +811,7 @@ CONFIG_NX_KBD=y
CONFIG_NXTK_BORDERCOLOR1=0xd69a CONFIG_NXTK_BORDERCOLOR1=0xd69a
CONFIG_NXTK_BORDERCOLOR2=0xad55 CONFIG_NXTK_BORDERCOLOR2=0xad55
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -767,7 +767,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -803,7 +803,7 @@ CONFIG_NX_KBD=y
CONFIG_NXTK_BORDERCOLOR1=0xd69a CONFIG_NXTK_BORDERCOLOR1=0xd69a
CONFIG_NXTK_BORDERCOLOR2=0xad55 CONFIG_NXTK_BORDERCOLOR2=0xad55
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32
+2 -2
View File
@@ -767,7 +767,7 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS # CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are # The number of bits in the character set. Current options are
# only 7 and 8. The default is 7. # only 7 and 8. The default is 7.
# CONFIG_NXFONT_SANS # CONFIG_NXFONT_SANS23X27
# At present, there is only one font. But if there were were more, # At present, there is only one font. But if there were were more,
# then this option would select the sans serif font. # then this option would select the sans serif font.
# #
@@ -803,7 +803,7 @@ CONFIG_NX_KBD=y
CONFIG_NXTK_BORDERCOLOR1=0xd69a CONFIG_NXTK_BORDERCOLOR1=0xd69a
CONFIG_NXTK_BORDERCOLOR2=0xad55 CONFIG_NXTK_BORDERCOLOR2=0xad55
CONFIG_NXTK_AUTORAISE=n CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS=y CONFIG_NXFONT_SANS23X27=y
CONFIG_NXFONTS_CHARBITS=7 CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32 CONFIG_NX_MXSERVERMSGS=32