home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
utils
/
console
/
svgatext.3
/
svgatext
/
SVGATextMode-1.3
/
contrib
/
scripts
/
rc.font
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-22
|
361 b
|
14 lines
#!/bin/bash
#
# This (minimalistic) script changes the VGA textmode.
# This example is for a 100x37 character mode.
#
# Before installing it, check if your monitor can handle this!
#
# If you put this in your /etc/rc.d/rc.font file, it will be started
# automatically when Linux boots.
#
echo "Changing to 100x37 character console"
SVGATextMode -r 100x37_VGA