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

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to