this post was submitted on 12 Feb 2024
995 points (98.5% liked)

memes

17090 readers
2386 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] flambonkscious@sh.itjust.works 5 points 2 years ago (2 children)

I think it just remapped the memory of the video process, but I could be way off...

[–] elvith@feddit.de 9 points 2 years ago (1 children)

Back then, there was less hardware acceleration for the regular desktop stuff. Probably it just copied the data from the software rendering, and there it just defined that this part of the screen was hardware accelerated and this region pointed to vram instead of regular RAM.

[–] flambonkscious@sh.itjust.works 3 points 2 years ago (1 children)

Yup. Wormholes in your memory.

I think this essentially predated GPUs?

[–] elvith@feddit.de 2 points 2 years ago

I remember this from Win 95 and Win 98, maybe even XP? You usually had a GPU, but they were more simple than today's GPUs. Oftentimes they were on-board (in contrast to today's iGPUs that are part of the processor, not part of the mainboard).

In the very early times you had 3D cards like the 3Dfx Vodoo cards. Those could only render 3D. Your desktop and other programs were still rendered by your normal GPU or on-board graphics card. They did only render 3D. You had to put a small cable from the output of your regular GPU to your 3D card's input and then plug you monitor into the 3D card. While you didn't do 3D, the 3Dfx Vodoo would just output everything it received from your regular GPU. When you played a game, it would output whatever it rendered instead.

[–] thevoidzero@lemmy.world 1 points 2 years ago

Dam, this is actually awesome, I actually wanted to do something similar to this but couldn't figure things out.

I need to try again, might be able to make a virtual desktop screen and make xrandr pipe that output to that window.

Basically the thing I wanted to make is kind of like the picture in picture mode we have in browsers but for anything. Like just have those app open in a different virtual window and only remap the portion you wanna see into a always on top window.