Re: [Freedos-user] HDPMI usage

2011-02-17 Thread Lisandro Damián Nicanor Pérez Meyer
On Thu, Feb 17, 2011 at 2:06 PM, Marcos Favero Florence de Barros
fav...@mpcnet.com.br wrote:
 IMP archiver
 So far I have only been able to run IMP with DOS4GW.EXE
 Try DOS32A extender.
[snip]
 Vision Editor
 Are there any HDPMI options that can be tried here?
 YES, RTFM.

 What is RTFM?

Read The Fine Manual ;-)

Tip: if you are running Linux, you may want to install bsd-tools. It
has an app called wtf wich comes very handy for this kinds of things
:-)

-- 
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/

--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Printing problem with FreeDOS and dosemu

2011-01-18 Thread Lisandro Damián Nicanor Pérez Meyer
On Thursday 13 January 2011 19:50:41 Lisandro Damián Nicanor Pérez Meyer 
wrote:
[snip]
  $_printer_timeout = (20) # idle time in seconds before spooling out
  
  Might also be interesting. Note that DOSEMU probably assumes that
  you print plain text without any graphics or printer control codes.
  The layout is then done by some default text handler of CUPS, e.g.
  a2ps with 2-up layout. If you want to print with graphics, try to
  tell your DOS apps that you have a laser printer. CUPS will then,
  hopefully, automatically recognize that you sent postscript to it.
 
 Well, I am printing plain text :-)
 But I will certainly play with it.

Just for the sake of completeness: I tried with both options (changing the 
timeout of the spooler and changing the printer), but it keeps failing :-(

Regards, Lisandro.

-- 
Hiroshima '45,
Chernobyl '86,
Windows   '95.
 Grafitti en Niceto Vega 5940,
 Buenos Aires. De una foto de
 Mario Gallo.

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Printing problem with FreeDOS and dosemu

2011-01-13 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! I am using FreeDOS + dosemu in Linux to make some old but very
valuable apps work. Please, let me warn you that this may be a dosemu
problem/bug, but I find the project quite quiet, so I am taking the
odds to ask here :-)

So far, the apps are doing *splendid* except in printing. Somehow,
every time I close dosemu, garbage is sent to the printer, but only if
one of this apps were ran.
I have been searching the web to no avail.

The only change I did to the standard dosemu + freedos Debian packages
is increasing the number of files and buffers in config.sys. I
actually added a 0 to the end of the default values, wich may be too
much, perhaps.

As extra data, my printer is an Epson LX-810 working trough CUPS. The
same behaviour can be obtained either redirecting dosemu's printer
output to a file.

So, if you have any idea that I could try to fix this, I will really
be happy to test them.

Kinds regards, Lisandro.

-- 
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Printing problem with FreeDOS and dosemu

2011-01-13 Thread Lisandro Damián Nicanor Pérez Meyer
On Jue 13 Ene 2011 19:12:06 Eric Auer escribió:
[snip] 
 You could probably just switch off printing in dosemu if you dont need
 to print anything? Just print into a file and then print that later,
 manually then. My configuration (.dosemurc / dosemu.conf) now says:
 
 $_printer = file file

Tried with that, but the file gets the garbage non the less :-/
 
[snip]
 
 $_printer_timeout = (20) # idle time in seconds before spooling out
 
 Might also be interesting. Note that DOSEMU probably assumes that
 you print plain text without any graphics or printer control codes.
 The layout is then done by some default text handler of CUPS, e.g.
 a2ps with 2-up layout. If you want to print with graphics, try to
 tell your DOS apps that you have a laser printer. CUPS will then,
 hopefully, automatically recognize that you sent postscript to it.

Well, I am printing plain text :-)
But I will certainly play with it.

Thanks :-)

Regards, Lisandro.

-- 
Lo que me sorprende de las mujeres es que se arrancan los pelos desde
la raíz con cera caliente y aún así le temen a las arañas.
  Jerry Seinfeld

lis: comentario sobre tu frase
yo soy mujer, yo me arranco los pelos y VOS le tenes miedo a las arañas
  María Luján Pérez Meyer (mi hermana)

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


signature.asc
Description: This is a digitally signed message part.
--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Printing problem with FreeDOS and dosemu

2011-01-13 Thread Lisandro Damián Nicanor Pérez Meyer
On Jue 13 Ene 2011 16:58:41 Rugxulo escribió:
 Hi,
[snip]
 But it uses FILES=40 as default, so 400 would *definitely* be too
 much. (255 is max, I think.) BUFFERS=10 is default also (but I doubt
 =100 would break anything and don't know of any obvious limits there.)

Good point, will fix that :-)

Regards, Lisandro.

-- 
The POP3 server service depends on the SMTP server service, which
failed to start because of the following error:
The operation completed successfully.
  -- Windows NT Server v3.51

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


signature.asc
Description: This is a digitally signed message part.
--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user