* IBM 8bit graphix charset
@ 2003-10-30 4:27 Joaco
2003-10-30 8:24 ` tonyb
0 siblings, 1 reply; 6+ messages in thread
From: Joaco @ 2003-10-30 4:27 UTC (permalink / raw)
To: linux-msdos
What do I need to do to configure IBM hi-ascii
characters to be available. Special compile
variable, dosemu.conf ???
I am running dosemu-1.1.4 compiled locally. It works
fine except that my Brief editor get garbage charcters
for painting its borders etc.
I have $_term_char_set = "ibm" set in my ~/.dosemurc
This configuration works on another 1.1.4 built at
another machine, but not at this one. Different builds
of the same sources.
Both machines run Slackware with similar h/w.
Looked at the docs in www.dosemu.org, but they seem to
be old, because suggest you add video { charset fullibm },
but that generates a parse err when starting dosemu...
Thanks,
TonyB
--
__ __ _ I N C. http://www.sysdev.org
/ __|\\// __|| \ __ __ / tonyb@sysdev.org
\__ \ \/\__ \||)|/ O_)\/ / \/ System Tools / Utilities
|___/ || ___/|_ /\___|\_/ WIntel / Linux Device Drivers
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: IBM 8bit graphix charset
2003-10-30 4:27 IBM 8bit graphix charset Joaco
@ 2003-10-30 8:24 ` tonyb
2003-11-03 9:58 ` Clarence Dang
0 siblings, 1 reply; 6+ messages in thread
From: tonyb @ 2003-10-30 8:24 UTC (permalink / raw)
To: linux-msdos
On Wed, 29 Oct 2003 20:27:13 -0800 (PST)
Joaco <root@thekernel.sysdev.org> wrote:
> What do I need to do to configure IBM hi-ascii
> characters to be available. Special compile
> variable, dosemu.conf ???
>
> I have $_term_char_set = "ibm" set in my ~/.dosemurc
> This configuration works on another 1.1.4 built at
> another machine, but not at this one. Different builds
> of the same sources.
What I needed was to do a setfont default8x16, and then
I got the hi-ascii graphic characters.
Howver, I still cant get keyboard keys like <del> or
<Home> to respond correctly???
TonyB
--
__ __ _ I N C. http://www.sysdev.org
/ __|\\// __|| \ __ __ / tonyb@sysdev.org
\__ \ \/\__ \||)|/ O_)\/ / \/ System Tools / Utilities
|___/ || ___/|_ /\___|\_/ WIntel / Linux Device Drivers
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: IBM 8bit graphix charset
2003-10-30 8:24 ` tonyb
@ 2003-11-03 9:58 ` Clarence Dang
2003-11-03 17:33 ` tonyb
0 siblings, 1 reply; 6+ messages in thread
From: Clarence Dang @ 2003-11-03 9:58 UTC (permalink / raw)
To: tonyb; +Cc: linux-msdos
On Thu, 30 Oct 2003 07:24 pm, tonyb@sysdev.org wrote:
> > 1.1.4
>
> Howver, I still cant get keyboard keys like <del> or
> <Home> to respond correctly???
>
Enable $_rawkeyboard (if on a Linux VC) and stop using 1.1.4 (it had massive
config problems) - try the 1.2.0 RC (1.1.99.1) at sf.net/projects/dosemu.
Clarence
--
KolourPaint - http://sf.net/projects/kolourpaint
LibMSWrite - http://sf.net/projects/libmswrite
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: IBM 8bit graphix charset
2003-11-03 9:58 ` Clarence Dang
@ 2003-11-03 17:33 ` tonyb
2003-11-03 17:55 ` tonyb
0 siblings, 1 reply; 6+ messages in thread
From: tonyb @ 2003-11-03 17:33 UTC (permalink / raw)
To: linux-msdos
On Mon, 3 Nov 2003 20:58:04 +1100
Clarence Dang <clarencedang@yahoo.com> wrote:
> On Thu, 30 Oct 2003 07:24 pm, tonyb@sysdev.org wrote:
> > > 1.1.4
> >
> > Howver, I still cant get keyboard keys like <del> or
> > <Home> to respond correctly???
> >
> Enable $_rawkeyboard (if on a Linux VC) and stop using 1.1.4 (it had
> massive config problems) - try the 1.2.0 RC (1.1.99.1) at
> sf.net/projects/dosemu.
>
> Clarence
I was using 1.2rc1 before, but the COM1 I/O that this program
does (rs422) to open a door latch, of all things, would hang
the program. So I switched back to using 1.1.4, where I does
work correctly (same ~/.dosemurc built for 1.1.99.1).
TonyB
--
__ __ _ I N C. http://www.sysdev.org
/ __|\\// __|| \ __ __ / tonyb@sysdev.org
\__ \ \/\__ \||)|/ O_)\/ / \/ System Tools / Utilities
|___/ || ___/|_ /\___|\_/ WIntel / Linux Device Drivers
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: IBM 8bit graphix charset
2003-11-03 17:33 ` tonyb
@ 2003-11-03 17:55 ` tonyb
2003-11-05 7:46 ` Clarence Dang
0 siblings, 1 reply; 6+ messages in thread
From: tonyb @ 2003-11-03 17:55 UTC (permalink / raw)
To: linux-msdos
On Mon, 3 Nov 2003 09:33:52 -0800
tonyb@sysdev.org wrote:
> On Mon, 3 Nov 2003 20:58:04 +1100
> Clarence Dang <clarencedang@yahoo.com> wrote:
>
> > On Thu, 30 Oct 2003 07:24 pm, tonyb@sysdev.org wrote:
> > > > 1.1.4
> > >
> > > Howver, I still cant get keyboard keys like <del> or
> > > <Home> to respond correctly???
> > >
> > Enable $_rawkeyboard (if on a Linux VC) and stop using 1.1.4 (it had
> > massive config problems) - try the 1.2.0 RC (1.1.99.1) at
> > sf.net/projects/dosemu.
> >
> > Clarence
>
> I was using 1.2rc1 before, but the COM1 I/O that this program
> does (rs422) to open a door latch, of all things, would hang
> the program. So I switched back to using 1.1.4, where I does
> work correctly (same ~/.dosemurc built for 1.1.99.1).
>
> TonyB
Sad to say that setting $_rawkeyboard (1) still leaves the <del>
key echoing ^D, so my Brief editor still cant del, home, etc.
TonyB
--
__ __ _ I N C. http://www.sysdev.org
/ __|\\// __|| \ __ __ / tonyb@sysdev.org
\__ \ \/\__ \||)|/ O_)\/ / \/ System Tools / Utilities
|___/ || ___/|_ /\___|\_/ WIntel / Linux Device Drivers
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: IBM 8bit graphix charset
2003-11-03 17:55 ` tonyb
@ 2003-11-05 7:46 ` Clarence Dang
0 siblings, 0 replies; 6+ messages in thread
From: Clarence Dang @ 2003-11-05 7:46 UTC (permalink / raw)
To: linux-msdos
On Tue, 4 Nov 2003 04:55 am, tonyb@sysdev.org wrote:
> On Mon, 3 Nov 2003 09:33:52 -0800
>
> tonyb@sysdev.org wrote:
> > On Mon, 3 Nov 2003 20:58:04 +1100
> >
> > Clarence Dang <clarencedang@yahoo.com> wrote:
> > > On Thu, 30 Oct 2003 07:24 pm, tonyb@sysdev.org wrote:
> > > > > 1.1.4
> > > >
> > > > Howver, I still cant get keyboard keys like <del> or
> > > > <Home> to respond correctly???
> > >
> > > Enable $_rawkeyboard (if on a Linux VC) and stop using 1.1.4 (it had
> > > massive config problems) - try the 1.2.0 RC (1.1.99.1) at
> > > sf.net/projects/dosemu.
> > >
> > I was using 1.2rc1 before, but the COM1 I/O that this program
> > does (rs422) to open a door latch, of all things, would hang
> > the program. So I switched back to using 1.1.4, where I does
> > work correctly (same ~/.dosemurc built for 1.1.99.1).
> >
Post a bug report at sf.net/projects/dosemu, upload the program there and Stas
will probably fix it.
>
> Sad to say that setting $_rawkeyboard (1) still leaves the <del>
> key echoing ^D, so my Brief editor still cant del, home, etc.
>
1.1.4.0 does _not_ work. It is known to be buggy in parsing the config files.
Lots of big changes and big bugs were introduced in 1.1.4 so if you really
want to use a version from the 1.1.4 branch, I would suggest patchlevel 15 as
a minimum.
Clarence
--
KolourPaint - http://sf.net/projects/kolourpaint
LibMSWrite - http://sf.net/projects/libmswrite
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-11-05 7:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-30 4:27 IBM 8bit graphix charset Joaco
2003-10-30 8:24 ` tonyb
2003-11-03 9:58 ` Clarence Dang
2003-11-03 17:33 ` tonyb
2003-11-03 17:55 ` tonyb
2003-11-05 7:46 ` Clarence Dang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox