mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 23:29:15 +02:00
* Fix typo, markup
git-svn-id: trunk@1930 -
This commit is contained in:
parent
d3d161e5cf
commit
4aa4f4cd38
@ -91,7 +91,7 @@
|
|||||||
Free Vision, the windowing library on which the IDE is
|
Free Vision, the windowing library on which the IDE is
|
||||||
based, is more advanced than a VT100 terminal can
|
based, is more advanced than a VT100 terminal can
|
||||||
handle. Unfortunately, Unix terminal emulators provide
|
handle. Unfortunately, Unix terminal emulators provide
|
||||||
mostly VT100 functinality, and do not allow access to
|
mostly VT100 functionality, and do not allow access to
|
||||||
all VGA characters.
|
all VGA characters.
|
||||||
|
|
||||||
On a VT100 compatible terminal, Free Vision replaces VGA
|
On a VT100 compatible terminal, Free Vision replaces VGA
|
||||||
@ -105,9 +105,9 @@
|
|||||||
switches into Linux console mode and makes use of the
|
switches into Linux console mode and makes use of the
|
||||||
/dev/vcsa* devices to display the full character set. To
|
/dev/vcsa* devices to display the full character set. To
|
||||||
make use of this mode, you must use a VGA console font in
|
make use of this mode, you must use a VGA console font in
|
||||||
codepage 437, 850, 852 etc. encoding. If your distribution
|
codepage 437, 850, 852 etc. encoding. If your distrib-
|
||||||
uses /etc/sysconfig/console, these are good values to put
|
ution uses /etc/sysconfig/console, these are good values
|
||||||
into it:
|
to put into that file:
|
||||||
|
|
||||||
CONSOLE_FONT="cp850-8x16"
|
CONSOLE_FONT="cp850-8x16"
|
||||||
CONSOLE_SCREENMAP="8859-1_to_uni.trans"
|
CONSOLE_SCREENMAP="8859-1_to_uni.trans"
|
||||||
@ -121,9 +121,9 @@
|
|||||||
It will change the ownership of the /dev/vcsa device the
|
It will change the ownership of the /dev/vcsa device the
|
||||||
user is using to him until he logs out.
|
user is using to him until he logs out.
|
||||||
|
|
||||||
The Linux console mode can be combined with fbdev. At high
|
The Linux console mode can be combined with fbdev. At
|
||||||
resolutions, i.e. 1024x768, the IDE becomes very pleasant
|
high resolutions, i.e. 1024x768, the IDE becomes very
|
||||||
to work with.
|
pleasant to work with.
|
||||||
|
|
||||||
More information Ü
|
More information Ü
|
||||||
ßßßßßßßßßßßßßßßßßßß
|
ßßßßßßßßßßßßßßßßßßß
|
||||||
|
Loading…
Reference in New Issue
Block a user