Re: CTRL+Fn and ALT+Fn mappings

2007-10-02 Thread Clarence Dang
My wild guess is that your Window Manager (e.g. KDE) is trapping those keys. But I may be wrong. On Wednesday 03 October 2007 2:39 am, Paolo Gaggini wrote: > Hi all, > here is a problem I've already seen discussed in the list, but with no > clear answers for me. > > This is the context: > - debia

Re: Timing problems

2007-07-09 Thread Clarence Dang
On Tuesday 26 June 2007 11:33, John Coppens wrote: > On Fri, 22 Jun 2007 17:40:42 +1000 > > Clarence Dang <[EMAIL PROTECTED]> wrote: > > On Wednesday 20 June 2007 15:08, John Coppens wrote: > > > I suspect this program uses the DOS 18.xxx Hz timer for its loops. Is &g

Re: Timing problems

2007-06-22 Thread Clarence Dang
On Wednesday 20 June 2007 15:08, John Coppens wrote: > I was trying to install a very old DOS data acquisition program for a > friend of mine (under Linux + DOSEMU), but there seem to be strange > timing problems. > > After many unsuccessful tests (the link with the sensor wouldn't even > come up),

Re: Fedora DOSEMU RPM packages

2007-06-09 Thread Clarence Dang
Perhaps you could get this added to the Fedora repository? On Monday 04 June 2007 08:46, Frantisek Hanzlik wrote: > Hello, I just made DOSEMU 1.4.0 i386 (svn 1824) > RPM packages for Fedora 7, 6 and 5. > For now without GPG signing, maybe it will be done later. > Packages are at URL: > http://www

Re: Integer overflow in drive capacity

2007-06-09 Thread Clarence Dang
On Sunday 03 June 2007 12:30, Frank Cox wrote: > I remember that there used to be a TSR that would hide most of the space on > a large hard drive so programs that checked for free space with a > single-precision variable and the like won't overflow and say that there is > insufficient free space.

Re: DosEmu. Ansed me please

2007-05-18 Thread Clarence Dang
On Thursday 17 May 2007 08:41, [EMAIL PROTECTED] wrote: > I use FreeBSD 6.2 and I want use DOSEMU. Can I do this? No. Use the slower DOSBox instead. QEmu/VMWare/Bochs might also work but I haven't checked. > If its possible, how do it? If you want to code, you could bring an extremely outdat

Re: dosemu

2005-09-03 Thread Clarence Dang
On Friday 02 September 2005 20:51, Andrzej Kaczmarczyk wrote: > try this: > dosemu -E "programname.bat" > > mind that you must have that file accessible so either put into your root > directory on "c:" > or add a valid path into the autoexec.bat > > secondary add into your bat the exitemu line like

Re: Bypassing hitting Enter under dosemu

2005-07-05 Thread Clarence Dang
On Sunday 30 January 2005 18:33, Ralph Alvy wrote: > Clarence Dang wrote: > > On Thu, 13 Jan 2005 11:24 am, Ralph Alvy wrote: > >> How does one avoid having to hit Enter when loading dosemu in a console > >> session? > > > > Edit the "dosemu" scri

Re: Bypassing hitting Enter under dosemu

2005-01-29 Thread Clarence Dang
On Thu, 13 Jan 2005 11:24 am, Ralph Alvy wrote: > How does one avoid having to hit Enter when loading dosemu in a console > session? > Edit the "dosemu" script or (but I haven't tested this recently) create the file ~/.dosemu/stamp-dosemu. - To unsubscribe from this list: send the line "unsubscri

Re: Custom DOS app

2004-12-26 Thread Clarence Dang
On Mon, 20 Dec 2004 04:59 pm, Aldo Bergamini wrote: > AFAIK dosemu is running (and I can log into it over ssh: cool!) on my box: > (...) > D: = LINUX\FS/HOME/AABERGA attrib = READ/WRITE > "Welcome to dosemu 1.2.2.0!" > > So far, so good. > > Still I get some errors when I try to launch this applic

Re: make -j2 doesn't rebuild dosemu.bin (Re: LFN bug)

2004-10-19 Thread Clarence Dang
On Sun, 17 Oct 2004 11:02 pm, Clarence Dang wrote: > make -j2 did not rebuild the binary! > OK now in CVS. Thanks again Bart. -- Do you know the card trick "Out of This World"? There are many variations to this trick but I'm only interested in the versions where both pe

make -j2 doesn't rebuild dosemu.bin (Re: LFN bug)

2004-10-17 Thread Clarence Dang
On Sun, 17 Oct 2004 09:39 pm, Clarence Dang wrote: > "DOCUM~U6" should be "DOCUME~1". I don't know how recent this regression > is since I haven't worked with DOSEMU for months now. Bart, thanks for fixing in CVS. Worryingly, I bumped into this while testin

LFN bug

2004-10-17 Thread Clarence Dang
Hi, $_lfn_support = (on) with HEAD CVS as of now: E:\CLARENCE>dir doc* Volume in drive E is /mnt/e Directory of E:\CLARENCE DOCUME~1 02-02-03 6:30p Documents 0 file(s) 0 bytes 1 dir(s) 147,193,856 bytes free E:\CLARENCE>cd documents

Re: limiting free disk space

2004-10-06 Thread Clarence Dang
On Wed, 6 Oct 2004 04:45 pm, Norberto Bensa wrote: > I'm trying to hunt down a bug in a COBOL program I'm writting for my CS > class (please don't laugh; I live in Argentina.) The problem is that this > very simple program crashes dosemu when it opens an indexed file. > > Since the COBOL compiler I

Re: Is sound in dosemu a myth?

2004-06-02 Thread Clarence Dang
On Wed, 2 Jun 2004 05:57 pm, JLB wrote: > I've been using dosemu for years and years-- since the days of Slackware > 3.0 and Red Hat 4.2. I have NEVER, _EVER_ gotten sound to work. I have > several machines with Creative Labs sound hardware or 100% compatible, but > I can't for the life of me get

Re: Environment variables

2004-06-02 Thread Clarence Dang
On Wed, 2 Jun 2004 05:11 pm, Daniel Łaś wrote: > I want to use environment variables in DOS. The best for me is to take > it from Linux. Is it possible ? > > Lets say I write in /etc/profile > > STATION=$USER > export STATION > > and in dosemu I have STATION variable available. > C:\>unix -s STATI

Re: Dosemu and printing.

2004-04-18 Thread Clarence Dang
On Wed, 14 Apr 2004 07:41 pm, Pawel Dlugosz wrote: > but apart from normal characters > which are printed out there are > special codes visible also like: > ^[&18C > ^[(s9H > Wild guess but maybe you need to load ANSI.SYS in CONFIG.SYS. - To unsubscribe from this list: send the line "unsubscribe

Re: How to also Mount hdimage file at /

2003-11-11 Thread Clarence Dang
On Tue, 11 Nov 2003 06:57 pm, [EMAIL PROTECTED] wrote: > However, dosemu will not work if $_hdimage is set to the truncated > image. So I need a way to specify the file starting at offset 0x2280, > while leaving it intact... But I do not know how to specify a file > starting at a byte offset...

Re: IBM 8bit graphix charset

2003-11-05 Thread Clarence Dang
On Tue, 4 Nov 2003 04:55 am, [EMAIL PROTECTED] wrote: > On Mon, 3 Nov 2003 09:33:52 -0800 > > [EMAIL PROTECTED] wrote: > > On Mon, 3 Nov 2003 20:58:04 +1100 > > > > Clarence Dang <[EMAIL PROTECTED]> wrote: > > > On Thu, 30 Oct 2003 07:24 pm

Re: IBM 8bit graphix charset

2003-11-03 Thread Clarence Dang
On Thu, 30 Oct 2003 07:24 pm, [EMAIL PROTECTED] wrote: > > 1.1.4 > > Howver, I still cant get keyboard keys like or > 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.

Re: Disable the Return need and start

2003-11-03 Thread Clarence Dang
On Mon, 3 Nov 2003 07:17 pm, Sebastien MICHEL wrote: > Hi, > I would like to disable the: > > "Note that DOS needs 25 lines. You might want to enlarge > your window before continuing. " "dosemu" is a script that calls "dosemu.bin". So you can just edit/comment out the bit that says: if [ $LINE

Re: some comments re: dosemu 1.1.99 (fwd)

2003-10-17 Thread Clarence Dang
Hi, > The other app in question is Sound Globs, an excellent algorithmic MIDI > composition program. > (...) > I'm now able to open and run the program, but something happens when it > opens that kills its MIDI activity. The program appears to be working, it > just doesn't send any MIDI data. Up

Re: dosemu-1.1.5 and drive D

2003-10-10 Thread Clarence Dang
On Thu, 9 Oct 2003 12:23 pm, Serge Naggar wrote: > I was wondering how to possibly change the D:\ drive=/home/x > to another area or to create another drive letter. > > I am particularly interested in reaching /mnt/data > LREDIR D: LINUX\FS/mnt/data Alternatively, you can use the $hd_image = "driv

Re: No Operating system error

2003-09-28 Thread Clarence Dang
Hi, On Sat, 20 Sep 2003 01:42 am, Koos wrote: > I have installed dosemu successfully exept that it tels me that it > didn't find the freedos tarball. Was this during "make install"? BTW, what version of dosemu are you using? 1.1.5.0? > Now when I run "dosemu" it tels me that there > is no ope

[PATCH] Never type another DOS command!

2003-09-20 Thread Clarence Dang
Sick of trying to remember those cryptic short filenames? Sick of trying to remember the syntax of LREDIR or $_hdimage? Sick of forgetting to include the builtins in your PATH? Ever wanted to run a DOS app without typing a _single_ DOS command? Don't delay - try the attached patch today! Here a

Re: dosemu keyboard problem

2003-02-14 Thread Clarence Dang
On Thu, 13 Feb 2003 10:17 pm, ssabchew wrote: > I compiled the dosemu-1.1.4 and its O.K. But when I start it in console > it can`t grab the left "ALT" key wich is bad for my users (some of the > programs that we run require it-parasox end for changing keyboard layout > to cyrillic).I try it on Mand

Re: [ 671573 ] Cosmo locks up

2003-01-27 Thread Clarence Dang
On Mon, 27 Jan 2003 12:19 pm, Stas Sergeev wrote: > Hello. > > Clarence Dang wrote: > > For anyone whose interested, please try Stas' patch at sourceforge and > > the attached one. > > Oh please, there is no need. Sorry. Please ignore all these patches...just wa

Re: [ 671573 ] Cosmo locks up

2003-01-26 Thread Clarence Dang
Hi, > download Cosmo's Cosmic Adventure from > http://www.apogee1.com/downloads.html. it goes into > infinite loop waiting for global variable to be set to 0 but > the int8 timer that increments variable seems to fire at just > wrong time. sounds like a PIC problem...but works in NT? > :( no

Re: comcom.com

2003-01-16 Thread Clarence Dang
On Wed, 15 Jan 2003 02:57 pm, Stas Sergeev wrote: > Hello. > > Clarence Dang wrote: > >> when ctcb->envir_frame==0, hence the > >> crash. Do you know why is this happens? > > > > Absolutely no idea. > > But then, to (hopefully) reproduce >

Re: comcom.com

2003-01-14 Thread Clarence Dang
On Sun, 12 Jan 2003 10:26 am, Jan Willem Stumpel wrote: (...) > I still have some problems with Sidekick which suggest that the > freedos algorithms for finding files are not yet 100 %. It might not be FreeDOS... It could be COMCOM or DOSEMU (MFS among other things). > Part of > Sidekick is a pro

Re: comcom.com

2003-01-14 Thread Clarence Dang
On Sun, 12 Jan 2003 05:15 pm, Stas Sergeev wrote: > Hello. > > Clarence Dang wrote: > > If you CC me comcom or joystick bug reports they will get fixed faster > > (as opposed to probably not at all :)) since I don't read every single > > email that comes up on MLs.

Re: comcom.com

2003-01-11 Thread Clarence Dang
On Fri, 3 Jan 2003 06:24 pm, Bart Oldeman wrote: > On Fri, 3 Jan 2003, Jan Willem Stumpel wrote: > > When I use freedos, the command interpreter (in my system > > /usr/lib/dosemu/commands/comcom.com) has several bugs. Should they > > be reported to the freedos people or to the dosemu people? > >

Re: Joystick (USB)

2002-07-13 Thread Clarence Dang
On Sat, 13 Jul 2002 11:32, fixertechno wrote: > > did you try updating your global.conf too? > > copy it from the etc directory to where the old one is (probably either > > /var/lib/dosemu/ or ~/dosemu/conf) > > no, i neglected to do that. the problem does remain though, So what are the messages

Re: Joystick (USB)

2002-07-12 Thread Clarence Dang
On Fri, 12 Jul 2002 08:11, fixertechno wrote: > Hi, i compiled the latest testing version 1.1.3.2 and have put the new > dosemu.conf joystick info into the config > > It's a USB joystick but i've symlinked it to (/dev/js0) and it doesn't > recognize the joystick from DosEmu. > > The joystick is re

Fwd: Re: Dosemu joystick code comments / RTC ICQ question

2002-07-10 Thread Clarence Dang
-- Forwarded Message -- Subject: Re: Dosemu joystick code comments / RTC ICQ question Date: Wed, 03 Jul 2002 17:34:11 +0200 From: Eric <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], Eric Auer <[EMAIL PROTECTED]> > > By the way, do you know anything about a RTC cyclic IRQ emulatio