Re: [Freedos-user] Sved, yet another text editor

2023-08-06 Thread Bret Johnson via Freedos-user
> Because I felt that the world needed another DOS text editor, I have > spent past month's evenings on a new project named SVED. > SVED (short for "the SvarDOS editor") is designed for basic editing > of configuration files and such. It is NOT meant to be a full- > featured text editor. On the

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Mateusz Viste via Freedos-user
On 8/6/23 23:34, Ralf Quint via Freedos-user wrote: DOS is using *text *mode, you just can't select a*graphics *mode and expect to get text output in that mode. BIOS text output functions still work in most graphic modes, hence having a DOS shell running in graphic mode is nothing unusual. Of

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Jerome Shidel via Freedos-user
> On Aug 6, 2023, at 5:25 PM, EdzUp via Freedos-user > wrote: > > I was testing in virtualbox. Like PC speaker emulation…. I don’t think provides any support for higher resolution text modes. ___ Freedos-user mailing list

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Jerome Shidel via Freedos-user
First… There seems to be a general misunderstanding that DOS only supports 80x25 columns. While it is possible that an extremely lazy programmer would hard code for that resolution, most did not. Even back in the early days the display could be in 40x25, 80x43, 80x50 and numerous other text

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Ralf Quint via Freedos-user
On 8/6/2023 1:37 PM, zerofive--- via Freedos-user wrote: Hello! Just tested it. It changes the resolution, but now I just don't see anything. I tried doing Ctrl+C exiting it but to no avail :( Any reason why could this happen? Because you don't pay attention to the replies you get. DOS is

[Freedos-user] Sved, yet another text editor

2023-08-06 Thread Mateusz Viste via Freedos-user
Because I felt that the world needed another DOS text editor, I have spent past month's evenings on a new project named SVED. SVED (short for "the SvarDOS editor") is designed for basic editing of configuration files and such. It is NOT meant to be a full-featured text editor. On the pro

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread EdzUp via Freedos-user
I was testing in virtualbox. On Sun, 6 Aug 2023, 22:17 zerofive--- via Freedos-user, < freedos-user@lists.sourceforge.net> wrote: > Were you testing it on a Virtual Machine or on a real hardware? > > > *Sent:* Sunday, August 06, 2023 at 9:13 AM > *From:* "EdzUp via Freedos-user" > *To:*

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread zerofive--- via Freedos-user
Were you testing it on a Virtual Machine or on a real hardware?     Sent: Sunday, August 06, 2023 at 9:13 AM From: "EdzUp via Freedos-user" To: "Discussion and general questions about FreeDOS." Cc: "EdzUp" Subject: Re: [Freedos-user] How do I change screen resolution? That is weird, here I

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread EdzUp via Freedos-user
That is weird, here I get a dos prompt and can use DOS in the new resolution :/ On Sun, Aug 6, 2023 at 9:38 PM zerofive--- via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hello! Just tested it. > It changes the resolution, but now I just don't see anything. I tried > doing Ctrl+C

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread zerofive--- via Freedos-user
Hello! Just tested it. It changes the resolution, but now I just don't see anything. I tried doing Ctrl+C exiting it but to no avail :( Any reason why could this happen?     Sent: Monday, August 07, 2023 at 9:26 AM From: "EdzUp via Freedos-user" To: "Discussion and general questions about

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread EdzUp via Freedos-user
Try this as an example http://www.edzup.co.uk/images/EVGAMODE.zip Usage: EVGAMODE [mode] where mode is either 640x480, 800x600 or 1024x768. If you use CLS it will return to the previous resolution as the mode is just a temporary change :). -Ed EdzUp On Sun, Aug 6, 2023 at 6:22 PM EdzUp wrote:

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread EdzUp via Freedos-user
Technically it would put the screen into a VGA/SVGA resolutions so text output would be in that resolution till you used CLS when it would return back to the original resolution. There is also high Res text mode. -Ed EdzUp On Sun, 6 Aug 2023, 15:38 Ralf Quint via Freedos-user, <

[Freedos-user] How do I change screen resolution?

2023-08-06 Thread Jose Senna via Freedos-user
If this is of any help, you can set an 80x28 resolution in VGA by selecting an 8x14 pixel font, instead of the more common 8x16. Some even look better. It is also possible to set the screen mode to an SVGA or higher resolution, but not all modes support BIOS text functions, and you need these

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Felix Miata via Freedos-user
zerofive--- composed on 2023-08-06 02:08 (UTC+0200): > This question may been asked a million times but I just can't figure it out, > and > googling it gives no results (except telling me that I need to use `mode` and > some parameters but this just wouldn't give me what I am trying to

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread zerofive--- via Freedos-user
Hello there,   So there is no way to change to VGA resolution? That is unfortunate. But thanks for telling me! I wanted to change the resolution as a part of my desktop "customization", but I guess that will not be possible. Thanks for all the help!

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Frantisek Rysanek via Freedos-user
Hi there, nice to see that you're trying to tweak old software to fit on modern screens... still I have a cold shower for you :-) Sorry about it. Not sure where DOS borrowed its "terminal" / console code, whether CP/M or UNIX... the fact is, that in the way of "support", the DOS console lacks

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Jim Hall via Freedos-user
On Sun, Aug 6, 2023, 7:40 AM EdzUp via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hi all, I could cobble together a Command line app to chuck the system > into VGA/SVGA resolutions :) > But this is just a special case of the MODE command, which can already set the screen to use

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Ralf Quint via Freedos-user
On 8/6/2023 5:39 AM, EdzUp via Freedos-user wrote: Hi all, I could cobble together a Command line app to chuck the system into VGA/SVGA resolutions :) -Ed EdzUp And what would this going to be accomplishing? Ralf ___ Freedos-user mailing list

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Ralf Quint via Freedos-user
On 8/6/2023 2:51 AM, zerofive--- via Freedos-user wrote: A VGA resolution (?), 640x480 resolution so the text doesn't look messy when I am cURLing a website, for example, or when the --help parameter is too long. There seem to be a serious misconception on your end. FreeDOS, like any DOS,

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread EdzUp via Freedos-user
Hi all, I could cobble together a Command line app to chuck the system into VGA/SVGA resolutions :) -Ed EdzUp On Sun, 6 Aug 2023, 12:09 Aitor Santamaría via Freedos-user, < freedos-user@lists.sourceforge.net> wrote: > Hello, > > I would use MODE CON. After all, you want to reconfigure the

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Aitor Santamaría via Freedos-user
Hello, I would use MODE CON. After all, you want to reconfigure the console, and that is what MODE CON is for. Aitor On Sun, 6 Aug 2023 at 02:10, zerofive--- via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > This question may been asked a million times but I just can't figure it

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread zerofive--- via Freedos-user
A VGA resolution (?), 640x480 resolution so the text doesn't look messy when I am cURLing a website, for example, or when the --help parameter is too long.     Sent: Sunday, August 06, 2023 at 4:17 PM From: "Ralf Quint via Freedos-user" To: freedos-user@lists.sourceforge.net Cc: "Ralf Quint"

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Ralf Quint via Freedos-user
On 8/5/2023 5:08 PM, zerofive--- via Freedos-user wrote: This question may been asked a million times but I just can't figure it out, and googling it gives no results (except telling me that I need to use `mode` and some parameters but this just wouldn't give me what I am trying to achieve)