eli5 what are Computer “Drivers”

871 views

After painstakingly installing printer drivers for a thermal printer at work I realized I still don’t truly understand what I was installing. (Bonus points if you can cover video card drivers too cause idk what drivers are In that sense either)

In: 2515

42 Answers

Anonymous 0 Comments

So your OS wants to draw a box on the screen. The OS has a defined command for that (drawBox), however that doesn’t tell the OS how to actually tell the video card how to do it. Each card does it differently (ish).

So, a driver translates drawBox to 0010010 001000 0100100 which is sent to the video card over the PCI slot, and a box appears on your screen.

The OS defines the commands, and the card manufacturer writes a piece of code that translates the OS commands into the specific method this specific model of card uses to achieve that result.

You are viewing 1 out of 42 answers, click here to view all answers.