this post was submitted on 02 Jan 2025
51 points (98.1% liked)
Linux
48867 readers
1102 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just that game or all games performing poorly?
Just that game: verify or reinstall the game.
Other games too: if it's a software issue, check Graphics Driver? For potential hardware issues, check if a GPU power cable is loose, reseat it, and make sure you don't have two pcie power connectors from the same cable connected to both ports.
Why? Non question and I'm curious. I have 1 cable from PSU to GPU
The cable is only rated for so much power, which could be too much for double 8 pins. Having two operated cables ensures it can handle the load.
I personally used a single cable that carried double 8 pin. At some point, I had issues with my system crashing under GPU load. After investigating, I found that the GPU wasn't getting the power it needed from the PSU. Looking at the cable, it had started to melt the plastic with the connector in the PSU. I replaced the cable and it was fine, but now I only use one cable per 8 pin connector.
Thanks! I didn't know that.
Based on ATX standards https://xdevs.com/doc/Standards/ATX/ATX12V_Power_Supply_Design_Guide_Rev1.1.pdf,
Each 12V circuit from the PSU should deliver around 150W and definitely not more than 240VA (over current protection kick in rating). One cord runs on that single circuit so it can't deliver more than that much power. I experienced this when I foolishly thought I could reduce cable clutter building my friends' PC, only to realize the 3080 ran terribly and was drawing about 150W, not unlike OP, except in my case it was clear this was the issue.
Thanks! I didn't know that.