CAPTCHA
Image CAPTCHA
Enter the characters shown in the image.
This question is for testing whether or not you are human.
  • Create new account
  • Reset your password

User account menu

Home
The Hyperlogos
Read Everything

Main navigation

  • Home
  • My Resumé
  • blog
  • Howtos
  • Pages
  • Contact
  • Search

nVidia

Breadcrumb

  • Home
  • nVidia

Linux nvidia one-liner for maximum GPU power

By drink | Sun March 23, 2025
nvidia-smi -pl `nvidia-smi --query-gpu=power.max_limit --format=csv,noheader,nounits`

This runs nvidia-smi to get the maximum power level for the GPU as a number alone, then runs it again and sets the power level to that number. This will work as long as you have only one nvidia GPU in your system. Otherwise take a look at the -i option information in nvidia-smi --help.

linux
nVidia
  • Read more about Linux nvidia one-liner for maximum GPU power
  • Log in or register to post comments

nvidia instrumentation lies, a lot

By drink | Sun February 09, 2025

nVidia corp has emerged as the de facto standard for both 3d graphics and GPGPU (today, mostly "AI") for a variety of reasons including performance and ease of development. But they are irritating in multiple ways, and I've just discovered another one that probably everyone knew about but me.

linux
nVidia
  • Read more about nvidia instrumentation lies, a lot
  • Log in or register to post comments

Wine, Lutris, Debian, nvidia

By drink | Sun February 25, 2024

I have been using PlayOnLinux to manage wineprefixes on my Devuan system and decided to branch out and try using Lutris today. I have been having trouble with it since I installed CUDA (plus the accompanying nvidia drivers) from deb files instead of just using the run file.

linux
howto
Debian
nVidia
  • Read more about Wine, Lutris, Debian, nvidia
  • Log in or register to post comments

nvstats.pl - pretty nvidia GPU stats for Unix

I wanted to have a nicer view of nvidia GPU statistics, so I made this script. I realize this is overwrought compared to just stuffing the output into a couple of arrays, but I had the code lying around to munge into this. FWIW Text::CSV is now a wrapper around Text::CSV_XS, so this is now considered to be the best and fastest way to parse CSV, which would matter if you had to do a lot of it.

perl
nVidia
  • Read more about nvstats.pl - pretty nvidia GPU stats for Unix
  • Log in or register to post comments

Monitoring nvidia GPU utilization on Linux

By drink | Mon February 27, 2023

I wanted a nice way to simply see whatever statistics I could gather from my GPU — ye olde PNY XLR8 1070 slightly-pre-overclocked model, which I bought used and which has been surprisingly solid so far — and for some reason the information I want to see isn't in the default output from the nvidia-smi command included with the nvidia driver, and I don't get anything in lm-sensors. Noodling around a bit led me to the idea of using the --query-gpu option, which lets you pull any specific information you want, as long as you are willing to deal with it in CSV format. I was, and here we are.

nVidia
linux
  • Read more about Monitoring nvidia GPU utilization on Linux
  • Log in or register to post comments

Devuan 4 nvidia

By drink | Sun February 12, 2023

If you have a very old nvidia card, you will want to use the FOSS nvidia driver (nouveau) as it is likely the only thing that will work for you. But realistically, if you have nvidia graphics on your system, you will want to use the binary driver. This is a quick guide to that. The nvidia driver is in the non-free repo, so make sure you have that added to your sources.list. Then you can do the following various things (as root, or sudo as necessary)

howto
Debian
linux
nVidia
  • Read more about Devuan 4 nvidia
  • Log in or register to post comments

Hey nVidia, what happened?

By drink | Sun August 05, 2012

Hey, nVidia, what has happened to your drivers lately? They seem to have all the quality I expect from ATI drivers. I have new problems I didn't have before my last Linux driver upgrade. What, exactly is wrong over there, and what can I do to help short of buying a $600 graphics card from you? Sincerely, formerly a rabid pro-nVidia, anti-AMD Linux user.

linux
nVidia
Driver
fail
  • Read more about Hey nVidia, what happened?
  • Log in or register to post comments

Howto toggle dual monitors with nVidia on Linux

I have two LCDs and Ubuntu, and I want to use compositing so I can use Compiz. Xinerama still doesn't work with Composite outside of Xgl, which was deprecated some years ago. I want to play full screen games but they don't properly span monitors in many cases, even if that's what I wanted. What is needed then is a way to easily toggle the second monitor. I found it in the Ubuntu forums archive in the form of Disper.

howto
nVidia
Ubuntu
  • Read more about Howto toggle dual monitors with nVidia on Linux
  • 1 comment
  • Log in or register to post comments

Removing nvidia-glx-195 from Ubuntu Karmic x64

By drink | Fri January 01, 2009

If you install nvidia-glx-195 drivers from Nvidia Vdpau Team PPA then you may have trouble removing them later due to packaging failure ;) Actually, the problem will crop up when you try to reinstall nvidia-glx-185. I had to do this because my GT 240 is unsupported under all versions of the driver, and while it works it locks up hard on anything later than -185.

nVidia
Ubuntu
howto
  • Read more about Removing nvidia-glx-195 from Ubuntu Karmic x64
  • Log in or register to post comments

Compaq nw9440 xorg.conf: Support for multiple input devices

Like many laptops, the Compaq nw9440 has a Synaptics touchpad. If you want to scroll like the big boys, which is to say with the right side of the touchpad, then you need to make some changes to your xorg.conf. I also use a USB pointer (Logitech TrackMan Wheel, the second generation Marble) and I wanted to be able to use both at once, either/or, et cetera. The touchpad can supposedly be used pressure-sensitively in The GIMP, which is another possible motivation.

howto
nVidia
Xorg
Compaq
laptop
  • Read more about Compaq nw9440 xorg.conf: Support for multiple input devices
  • Log in or register to post comments
Pagination
  • Page 1
  • Next page ››
Subscribe to nVidia

Footer menu

  • Contact
Powered by Drupal

Copyright © 2025 Martin Espinoza - All rights reserved