this post was submitted on 01 Jul 2025
26 points (96.4% liked)

Linux

56017 readers
972 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Got myself a Dell Latitude ~~E4310~~ E6410 and Thinkpad T510 for free, both with discrete Nvidia graphics soldered to the mainboard. I've installed Linux on them and just went with the nouveau driver since the proprietary Nvidia driver for such old cards is no longer in the Debian 12 repo. Not going to do anything cutting edge on them, but it does leave me wondering:

  • I read that I could, with some effort, install the proprietary driver manually. Am I missing out on anything at all without them, or is nouveau mature enough and the graphics old enough that I wouldn't notice?
  • Is nouveau with old discrete graphics better or worse than having just Intel's integrated graphics?
  • Does power consumption vary significantly between nouveau and proprietary drivers?

EDIT

Answering myself after going down a rabbit hole with the T510:

  1. The dGPU is the NVS 3100M, which does have some level of hardware acceleration support under nouveau, so at least it isn't draining power for zero benefit. However, the dGPU is unable to go past its lowest power state without manually manipulating /sys/kernel/debug/dri/0/pstate (I did not try to) and I suspect that this is what kneecaps 3D performance. There should be a marked difference, but I won't be doing any serious work on these machines, so I'm leaving everything as-is.

  2. This situation is worse than having just integrated graphics due to the inherent power consumption of the GPU core while unable to benefit from higher power states and other optimizations.

  3. Power consumption is probably less, but for much worse performance. At least it is a much better fallback than leaving at maximum.

  • A later variant has the BIOS option to disable the dGPU, mine is an early variant with no options
you are viewing a single comment's thread
view the rest of the comments
[–] monovergent@lemmy.ml 2 points 3 days ago (1 children)

Neither laptop BIOS offers the option to disable discrete graphics :(

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 2 points 3 days ago* (last edited 3 days ago) (2 children)

Are you sure? I know the successor the T420 supports disabling the graphics. I dont think my 410 ever had it though. It's under display settings in the bios. Not sure about dell though, they might not have had it.

https://download.lenovo.com/bsco/index.html#/textsimulator/ThinkPad%20W530%20(2447,2436,2438,2439,2441,2449,2463)

Lenovo's bios simulator sadly only goes as old as the T530. But it's config > display > graphics device.

[–] monovergent@lemmy.ml 3 points 3 days ago* (last edited 3 days ago)

Unfortunately, I'm only given a choice between Boot Display Devices under that menu.

edit: Apparently, there is a menu for it if the T510 is a later model with Optimus support. Early dGPU variants like mine are forced to use the discrete graphics, even if the BIOS is hacked to reveal the menu.

[–] brickfrog@lemmy.dbzer0.com 2 points 3 days ago

Perhaps just uninstalling Nouveau and falling back to the Intel driver, if it's already installed, is sufficient? Or if that doesn't work, worst case OP could blacklist Nouveau and and update initramfs? I'm just guessing as long as the Nvidia driver is never actually active perhaps that's enough to avoid excess power consumption.

OTOH there isn't much harm in OP keeping Nouveau enabled and seeing how things go though I'm in agreement with you, on an older laptop there's not much advantage to be gained with the older Nvidia hardware.