* dosemu -t problem
@ 2006-05-05 13:54 Brecht Hoflack
2006-05-06 0:49 ` Clarence Dang
0 siblings, 1 reply; 5+ messages in thread
From: Brecht Hoflack @ 2006-05-05 13:54 UTC (permalink / raw)
To: linux-msdos
Hello,
i am using DOSEMU 1.3.3 with direct hardware graphics. When i call
dosemu with the dosemu -t command the direct graphics don't seem to
work. Also the Break is mapped as Control X C instead of the Control
Break sequence. Does somebody have an idea what may cause this error?
I would like to use the -t switch to use the terminal version of Dosemu.
br,
Brecht
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: dosemu -t problem
2006-05-05 13:54 Brecht Hoflack
@ 2006-05-06 0:49 ` Clarence Dang
0 siblings, 0 replies; 5+ messages in thread
From: Clarence Dang @ 2006-05-06 0:49 UTC (permalink / raw)
To: Brecht Hoflack; +Cc: linux-msdos
On Friday 05 May 2006 23:54, Brecht Hoflack wrote:
> i am using DOSEMU 1.3.3 with direct hardware graphics. When i call
> dosemu with the dosemu -t command the direct graphics don't seem to
> work.
dosemu -s
> Also the Break is mapped as Control X C instead of the Control
> Break sequence. Does somebody have an idea what may cause this error?
Make sure $_rawkeyboard = (1). I think dosemu -s covers that these days
though but you should check.
> I would like to use the -t switch to use the terminal version of Dosemu.
dosemu -t is only for text in consoles. Useful for xterm's with scrollable
history.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: dosemu -t problem
@ 2006-05-08 15:22 Brecht Hoflack
2006-05-09 11:37 ` Clarence Dang
0 siblings, 1 reply; 5+ messages in thread
From: Brecht Hoflack @ 2006-05-08 15:22 UTC (permalink / raw)
To: linux-msdos
Clarence Dang wrote:
> On Friday 05 May 2006 23:54, Brecht Hoflack wrote:
>
>> i am using DOSEMU 1.3.3 with direct hardware graphics. When i call
>> dosemu with the dosemu -t command the direct graphics don't seem to
>> work.
>>
>
> dosemu -s
>
I was actually using dosemu -s -t. When trying to do this in a Xterm
the graphical part is not working (probably caused by the -t switch).
So how can i run run Dosemu in X without starting XDosemu (and without
using the -t switch).
>
>> Also the Break is mapped as Control X C instead of the Control
>> Break sequence. Does somebody have an idea what may cause this error?
>>
>
> Make sure $_rawkeyboard = (1). I think dosemu -s covers that these days
> though but you should check.
>
It was already configured this way. Control Break does not work using
the -t switch however.
>
>> I would like to use the -t switch to use the terminal version of Dosemu.
>>
>
> dosemu -t is only for text in consoles. Useful for xterm's with scrollable
> history.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: dosemu -t problem
2006-05-08 15:22 dosemu -t problem Brecht Hoflack
@ 2006-05-09 11:37 ` Clarence Dang
2006-05-10 7:35 ` Bart Oldeman
0 siblings, 1 reply; 5+ messages in thread
From: Clarence Dang @ 2006-05-09 11:37 UTC (permalink / raw)
To: Brecht Hoflack; +Cc: linux-msdos
On Tuesday 09 May 2006 01:22, Brecht Hoflack wrote:
> Clarence Dang wrote:
> > On Friday 05 May 2006 23:54, Brecht Hoflack wrote:
> >> i am using DOSEMU 1.3.3 with direct hardware graphics. When i call
> >> dosemu with the dosemu -t command the direct graphics don't seem to
> >> work.
> >
> > dosemu -s
>
> I was actually using dosemu -s -t.
Opposites.
> When trying to do this in a Xterm
> the graphical part is not working (probably caused by the -t switch).
dosemu -t in an xterm cannot display graphics. dosemu -s (for console
graphics) does not work in X.
> So how can i run run Dosemu in X without starting XDosemu (and without
> using the -t switch).
If you want graphics in X, type "xdosemu" or "dosemu -X" to bring up a window.
More recently, you can just type "dosemu".
> >> Also the Break is mapped as Control X C instead of the Control
> >> Break sequence. Does somebody have an idea what may cause this error?
> >
> > Make sure $_rawkeyboard = (1). I think dosemu -s covers that these days
> > though but you should check.
>
> It was already configured this way. Control Break does not work using
> the -t switch however.
You simply don't want -t.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: dosemu -t problem
2006-05-09 11:37 ` Clarence Dang
@ 2006-05-10 7:35 ` Bart Oldeman
0 siblings, 0 replies; 5+ messages in thread
From: Bart Oldeman @ 2006-05-10 7:35 UTC (permalink / raw)
To: Clarence Dang; +Cc: Brecht Hoflack, linux-msdos
On Tue, 9 May 2006, Clarence Dang wrote:
> On Tuesday 09 May 2006 01:22, Brecht Hoflack wrote:
>> Clarence Dang wrote:
>>> On Friday 05 May 2006 23:54, Brecht Hoflack wrote:
>>>> i am using DOSEMU 1.3.3 with direct hardware graphics. When i call
>>>> dosemu with the dosemu -t command the direct graphics don't seem to
>>>> work.
>>>
>>> dosemu -s
>>
>> I was actually using dosemu -s -t.
>
> Opposites.
They are only partially opposites; -s -t may be useful if you want to run
text-mode DOS with direct hardware access to, say, the native speaker and
parellel ports.
But of course, -t sets pure terminal mode so any graphics are gone.
>> When trying to do this in a Xterm
>> the graphical part is not working (probably caused by the -t switch).
>
> dosemu -t in an xterm cannot display graphics. dosemu -s (for console
> graphics) does not work in X.
it works here...
>> So how can i run run Dosemu in X without starting XDosemu (and without
>> using the -t switch).
>
> If you want graphics in X, type "xdosemu" or "dosemu -X" to bring up a window.
> More recently, you can just type "dosemu".
indeed.
>> It was already configured this way. Control Break does not work using
>> the -t switch however.
>
> You simply don't want -t.
indeed.
> dosemu -t is only for text in consoles. Useful for xterm's with
> scrollable history.
"dosemu -t" is useful in several situations, but scrollable history isn't
one of them. If you want history, you need "dosemu -dumb", and that will
only work with pure commandline DOS stuff (no TUIs).
But "dosemu -t" *is* useful in situations like:
* you are on the console and don't need graphics; it starts up a bit
quicker than dosemu -s. Or you use the console and don't have root.
* you are using DOSEMU remotely on a slow connection or without an X
server (e.g. Putty in plain Windows, real serial terminals, ...).
* you want to use a DOS TUI which works with more than 80x25 columns.
(the Watcom Debugger is one example of those).
Bart
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-05-10 7:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-08 15:22 dosemu -t problem Brecht Hoflack
2006-05-09 11:37 ` Clarence Dang
2006-05-10 7:35 ` Bart Oldeman
-- strict thread matches above, loose matches on Subject: below --
2006-05-05 13:54 Brecht Hoflack
2006-05-06 0:49 ` Clarence Dang
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.