Beyond Mode 4/8

Helpful tips and guides, also new users can ask for help here.
User avatar
Sebright
ROM Dongle
Posts: 36
Joined: Fri Feb 07, 2025 9:55 am

Beyond Mode 4/8

Post by Sebright »

Hi, as a newb/returning user, I've never had a play with the more advanced graphics modes available on the more modern QL variants.

Since I'm using Q-emulator, which I understand can emulate these modes, I'd like to explore that a bit. Basically, I need to get a pointer to some reference explaining the relevant SuperBASIC commands. Stuff like setting window sizes, font sizes, loading and saving graphic screens, etc.

Any help would be appreciated :)

Thanks,
Alan


Try out Finding Evan - I need some feedback :lol:
Derek_Stewart
Font of All Knowledge
Posts: 4679
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: Beyond Mode 4/8

Post by Derek_Stewart »

Sebright wrote: Sat Feb 22, 2025 11:07 am Hi, as a newb/returning user, I've never had a play with the more advanced graphics modes available on the more modern QL variants.

Since I'm using Q-emulator, which I understand can emulate these modes, I'd like to explore that a bit. Basically, I need to get a pointer to some reference explaining the relevant SuperBASIC commands. Stuff like setting window sizes, font sizes, loading and saving graphic screens, etc.

Any help would be appreciated :)

Thanks,
Alan
Hi,

You could try looking at the QL Homepage, the link for this is at top of Forum page.

Try looming at thd online Superbasic manual:
https://superbasic-manual.readthedocs.io/en/latest/

The manual describes all Superbasic and toolkit keywords, can be read online or saved as PDF file.


Regards,

Derek
User avatar
Sebright
ROM Dongle
Posts: 36
Joined: Fri Feb 07, 2025 9:55 am

Re: Beyond Mode 4/8

Post by Sebright »

Thanks Derek, wow, that's a lot of reading lol

If there were any SuperBASIC demos I could dissect, that might be an easier way in, but I will get there one way or another.

Cheers,
Alan


Try out Finding Evan - I need some feedback :lol:
User avatar
tofro
Font of All Knowledge
Posts: 3084
Joined: Sun Feb 13, 2011 10:53 pm
Location: SW Germany

Re: Beyond Mode 4/8

Post by tofro »

Q-Emulator won't push into High-Colour-Mode with QDOS or Minerva (which wouldn't support it anyways). You need to run SMSQ/E.

A download link and a short guide on how to have SMSQ/E up and running on Q-Emulator can be found here (bottom of the page).


ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
User avatar
Sebright
ROM Dongle
Posts: 36
Joined: Fri Feb 07, 2025 9:55 am

Re: Beyond Mode 4/8

Post by Sebright »

tofro wrote: Sat Feb 22, 2025 9:03 pm Q-Emulator won't push into High-Colour-Mode with QDOS or Minerva (which wouldn't support it anyways). You need to run SMSQ/E.

A download link and a short guide on how to have SMSQ/E up and running on Q-Emulator can be found here (bottom of the page).
Ah thanks, so I need SMSQ/E to access the higher res modes. That is a step too far at the moment, so I'll stick with what I know (sort of!).

Cheers,
Alan


Try out Finding Evan - I need some feedback :lol:
User avatar
tofro
Font of All Knowledge
Posts: 3084
Joined: Sun Feb 13, 2011 10:53 pm
Location: SW Germany

Re: Beyond Mode 4/8

Post by tofro »

Sebright wrote: Sat Feb 22, 2025 10:20 pm
tofro wrote: Sat Feb 22, 2025 9:03 pm Q-Emulator won't push into High-Colour-Mode with QDOS or Minerva (which wouldn't support it anyways). You need to run SMSQ/E.

A download link and a short guide on how to have SMSQ/E up and running on Q-Emulator can be found here (bottom of the page).
Ah thanks, so I need SMSQ/E to access the higher res modes. That is a step too far at the moment, so I'll stick with what I know (sort of!).
No need to shy back: SMSQ/E is just QDOS with another name.


ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
Derek_Stewart
Font of All Knowledge
Posts: 4679
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: Beyond Mode 4/8

Post by Derek_Stewart »

Hi,

QPC2 is a good QL emulator that uses SMSQ/E by default, and can run on Windows, Linux with Wine.

It can run in a 4/8/65536 colour mode and have variable resolutions.

This may be will give the development progression that you need and the emulation is free with no restrictions.


Regards,

Derek
User avatar
pjw
QL Wafer Drive
Posts: 1608
Joined: Fri Jul 11, 2014 8:44 am
Location: Norway
Contact:

Re: Beyond Mode 4/8

Post by pjw »

While QPC2 is the best QL platform yet, let me also plug SMSQmulator in an honourable second place, which runs on anything(?) that can run Java, ie Windows, Linux, etc..


Per
I love long walks, especially when they are taken by people who annoy me.
- Fred Allen
User avatar
NormanDunbar
Forum Moderator
Posts: 2470
Joined: Tue Dec 14, 2010 9:04 am
Location: Buckie, Scotland
Contact:

Re: Beyond Mode 4/8

Post by NormanDunbar »

While QPC2 does indeed run perfectly on Linux under Wine, be aware that I updated to Wine 10 from Winehq online and not through my Linux Mint repositories.

QPC2 runs, but the mouse cursor will not move when running under version 10. It works perfectly under 6.0.3 which is the current Mint version.

I have not tried any versions between these two to find a more recent version which works.

HTH

Cheers,
Norm.


Why do they put lightning conductors on churches?
Author of Arduino Software Internals
Author of Arduino Interrupts

No longer on Twitter, find me on https://mastodon.scot/@NormanDunbar.
Derek_Stewart
Font of All Knowledge
Posts: 4679
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: Beyond Mode 4/8

Post by Derek_Stewart »

NormanDunbar wrote: Sun Feb 23, 2025 5:14 pm While QPC2 does indeed run perfectly on Linux under Wine, be aware that I updated to Wine 10 from Winehq online and not through my Linux Mint repositories.

QPC2 runs, but the mouse cursor will not move when running under version 10. It works perfectly under 6.0.3 which is the current Mint version.

I have not tried any versions between these two to find a more recent version which works.

HTH

Cheers,
Norm.
Hi,

I use Wine 8 on Linux Mint 21.3, and a cheeky glass of Chardonnay...


Regards,

Derek
Post Reply