Welcome, Guest. Please login or register.

Author Topic: AMIGAONE.... isn't it an obsolete technology already?  (Read 15462 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Cymric

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 1031
    • Show all replies
Re: AMIGAONE.... isn't it an obsolete technology already?
« on: November 15, 2005, 11:03:51 AM »
Quote
Why is nobody trying to go beyond UNIX?  Why are projects like EROS all collecting dust?

Because they don't make money. Or rather, noone was able to make them make money at the time of their conception. They also incorporate tricky ideas which you cannot read about in popular books and magazines: this requires genuine brains.
Some people say that cats are sneaky, evil and cruel. True, and they have many other fine qualities as well.
 

Offline Cymric

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 1031
    • Show all replies
Re: AMIGAONE.... isn't it an obsolete technology already?
« Reply #1 on: November 21, 2005, 06:01:33 PM »
Quote
I for one am looking forward to an OS that finally uses the 3D hardware in my computer.  It seems like a logical and well overdue progression.

Pray tell, how would you like the 3D features to be used? Rotating windows, putting them sideways, or displaying directory trees in 3D is cool, but from a usability point of view, absolutely horrible. Put another way: how is Joe User going to benefit from the truckloads of raw processing power lurking in his GeForce InsaneVersion or the ATi HahaCaughtUpAgainVersion? Keep in mind what Joe User does: email, process words, do a bit of accounting, view movies (pr0n or otherwise), rip songs, and perhaps a bit of computer-supported hobby about cars, motorbikes, outdoor sports, terrorism, programming, collecting, that sort of thing.

Oh wait, there's an interesting app already: a fully nude genuine 3D deskmate, 'helping out' when Joe is stymied by a computer error. Were it not for the fact that such apps already exist---do a Google search for 'virtual girls', for example.
Some people say that cats are sneaky, evil and cruel. True, and they have many other fine qualities as well.
 

Offline Cymric

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 1031
    • Show all replies
Re: AMIGAONE.... isn't it an obsolete technology already?
« Reply #2 on: November 21, 2005, 11:02:49 PM »
Quote
seer wrote:
Let's see... Lets draw everything on screen using the GPU or using the CPU ? The whole idea of LDDM is to take even more of the GUI from CPU to the GFX card.

As I recall, many 2D-operations are accelerated to begin with, so already a large portion of graphics operations is handled by the GPU. Back in the heydays, when Diamond, Matrox and 3dfx were the things to have, all they cared about was 2D-performance. That same performance is still lurking today in the corners of the modern videocards, albeit largely forgotten. Nowadays it goes without saying that straight blits are faster than the eye can follow. Or have you forgotten the times when window dragging was done by XOR-drawing the outline...?

In addition, you cannot offload anything to the GPU. It doesn't draw on its own, not even with all those fancy shader languages. The CPU still needs to supply it with the information it needs to work with. There is one concept of modern GPU's which will improve performance even without actual 3D performance, namely the Z-buffer. Overlapping windows are simply sorted according to their 'depth', and the GPU takes care of the rest, including clipping. There is no need for a separate layers-like library anymore where the CPU handles buffering and clipping and what not. The CPU is just responsible for creating the 'texture' of each window on the fly, and shipping it to the GPU to be rendered. Internal clipping is a thing of the past. The use of the alpha channel comes free of charge. However, there still needs to be some sort of rudimentary layer heuristics to determine which windows would need to be actually drawn in the first place---otherwise you are just wasting Z-buffer bandwidth.

Of course you get to play with a few extra's, namely textures nearly free of charge, and vectorised graphics nearly free of charge (at bloody long last). All new and useful features, granted, but not of the sort you need the latest in GPU performance for. Unless, of course, your fancy runs to eye candy. That was the point I was trying to make.
Some people say that cats are sneaky, evil and cruel. True, and they have many other fine qualities as well.
 

Offline Cymric

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 1031
    • Show all replies
Re: AMIGAONE.... isn't it an obsolete technology already?
« Reply #3 on: November 22, 2005, 10:20:37 AM »
Quote
coldfish wrote:
I'd like to see a versatile interface that is highly configurable and visually appealing that gets the most out of the technology. While the majority of us can look forward to computer technology advancing onward, others can stick with good ole' 2D. :-) That's perfectly fine with me.

Of course, that was not an answer to my question, but since this discussion is going way off-topic, I'm not going to pursue it here.
Some people say that cats are sneaky, evil and cruel. True, and they have many other fine qualities as well.