Many thanks for your help

1. At the moment the window is dynamically resized I took out the zoom option as it was interfering with hidpi displays.Sparrowhawk wrote:Success!
sqlux.png sqlux2.png
I have a few more questions if you do not mind XorA:
1. How d I set the display to be 2x default (is that possible?)
2. Is there a way to swap mdv images while the emulator is running?
3. Just checking I have the latest version, as the runtime output says the version is 2018? I downloaded the source code from github - I assume latest is there?
Thanks again,
JY
Code: Select all
libsdl2-dev
libsld2-net-dev
Code: Select all
pi@raspberrypi:/usr/src/sQLux/build $ Using Config: ~/.uqlxrc
*** QL Emulator v0.50 ***
release 2018-10-28
Warning: could not find ROM image : No such file or directory
- rom name /usr/local/lib/uqlx/romdir/tk2_ext
Could not find expansion rom, exiting
Can you post the uqlxrc too?tcat wrote:Hi,
Apologies, not my thread, but following discussion..
Wishing to catch up with recent sQLux development, thanks Graemme!
Realised needed two packagesI cannot run sQLux using existing config ~/.uqlxrc nor local sqlux.iniCode: Select all
libsdl2-dev libsld2-net-dev
While `uQLx' [uqlx-fork] picks it and runs normally.
Something not up to standard here, possibly.
S-O-S, many thanks.
Code: Select all
pi@raspberrypi:/usr/src/sQLux/build $ Using Config: ~/.uqlxrc *** QL Emulator v0.50 *** release 2018-10-28 Warning: could not find ROM image : No such file or directory - rom name /usr/local/lib/uqlx/romdir/tk2_ext Could not find expansion rom, exiting
Code: Select all
ROMDIR = /usr/local/lib/uqlx/romdir
#SYSROM = minerva_rom
#SYSROM = min198_rom
SYSROM = js_rom
ROMIM = tk2_ext,0xc000
RAMTOP = 512
COLOUR = 1
REAL_WHITE = 1
FAST_START = 1
KEY_ON = 0
#XKEY_ON = 1
DO_GRAB = 1
PRINT = lpr
CPU_HOG = 0
#XKEY_ALT = Mode_switch # use this to have AltGr as QDOS altkey
DEVICE = MDV1,/home/pi/mdv1/,qdos-like
DEVICE = MDV2,/home/pi/mdv2/,qdos-like
DEVICE = WIN1,/home/pi/,qdos-like
DEVICE = WIN2,/home/pi/,qdos-like
#DEVICE = FLP1,/dev/fd0,qdos-fs
DEVICE = RAM1,/tmp/.ram1-%x,clean,qdos-like
DEVICE = RAM2,/tmp/.ram2-%x,clean,qdos-like
DEVICE = RAM3,/tmp/.ram3-%x,clean,qdos-like
#DEVICE = RAM8,/tmp/.ram8-%x,clean,qdos-like
SER1 = /dev/ttyUSB0
SER2 = /dev/ttyUSB1
Ah, actually removing the load address, did it!So I took out the load address on sQLux as it never worked on uQlx anyway.