Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 7644 7645 [7646] 7647 7648 ... 11037

Author Topic: Things that made you go "WTF?" today o_O  (Read 14473558 times)

Shadowlord

  • Bay Watcher
    • View Profile
Re: Things that made you go "WTF?" today o_O
« Reply #114675 on: December 01, 2016, 01:37:03 pm »

I just realized that I didn't know what a graphics card was or what it did.

BUT THAT'S IMPOSSIBLE
Logged
<Dakkan> There are human laws, and then there are laws of physics. I don't bike in the city because of the second.
Dwarf Fortress Map Archive

overseer05-15

  • Bay Watcher
  • Personal Text
    • View Profile
Re: Things that made you go "WTF?" today o_O
« Reply #114676 on: December 01, 2016, 01:48:55 pm »

I just realized that I didn't know what a graphics card was or what it did.

BUT THAT'S IMPOSSIBLE
Does it make the picture a lot better or a little better or
Logged
adult food like, I presume, steak and potatoes and tax forms,

My game giveaway

EnigmaticHat

  • Bay Watcher
  • I vibrate, I die, I vibrate again
    • View Profile
Re: Things that made you go "WTF?" today o_O
« Reply #114677 on: December 01, 2016, 02:14:44 pm »

Graphics card is what makes the picture.

Computers can make a picture if they don't have a card because many CPUs and some mother boards come with an integrated graphics card.  Every computer needs some kind of graphics something, or you just aren't going to see anything on the screen (excepting BIOS IIRC).

The jump from an integrated card to a full on seperate card should make the picture a LOT better.
Logged
"T-take this non-euclidean geometry, h-humanity-baka. I m-made it, but not because I l-li-l-like you or anything! I just felt s-sorry for you, b-baka."
You misspelled seance.  Are possessing Draignean?  Are you actually a ghost in the shell? You have to tell us if you are, that's the rule

Greiger

  • Bay Watcher
  • Reptilian Illuminati member. Keep it secret.
    • View Profile
Re: Things that made you go "WTF?" today o_O
« Reply #114678 on: December 01, 2016, 02:23:26 pm »

Depends on the card.  Most(not all) computers come with a basic graphics chip built in on the motherboard (Integrated Graphics).  Those use some of your computer's own resources to operate. Like you may buy a computer that advertises 4 gb of ram but when you turn it on and check it says it only has 3.8 GB or something, the integrated graphics system has reserved some of it for it's use.

But there are also cards that go into expansion ports that are essentially an additional specialized motherboard just for handling graphics.  Graphics Cards.  All graphics systems have their own CPU (called a GPU) that process graphical information more efficiently and quicker than a CPU can.  Graphics cards typically have a more powerful GPU, dedicated cooling, and dedicated ram built into the card itself, resulting in higher frame rates for graphics intensive games and programs than otherwise.

Generally the better you have the faster it can process those images.  But different graphics systems can process images in different ways, sometimes causing images to appear slightly different on separate cards usually not in noticeable ways but some people will swear by specific types of cards.  Newer and better cards can often make an image look better with better shader handling, better anti aliasing and such, but the graphics system can only work with what the program you are using can give it.

A cutting edge graphics card won't make DF look any better, but you'll be able to run more graphical intensive games at higher settings before you notice shuddering and poor framerates.

EDIT: And yea without any kind of graphics system you won't see anything but a black screen with some text on it at startup.  Which is why most computers come with integrated graphics.  With really only PCs marketed towards power users not always having them built in.  Even if you have one built in, a graphics card can still be added to improve it.  But this is where the depends on the card comes in.  I have friends that have purchased graphics cards that are actually worse than the one integrated into their computer.
« Last Edit: December 01, 2016, 02:46:33 pm by Greiger »
Logged
Disclaimer: Not responsible for dwarven deaths from the use or misuse of this post.
Quote
I don't need friends!! I've got knives!!!

overseer05-15

  • Bay Watcher
  • Personal Text
    • View Profile
Re: Things that made you go "WTF?" today o_O
« Reply #114679 on: December 01, 2016, 02:44:51 pm »

That explains so very many conversations I've heard about them. Thanks for the explanation, the Wikipedia page is either impenetrable or I'm too tired to understand it.
Logged
adult food like, I presume, steak and potatoes and tax forms,

My game giveaway

Kot

  • Bay Watcher
  • 2 Patriotic 4 U
    • View Profile
    • Tiny Pixel Soldiers
Re: Things that made you go "WTF?" today o_O
« Reply #114680 on: December 01, 2016, 03:11:08 pm »

Logged
Kot finishes his morning routine in the same way he always does, by burning a scale replica of Saint Basil's Cathedral on the windowsill.

i2amroy

  • Bay Watcher
  • Cats, ruling the world one dwarf at a time
    • View Profile
Re: Things that made you go "WTF?" today o_O
« Reply #114681 on: December 01, 2016, 04:38:16 pm »

Computers can make a picture if they don't have a card because many CPUs and some mother boards come with an integrated graphics card.  Every computer needs some kind of graphics something, or you just aren't going to see anything on the screen (excepting BIOS IIRC).
To be truthful it's not exactly that your computers need a graphics card, it's just that if you wanted to see anything graphical other than basic DOS text-stuff you need to program some sort of graphics into the computer. That graphics program is usually built into the drivers of the graphics card that you install (and the average computer is set up to work that way), though there are a few cases (such as working with really small embedded systems) that you might end up programming one of your own directly onto the chip itself.
Logged
Quote from: PTTG
It would be brutally difficult and probably won't work. In other words, it's absolutely dwarven!
Cataclysm: Dark Days Ahead - A fun zombie survival rougelike that I'm dev-ing for.

