0

I'm not ready to pull my ancient graphics card out of the slot yet, but I want the PC to ignore it completely and use the iGPU solely due to booting and GPU initialization order issues. (And no, I can't do it through BIOS. The whole PC is very very old.)

Right now I pulled the power cable out of the graphics card but left the card itself in the slot. It gives me red lights but the PC boots correctly. Curiously, the idle CPU temperature dropped by 2 degrees Celsius.

My question is: can I just leave it like this forever? Or would it be bad for the video card, or motherboard, or anything else?

1 Answer 1

1

It's not advised because it means that the GPU itself will be in an undefined state.

The GPU itself draws power from both the PCIe slot as well as the PCIe power connector. These are two separate power "domains" that are isolated from one another.

The PCIe connector powers everything from the memory, the display outputs, the high power side of the GPU and everything else on the card.

The PCIe slot powers the PCIe bridge that sits between the GPU itself and the motherboard.

The reason for this split power domain is mainly so that signals from the motherboard are correctly referenced to their host power system and so are more reliably read. At high speeds this can be crucial. The same goes for everything on the graphics card, all the signals are sent between devices referenced to the local power domains. If you had a 3.3V signal sent from a device using one power source, and you try to read it using a device operating from a different power source then they may not have the same 0V reference point and so my see a different "peak" signal which can make it difficult to know whether what you are reading is a 0 or a 1.

As a result in electronics we try to keep signals referenced to their correct power systems. Hence the PCIe bridge on the graphics card works from the motherboard host power system and then buffers the signals across to the GPU power system.

If you do not plug in the PCIe power plug your GPU will only have a fraction of the device powered up, the PCIe bridge. This will mean that there is a device that is trying to communicate with something that isn't there. It could also be leaking power into devices that are not perfectly isolated and so could be in an indeterminate state.

Having devices half-powered, or powered in unexpected ways can be Very Bad. It can reverse bias some devices in odd ways, it can mean a device is permanently operating in a maximum power mode when it would normally cycle down very quickly after initialising its related components that are not coming up due to not having power. The PCIe bridge may end up "stuck" in some unknown state or loop of trying to detect the GPU.

In short it can cause a lot of undefined and unpredictable results.

You might be fine or you might not.

1
  • Thanks for the answer. I removed the card from the slot just to be on the safe side.
    – sigil
    Commented Jun 22 at 17:14

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .