LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-22-2015, 04:51 AM   #1
StreamThreader
Member
 
Registered: Mar 2012
Location: Ukraine/Odesa
Distribution: Slackware
Posts: 152

Rep: Reputation: 64
How reduce performance of Nvidia video card?


Hi folks
I have fileserver with headless mode (without monitor, keyboard and mouse), i install video card with passive cooling (nvidia 9500GT).
This video adapter have GPU temperature 52C*, this is very hot for server with only black\white console (without X server).

I search approach to reduce GPU performance for reduce temperature.

I found tools nvclock, it show:
Quote:
-- General info --
Card: nVidia Geforce 9500GT
Architecture: G96 A1
PCI id: 0x640
GPU clock: 432.000 MHz
Bustype: PCI-Express

-- Shader info --
Clock: 864.000 MHz
Stream units: 32 (011b)
ROP units: 8 (1b)
-- Memory info --
Amount: 256 MB
Type: 128 bit DDR3
Clock: 601.712 MHz

-- PCI-Express info --
Current Rate: 16X
Maximum rate: 16X

-- Sensor info --
Sensor: GPU Internal Sensor
GPU temperature: 52C
Fanspeed: 40.9

-- VideoBios information --
Version: 62.94.4b.00.06
Signon message: GeForce 9500 GT VGA BIOS
Performance level 0: gpu 550MHz/shader 1375MHz/memory 800MHz/1.00V/100
VID mask: 1
Voltage level 0: 0.95V, VID: 1
Voltage level 1: 1.00V, VID: 0
I use open source driver nouveau.

Reduce speed nvclock show warning:
Quote:
Error: NVClock doesn't offer lowlevel overclocking on NV50/G8x/G9x/GT200 hardware (yet).
If you want to overclock your card using the Nvidia drivers instead add the line:
Option "Coolbits" "1" to the screen or device section in your xorg.conf and then try NVClock again.
Any other possible for reduce speed exist?

Last edited by StreamThreader; 07-22-2015 at 05:03 AM.
 
Old 07-22-2015, 05:24 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Use the proprietary Nvidia driver. Power management does not work correctly yet with the nouveau driver, but the proprietary driver will automatically set the card to the lowest power consumption when there is no heavy load (like in your case).
 
2 members found this post helpful.
Old 07-22-2015, 05:27 AM   #3
Qury
Member
 
Registered: Feb 2004
Location: Naas,IE
Distribution: Slackware
Posts: 212

Rep: Reputation: 184Reputation: 184
Why don't you just remove the video card from the server?
 
1 members found this post helpful.
Old 07-22-2015, 05:51 AM   #4
StreamThreader
Member
 
Registered: Mar 2012
Location: Ukraine/Odesa
Distribution: Slackware
Posts: 152

Original Poster
Rep: Reputation: 64
Quote:
Originally Posted by TobiSGD View Post
Use the proprietary Nvidia driver. Power management does not work correctly yet with the nouveau driver, but the proprietary driver will automatically set the card to the lowest power consumption when there is no heavy load (like in your case).
Thanks, i will try.
 
Old 07-22-2015, 05:54 AM   #5
StreamThreader
Member
 
Registered: Mar 2012
Location: Ukraine/Odesa
Distribution: Slackware
Posts: 152

Original Poster
Rep: Reputation: 64
Quote:
Originally Posted by Qury View Post
Why don't you just remove the video card from the server?
In some cases (without video card on board and on pci-e) motherboard hangs while bios POST (not yet tested on this motherboard).
And sometime need manual login to system if kernel panic after rebuild and so on.

I install proprietary driver and wait until opensource driver can support power management.
 
Old 07-22-2015, 08:00 AM   #6
StreamThreader
Member
 
Registered: Mar 2012
Location: Ukraine/Odesa
Distribution: Slackware
Posts: 152

Original Poster
Rep: Reputation: 64
After some time used proprietary driver, GPU temp increased to 71C*.
Power state is P0 (maximum performance) and no switched automatic to P12 (low 2D).
How to manual switch to low power i not found ((

Last edited by StreamThreader; 07-22-2015 at 08:03 AM.
 
Old 07-22-2015, 09:04 AM   #7
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Passive cooling is never wise to use with newer cards. These cards still require an actively cooled system to stay cooled.

If you needed low power for a headless server you should have opted for a lower end VGA like a PCI card if you had the option, or used onboard VGA.

Even though they're older cards, a modest ATI Rage 128, S3 Savage, or 3dfx Banshee are great for servers to pass POST. They don't run too hot or use a lot of power either.

If you needed PCIe, scrounge for a GeForceFX 5200. They're bottom of the barrel, but work great for servers too.

Last edited by ReaperX7; 07-22-2015 at 09:09 AM.
 
1 members found this post helpful.
Old 07-22-2015, 10:34 AM   #8
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,096

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
Quote:
Originally Posted by StreamThreader View Post
How to manual switch to low power i not found ((
use the nvidia-settings application and then save your settings.
after, if you need to reload your settings when starting your X session, add this utility to your xinitrc script, just before starting your DE, passing it the "-l" option (see "man nvidia-settings").

for example, as I use lxde and start in runlevel 3 (console), the tail of my ~/.xinitrc file is
Code:
nvidia-settings -l &

# Start the window manager:
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
    ck-launch-session dbus-launch --exit-with-session startlxde
else
    startlxde
fi

Last edited by ponce; 07-22-2015 at 10:36 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to reduce the fan speed of my NVIDIA graphics card? cybernetico Linux - Hardware 7 06-04-2014 09:37 PM
Will SATA burner reduce HD's performance? Frakk Linux - Hardware 4 04-15-2008 03:19 PM
Any methods to reduce the performance hit of using Tor? dr_zayus69 Linux - Networking 1 10-28-2006 06:04 AM
Nvidia GeForce 4 MX 440 poor performance nvidia glx drivers jollyjoice Linux - Hardware 7 06-07-2006 09:02 AM
Sound Caard Usage The Manic Mouse Linux - Hardware 2 03-19-2004 09:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration