English Amiga Board


Go Back   English Amiga Board > Main > Amiga scene

 
 
Thread Tools
Old 25 July 2020, 16:55   #721
IanS
Registered User
 
IanS's Avatar
 
Join Date: Aug 2002
Location: Nottingham England
Posts: 277
Quote:
Originally Posted by Samurai_Crow View Post
Dr. Michal Schulz of the AROS team is working on Arix which is exactly as you described. Since this is not an Arix thread I'll leave it at that.
There were various ideas floating around the internet over the years, although I've not followed this particular one, but I wish them luck. My suspicion is it will, unfortunately, be treated like Aros, Morphos, OS4, 3.14 etc. There will be fans, detractors, vehement arguments, deep divisions and the developers will get fed up and leave.

I'm looking forward to seeing how OS 3.2 develops, if it succeeds and what Hyperion does afterwards. Flogging one dead horse hasn't turned out to be too successful for them.
IanS is offline  
Old 07 August 2020, 23:43   #722
Warty
Registered User
 
Join Date: Aug 2018
Location: Minneapolis, USA
Posts: 301
First of all, let me join everyone else and say "Thank you for working on new Amiga OS builds"! I think it's just awesome we're getting actual new updates, complete with ROMs and physical floppies.

I bought a copy of 3.1.4 this week from Amiga on the Lake. I'm sure 3.2 is "two weeks" away (just like every other software project I ever worked on), but if it encourages Hyperion to keep letting these guys crank out code, great! Plus I like installer floppies

I haven't done any dev for 2.0 and newer builds of the OS, and my 1.3 knowledge is a little fuzzy at the moment too. I was doing a little comparison a couple of years ago about developing for classic Mac OS 6.x vs Amiga OS 1.x, and I know there were some things I thought would make developer's lives a lot easier, but I'll try to get up to speed on the 3.x NDK first.

But one thing I do remember and wanted to inquire about for 3.3 or 3.4: how impossible would it be to resize the window gadgets so that they are not vertically squished if you are in 640x400/512 or any other 1:1 pixel size mode? We're still using the same proportions for gadgets that were designed in 1985 when everyone had color TVs, and interlaced mode was definitely second-class.

I'm not sure what that would break for properly-conforming programs (memory fuzzy, like I said), but I think it would make a big impact on how good the WorkBench can look. I think (don't have data!) that the reality is that these days, most retro Amiga users all use flicker fixers or more powerful graphics cards (or indivision, etc.) and are using the larger screen real estate. (or are just using UAE).

Beyond that, would like to add my vote to support for:
- "better" icon management.
- "cleaner", "clearer" fonts (a la XEN, but a sans and non-sans, and decent set of sizes)
- continue to have options for those of us still on OCS and ECS machines!

Thanks again, really looking forward to 3.2!
Warty is offline  
Old 08 August 2020, 01:25   #723
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
Quote:
Originally Posted by Warty View Post
But one thing I do remember and wanted to inquire about for 3.3 or 3.4: how impossible would it be to resize the window gadgets so that they are not vertically squished if you are in 640x400/512 or any other 1:1 pixel size mode? We're still using the same proportions for gadgets that were designed in 1985 when everyone had color TVs, and interlaced mode was definitely second-class.

I'm not sure what that would break for properly-conforming programs (memory fuzzy, like I said), but I think it would make a big impact on how good the WorkBench can look. I think (don't have data!) that the reality is that these days, most retro Amiga users all use flicker fixers or more powerful graphics cards (or indivision, etc.) and are using the larger screen real estate. (or are just using UAE).
I heard a rumor...

BTW, if you get the itch to start coding on Amiga again and once you believe you have mastered the art of not being driven crazy by Amiga and C, you can always join us.
gulliver is offline  
Old 08 August 2020, 10:19   #724
amigo1
Registered User
 
Join Date: Nov 2016
Location: Cork/Gallia
Posts: 27
@gulliver



Quote:
Originally Posted by Warty View Post
First of all, let me join everyone else and say "Thank you for working on new Amiga OS builds"!

I reiterate the same too (again)!


Quote:
- "cleaner", "clearer" fonts (a la XEN, but a sans and non-sans, and decent set of sizes)
Besides that 3.x always was configurable in this regard, if you chose to change the default "topaz" then please, please don't change it with font that makes it easy to confuse "l" (lower case "L") and "I" (upper case "i") and "O" (upper case "o") and "0" (numerical digit)!


Pleeeeaaaseee don't!

I hate Helvetica


Quote:
looking forward to 3.2!
amigo1 is offline  
Old 08 August 2020, 20:39   #725
sward
Registered User
 
Join Date: Aug 2020
Location: Manchester, UK
Posts: 4
Quote:
Originally Posted by IanS View Post
To be honest, this is the only realistic option to have modern stability, drivers for modern devices and interfaces, memory management and multicore/multiprocessor systems. It's not a new idea, stripping down to a relatively bare Linux kernel and adding a compatability layer to use native Linux system calls. As I recall, Amithlon did it and Apple used used a similar idea when going from 68K to X86 too. Not having used AOS 4 or MorphOS myself, I'm not sure if they utilise a similar idea to for their kernels. I daresay even 68K Linux probably has more developers than AOS 3.x too.
I recall the QNX kernel being a potential choice for an AmigaOS kernel at one point. I'm interested in the L4 family of kernels, particularly seL4, which could provide a basis for a future Amiga OS, but then I'm no OS developer.

Quote:
Originally Posted by IanS View Post
"Linux is the devil's work!"
I thought that was FreeBSD, they have the logo.
sward is offline  
Old 08 August 2020, 22:34   #726
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,630
Here's a preview of the new sketchboard.gadget in action...
Attached Thumbnails
Click image for larger version

Name:	sketchboard.png
Views:	526
Size:	39.7 KB
ID:	68414  

Last edited by Minuous; 08 August 2020 at 23:34.
Minuous is offline  
Old 08 August 2020, 22:46   #727
Warty
Registered User
 
Join Date: Aug 2018
Location: Minneapolis, USA
Posts: 301
Quote:
Originally Posted by gulliver View Post
I heard a rumor...
Fantastic! Can't wait.

Quote:
BTW, if you get the itch to start coding on Amiga again and once you believe you have mastered the art of not being driven crazy by Amiga and C, you can always join us.
Thanks, I might take you up on that when I feel I won't be wasting anyone's time. Well, and after I grow a much thicker skin, seems like that will come in handy.
Warty is offline  
Old 09 August 2020, 01:44   #728
bubbob42
Registered User
 
Join Date: Oct 2012
Location: Germany
Posts: 585
Quote:
Originally Posted by Warty View Post
Well, and after I grow a much thicker skin, seems like that will come in handy.
Always.
bubbob42 is offline  
Old 09 August 2020, 21:57   #729
simonhez
Registered User
 
simonhez's Avatar
 
Join Date: Aug 2020
Location: Ottawa
Posts: 57
I did a quick search but couldnt find an answer, would 3.2 require new roms? I have a 2000 and 3000 that I am itching to upgrade to 3.1.4 but if 3.2 requires new roms, ill wait and get those instead
simonhez is offline  
Old 10 August 2020, 06:51   #730
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
Quote:
Originally Posted by simonhez View Post
I did a quick search but couldn't find an answer, would 3.2 require new roms? I have a 2000 and 3000 that I am itching to upgrade to 3.1.4 but if 3.2 requires new roms, ill wait and get those instead
AmigaOS 3.2 will require new ROMs but can also work on old ROMs (3.1 and 3.1.4) by using the LoadModule approach which is built into the OS.

Of course, having a physical 3.2 ROM makes things much better since you will be able to boot faster, save memory and fix some additional bugs.
gulliver is offline  
Old 12 August 2020, 11:03   #731
tom256
Registered User
 
Join Date: Dec 2011
Location: Poland
Posts: 166
Any estimation for release date?
tom256 is offline  
Old 12 August 2020, 12:31   #732
bubbob42
Registered User
 
Join Date: Oct 2012
Location: Germany
Posts: 585
Quote:
Originally Posted by tom256 View Post
Any estimation for release date?
No.
bubbob42 is offline  
Old 12 August 2020, 15:09   #733
Tigerskunk
Inviyya Dude!
 
Tigerskunk's Avatar
 
Join Date: Sep 2016
Location: Amiga Island
Posts: 2,770
Quote:
Originally Posted by IanS View Post
To be honest, this is the only realistic option to have modern stability, drivers for modern devices and interfaces, memory management and multicore/multiprocessor systems. It's not a new idea, stripping down to a relatively bare Linux kernel and adding a compatability layer to use native Linux system calls. As I recall, Amithlon did it and Apple used used a similar idea when going from 68K to X86 too. Not having used AOS 4 or MorphOS myself, I'm not sure if they utilise a similar idea to for their kernels. I daresay even 68K Linux probably has more developers than AOS 3.x too.

I can already hear the protests... "But it wouldn't be Amiga OS!", "It wouldn't be as lightweight or as fast". "Linux is the devil's work!"

Of course, I doubt anybody is likely to do this anyway.
Your ideas are not in any way new, and the debates about this have raged all over Amiga forums since the internet was in its infancy.

Basically it comes down to:
* AOS is a hobby OS for the remaining few people using Amigas in 2020
* there is no interest for an OS with these modern features. MacOS covers the arty and trendy people faction, Windows the majority of business users, and Linux the nerds and server shit. There is simply no need for another OS in a world where classic tabletop and laptop OSes are on their way out anyway.
* there have been many tries to modernize AOS. Like Amithlon, or even within sub branches like AROS there once was "Anubis", which was supposed to be a Linux with an AOS UI. Guess what? No one gave a fuck, so it died a year later.

What you are doing here is proposing modern people should use flying cars, and thinking you are a genius for doing that. When the reality is a lot more difficult, and there are reasons why this is not happening.

Plus, talk is cheap.
If you think it's a great idea what you are proposing, put in the man hours, or shut up.

Last edited by Tigerskunk; 13 August 2020 at 11:12.
Tigerskunk is offline  
Old 12 August 2020, 15:11   #734
Tigerskunk
Inviyya Dude!
 
Tigerskunk's Avatar
 
Join Date: Sep 2016
Location: Amiga Island
Posts: 2,770
Quote:
Originally Posted by Minuous View Post
Here's a preview of the new sketchboard.gadget in action...
Is that a whole paint app in one gadget?

Or do I miss something here?
Tigerskunk is offline  
Old 12 August 2020, 15:20   #735
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,630
@Steril707:

Basically, yes.
Minuous is offline  
Old 12 August 2020, 15:56   #736
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,214
Quote:
Originally Posted by Steril707 View Post
Is that a whole paint app in one gadget?
Well, it is. What is strange is that this boopsi was actually already present in 3.1, but statically linked into the IconEditor, the Pointer preferences and the WBPattern preferences (slightly modified, case by case). It is much better to have it as a separate library.
Thomas Richter is offline  
Old 12 August 2020, 16:18   #737
duga
Registered User
 
Join Date: Nov 2010
Location: Sweden
Posts: 528
Quote:
Originally Posted by IanS View Post
To be honest, this is the only realistic option to have modern drivers for modern devices and interfaces
There's AmigaOS 4.1 for that purpose. That's another thread though.
duga is offline  
Old 12 August 2020, 16:18   #738
ancalimon
Supernormal
 
ancalimon's Avatar
 
Join Date: Jul 2007
Location: Istanbul / Turkey
Age: 43
Posts: 1,410
I haven't seen the new 3.1.4 yet, but there is one thing that bothers me on all Amigaos versions.

When the refresh rate of the resolution is not 50hz for pal timings and 60hz for ntsc timings, there is screen tearing when moving objects on screen.

This is especially a problem with CGX screens on CVisionPPC where 50hz refresh rates disturb your eye too much. (and even with a 50hz screen mode there is visible line that looks like it is tearing the screen slowly in one direction depending on whether your precise 50.xxxxhz mode is higher or lower than the PAL precise timing). Also the mouse pointer will not move smoothly when refresh rate is different from 50hz. (I overcame this problem by creating 100hz screenmodes. This way the mouse moves semi-smoothly alas with a bit of flickering as if there is a double of the mouse pointer.)

Is there a way to fix this? Maybe create a new timer for screenmodes?
ancalimon is offline  
Old 12 August 2020, 17:34   #739
coldacid
WinUAE 4000/40, V4SA
 
coldacid's Avatar
 
Join Date: Apr 2020
Location: East of Oshawa
Posts: 538
What's the max colour depth on sketchboard.gadget?
coldacid is offline  
Old 12 August 2020, 19:45   #740
simonhez
Registered User
 
simonhez's Avatar
 
Join Date: Aug 2020
Location: Ottawa
Posts: 57
Quote:
Originally Posted by gulliver View Post
AmigaOS 3.2 will require new ROMs but can also work on old ROMs (3.1 and 3.1.4) by using the LoadModule approach which is built into the OS.

Of course, having a physical 3.2 ROM makes things much better since you will be able to boot faster, save memory and fix some additional bugs.
thank you for the quick answer! I will probably be buying the roms then
simonhez is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
AmigaOS 3.1.x v 3.9 steve_mynott New to Emulation or Amiga scene 35 19 April 2020 06:23
AmigaOS 3.9 PoLoMoTo support.WinUAE 8 27 August 2011 18:06
AmigaOS 3.5 or 3.9 maddoc666 support.Apps 12 22 February 2010 08:02
AmigaOS koncool request.Apps 6 04 June 2003 17:45
AmigaOS XL sturme New to Emulation or Amiga scene 4 15 January 2002 02:13

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 13:07.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.15591 seconds with 16 queries