Is Displaying Photos on a Computer More Efficient with a Dedicated Video Card?

  • Thread starter Thread starter Alex_Sanders
  • Start date Start date
AI Thread Summary
Displaying photos on a computer involves both the CPU and the video card, leading to potential lag when dragging large images. While some graphical tasks have been offloaded to the video card, the process of displaying images is not solely managed by it. Theoretically, the CPU could decode image files and transfer data to the GPU, but this method is not commonly implemented. The discussion highlights the ongoing debate in technology about whether to centralize tasks in specialized hardware or distribute them between the CPU and GPU. Ultimately, the efficiency of displaying photos may depend on advancements in software and hardware integration.
Alex_Sanders
Messages
73
Reaction score
0
If you try to drag a large photo in your not-so-newly assembled computer, you'll notice there is a lag, it's because displaying a photo on your screen combines works of both CPU and your video card as we know.

I know some of the graphical work has been "outsourced" to video card, but I'm really not sure if displaying a picture or a photo has been tasked to video card only? I don't think there would be any technical difficulties, after all, letting CPU decode a jpg file and then pass processed data to video card telling it what to display seems to be a pretty redundant, it can be done in this way: CPU detects the request of displaying a jpg file, then it surrender the control of the main bus temporarily to GPU, GPU reads the file directly from the RAM or even harddrive, then display the file, the decoding can be done hardwarely with codex stored inside a FPGA.

All we need, is a newly developed software that comes with the video card we bought.

And I know it quite well that since things are not done this way, there must be reasons. What are they? Or may be some of my thoughts has been done? Like calculating 3D graphics?
 
Engineering news on Phys.org
it is analogous to smart terminals versus dumb terminals. Time and time again, designers move tasks from the CPU to specialized hardware. Time and again, other designers move them back. Hackers call it the cycle of reincarnation.The best way keeps shifting.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top