From: mrvoland <voland@eda.bg>
To: linux-msdos@vger.kernel.org
Subject: Re: fonts in console dosemu
Date: Mon, 30 Jun 2003 17:27:38 +0300 [thread overview]
Message-ID: <bdphc8$8o5$1@main.gmane.org> (raw)
In-Reply-To: Pine.LNX.4.44.0306301254001.31520-100000@enm-bo-lt.localdomain
Bart Oldeman wrote:
> On Mon, 30 Jun 2003, Anderson Pereira Ataides wrote:
>
>> >> I'd like to know how to get my fonts in a console
>> >> session of session to look decent. Right now,
>> >> line draw and fill characters look terrible.
>> >easiest way is run as root with $_rawkeyboard,
>> >$_console & $_graphics on, i guess.
>>
>> For text-mode you should try $_term_char_set="ibm"
>
> and if that fails, then you should try
> setfont default8x16
> before starting dosemu.
>
> $_graphics is somewhat tricky (depening on hardware) if you use fbdev
> instead of the 80x25 text mode on the console.
>
> Bart
>
try to set
$_term_char_set = "ibm"
$_external_char_set = "cp437"
$_internal_char_set = "cp437"
$_video = "vga" # one of: plainvga, vga, ega, mda, mga, cga
$_console = (0) # use 'console' video
$_graphics = (0) # use the cards BIOS to set graphics
$_videoportaccess = (0) # allow videoportaccess when 'graphics' enabled
$_vbios_seg = (0xc000) # set the address of your VBIOS (e.g. 0xe000)
$_vbios_size = (0x10000)# set the size of your BIOS (e.g. 0x8000)
$_vmemsize = (1024) # size of regen buffer
$_chipset = "plainvga" # one of: plainvga, trident, et4000, diamond, avance
somehow console video and graphics mess with pseudo graphics
i am from bulgaria and upper options is here:
$_term_char_set = "latin1"
$_external_char_set = "cp855"
$_internal_char_set = "cp855"
this work perfect with pseudo graphics on paradox4.5 and cyrllic font on my
console
dosemu version is 1.1.4.0, in older versions i dont have succes with
pseudo-graphics and my language
--
no pain no gain
next prev parent reply other threads:[~2003-06-30 14:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-30 12:27 fonts in console dosemu Anderson Pereira Ataides
2003-06-30 12:16 ` Bart Oldeman
2003-06-30 14:27 ` mrvoland [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-06-30 11:49 Will Styles
2003-06-30 4:21 Ralph Alvy
2003-06-30 14:25 ` Peter B. Steiger
2003-07-01 0:44 ` Ralph Alvy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='bdphc8$8o5$1@main.gmane.org' \
--to=voland@eda.bg \
--cc=linux-msdos@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.