Getting QL files onto Linux

Anything QL Software or Programming Related.
Post Reply
RWAP
RWAP Master
Posts: 2893
Joined: Sun Nov 28, 2010 4:51 pm
Location: Stone, United Kingdom
Contact:

Getting QL files onto Linux

Post by RWAP »

I have games which are currently saved from within q-emulator into Windows folders and run well.

However, if a Linux user wants to play one of these games - what is the best method to supply them?

Does uQLx support a disk image for example?


User avatar
tofro
Font of All Knowledge
Posts: 3095
Joined: Sun Feb 13, 2011 10:53 pm
Location: SW Germany

Re: Getting QL files onto Linux

Post by tofro »

QPC2 runs very well using WINE on Linux and can use floppy images.

uqlx does support both real QDOS floppies (in case the user still has a drive) and floppy disk images (simple device dumps which can be created using rawrite, for example)

.uqlxrc:

Code: Select all

DEVICE = flp1,~/disks/flp-image,qdos-fs
DEVICE = flp2_,dev/fd0h720,qdos-fs
makes flp1_ using a disk image named flp-image in the user's home directory and flp2_ the first real 720k drive.

Tobias
Last edited by tofro on Thu Aug 18, 2016 10:02 am, edited 1 time in total.


ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
RWAP
RWAP Master
Posts: 2893
Joined: Sun Nov 28, 2010 4:51 pm
Location: Stone, United Kingdom
Contact:

Re: Getting QL files onto Linux

Post by RWAP »

OK - I will create a floppy disk image in q-emulator and copy the files to that.

They can then load the programs from uqlx, so that makes it easy - thanks :D


Derek_Stewart
Font of All Knowledge
Posts: 4684
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: Getting QL files onto Linux

Post by Derek_Stewart »

Hi,

Why not use a QXL.WIN file and use QPC2, SMSQmulator, QEMulator with Wine under Linux, this what I do.

I quite like the NFA device on SMSQmulator, so that a downloaded file can be unzipped from SMSQ/E in the native file system without loss of file header or excutable header.

If you use QPC2_QLSCREMU command in QPC2, most games may run.


Regards,

Derek
Post Reply