Draignean

  • Bay Watcher
  • Probably browsing tasteful erotic dolphin photos
    • View Profile
Re: Things that made you go "WTF?" today o_O
« Reply #114682 on: December 01, 2016, 05:00:21 pm »

That explains so very many conversations I've heard about them. Thanks for the explanation, the Wikipedia page is either impenetrable or I'm too tired to understand it.

A crucial point that a lot of people miss about graphics cards, and that I have to throw in, is that they're really just specialized blocks to handle highly parallelizable math problems. Sending an array of pixels to the screen is not difficult, it's an operation that can be done with near flawless precision on pretty much anything above a potato. Doing video is just an extension of that, which makes it MUCH easier than playing a game. (Difficulty of 4k gaming >>> difficulty of 4k video)

In a game, the graphics card runs lighting calculations, processes shading info, typically handles physics, determines what is and what isn't drawn, actually performs the transforms on various mesh structures, etc.

Short version, actually printing pixels on your screen is the smallest part of what graphics cards do, which is why you can look at a picture of practically arbitrary resolution (that your monitor supports) on nearly any semi-modern integrated, but that same card will choke on a poorly optimized pixelated retro game that invokes the graphics card for physics and doesn't fucking clean after itself because its dev is an orange jumpsuit wearing ass hat.

Logged
I have a degree in Computer Seance, that means I'm officially qualified to tell you that the problem with your system is that it's possessed by Satan.
---
Q: "Do you have any idea what you're doing?"
A: "No, not particularly."

Rolan7

  • Bay Watcher
  • [GUE'VESA][BONECARN]
    • View Profile
Re: Things that made you go "WTF?" today o_O
« Reply #114683 on: December 01, 2016, 05:09:00 pm »

Haha!  I almost made the same joke :P
But then I joined in... oops...
Logged
She/they
No justice: no peace.
Quote from: Fallen London, one Unthinkable Hope
This one didn't want to be who they was. On the Surface – it was a dull, unconsidered sadness. But everything changed. Which implied everything could change.

Kot

  • Bay Watcher
  • 2 Patriotic 4 U
    • View Profile
    • Tiny Pixel Soldiers
Re: Things that made you go "WTF?" today o_O
« Reply #114684 on: December 01, 2016, 05:20:03 pm »

WOMBLE IS A...









...wait, we can't use that word here.
Awwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww...
Logged
Kot finishes his morning routine in the same way he always does, by burning a scale replica of Saint Basil's Cathedral on the windowsill.

overseer05-15

  • Bay Watcher
  • Personal Text
    • View Profile
Re: Things that made you go "WTF?" today o_O
« Reply #114685 on: December 01, 2016, 05:44:34 pm »

I'm not sure that this is the best place to strike up religious debate, lads.

RE: Consoles...
Doesn't look like you practice what you preach :P
So I'm not the only one who thought that was weird.
Logged
adult food like, I presume, steak and potatoes and tax forms,

My game giveaway

Akura

  • Bay Watcher
    • View Profile
Re: Things that made you go "WTF?" today o_O
« Reply #114686 on: December 01, 2016, 05:47:11 pm »

Yay, stomach virus. Or possibly food poisoning. Managed to hold on to my stomach up until I emptied about a gallon of my breakfast, lunch, and as-yet-unconsumed dinner onto the side of the highway on the way home. Sorry for the imagery.Not really.

Bought a bottle of Pepto Bismol at the convenience store, was more than I thought but cheaper than what my mother thought. Drank a dose, and feel a million times better.

WOMBLE IS A...

...wait, we can't use that word here.
Awwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww...

This has been bugging me ever since I started watching his videos, but what the hell is a womble? Is it like a wombat?
Logged
Quote
They asked me how well I understood theoretical physics. I told them I had a theoretical degree in physics. They said welcome aboard.
... Yes, the hugs are for everyone.  No stabbing, though.  Just hugs.

TD1

  • Bay Watcher
  • Childe Roland to the Dark Tower Came
    • View Profile
Re: Things that made you go "WTF?" today o_O
« Reply #114687 on: December 01, 2016, 05:54:12 pm »

It's a wombat born under the Taurus star sign.
Logged
Life before death, strength before weakness, journey before destination
  TD1 has claimed the title of Penblessed the Endless Fountain of Epics!
Sigtext!
Poetry Thread

hector13

  • Bay Watcher
  • It’s shite being Scottish
    • View Profile
Re: Things that made you go "WTF?" today o_O
« Reply #114688 on: December 01, 2016, 05:55:23 pm »

Spoiler (click to show/hide)
Logged
Look, we need to raise a psychopath who will murder God, we have no time to be spending on cooking.

the way your fingertips plant meaningless soliloquies makes me think you are the true evil among us.

Eric Blank

  • Bay Watcher
  • *Remain calm*
    • View Profile
Re: Things that made you go "WTF?" today o_O
« Reply #114689 on: December 01, 2016, 05:59:47 pm »

Them's terrifying
Logged
I make Spellcrafts!
I have no idea where anything is. I have no idea what anything does. This is not merely a madhouse designed by a madman, but a madhouse designed by many madmen, each with an intense hatred for the previous madman's unique flavour of madness.
Pages: 1 ... 7644 7645 [7646] 7647 7648 ... 11037