|
|
#1 | |
|
Registered User
Join Date: Dec 2007
Posts: 64
|
Hi,
How can I disable powermizer? Currently it's underclocking my graphic card to the level it's completely unusable. All settings seems to be read only. Code:
Attribute 'GPUCurrentClockFreqs' (rob4300:0.0): 169,100.
'GPUCurrentClockFreqs' is a packed integer attribute.
'GPUCurrentClockFreqs' is a read-only attribute.
Attribute 'GPUAdaptiveClockState' (rob4300:0.0): 1.
'GPUAdaptiveClockState' is an integer attribute.
'GPUAdaptiveClockState' is a read-only attribute.
also changing 2D Freq doesn't work (3D seems to work though) Code:
Attribute 'GPU2DClockFreqs' (rob4300:0.0): 169,100. |
|
|
|
|
|
|
#2 | |
|
Gentoo Linux addict
Join Date: Nov 2007
Location: Vienna, Austria; Germany; hello world :)
Posts: 202
|
__________________
2.6.30-rc3-zen0+ w. compcache, reiser4 + ccreg40 (lzo-compression + checksumming) ![]() gcc version 4.4.0-pre9999 built 20090425 (prerelease) rev. 146764 (Gentoo SVN) gcc version 4.4.0 (Gentoo Hardened 4.4.0-r1, espf-0.2.1) Ubuntu Jaunty/9.04 x86_64 Dell XPS M1330 |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Dec 2007
Posts: 64
|
Thanks for the hint. Tried it and it doesn't work
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Nov 2006
Posts: 79
|
Depending on your distro, this may work for you: http://ubuntuforums.org/showthread.php?t=828369
|
|
|
|
|
|
|
#5 |
|
Registered Fox
Join Date: Oct 2007
Location: Confoederatio Helvetica
Posts: 530
|
This
Code:
#!/bin/sh
while true; do
powerstate=`cat /proc/acpi/ac_adapter/AC/state | awk '{print $2}'`
if [ $powerstate = "on-line" ]; then
nvidia-settings -q all > /dev/null
fi
sleep 25;
done
Another possibility would be to use the module parameters, that'd be the more clean solution. However, it is not as flexible as the solution posted above. Fuchs |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Dec 2007
Posts: 64
|
well the script assumes that "nvidia-settings -q all" will actually change the clocks to maximum ones. On my machine no matter what I do once powermizer hits level 0 it stays like that. The output is always:
Attribute 'GPUCurrentClockFreqs' (rob4300:0.0): 169,100. (instead of 400,400) Any official way how to turn it off? |
|
|
|
|
|
|
#7 | ||
|
Gentoo Linux addict
Join Date: Nov 2007
Location: Vienna, Austria; Germany; hello world :)
Posts: 202
|
use the google, luke !
![]() https://bugs.launchpad.net/ubuntu/+s...24/+bug/164589 http://ubuntuforums.org/showpost.php...6&postcount=57 http://ubuntuforums.org/showthread.php?t=855400 Quote:
Quote:
__________________
2.6.30-rc3-zen0+ w. compcache, reiser4 + ccreg40 (lzo-compression + checksumming) ![]() gcc version 4.4.0-pre9999 built 20090425 (prerelease) rev. 146764 (Gentoo SVN) gcc version 4.4.0 (Gentoo Hardened 4.4.0-r1, espf-0.2.1) Ubuntu Jaunty/9.04 x86_64 Dell XPS M1330 |
||
|
|
|
|
|
#8 |
|
Registered User
Join Date: Dec 2007
Posts: 64
|
I wouldn't come here seeking for help if I wouldn't google and try every dirty trick first my master
![]() Honestly I'm looking for official, nvidia way to disable this feature. |
|
|
|
|
|
#9 |
|
Registered User
Join Date: Sep 2007
Posts: 118
|
iirc NVreg_Mobile just determined the vendor or something like that..
|
|
|
|
|
|
#10 |
|
Registered User
Join Date: Nov 2007
Posts: 490
|
Hang on, 169MHz / 100MHz - is that a 440MX you're packing there? I vaguely recall my old laptop having very similar speeds.
|
|
|
|
|
|
#11 | |
|
Registered User
Join Date: Dec 2007
Posts: 64
|
Quote:
Code:
lspci: 01:00.0 VGA compatible controller: nVidia Corporation Device 042d (rev a1) from X log: (II) NVIDIA(0): NVIDIA GPU Quadro FX 360M (G86GL) at PCI:1:0:0 (GPU-0) (--) NVIDIA(0): Memory: 524288 kBytes (--) NVIDIA(0): VideoBIOS: 60.86.47.00.02 (II) NVIDIA(0): Detected PCI Express Link width: 16X (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on Quadro FX 360M at PCI:1:0:0: as long as the card has 400/400 settings I've got 60+ fps once it switches itself to 169/100 (few sec after you start X) I've got 0.5 fps. Try to do some work with such framerate. |
|
|
|
|
|
|
#12 |
|
Registered User
Join Date: Dec 2007
Posts: 64
|
bump.
Can I please have an official nVidia replay? |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 2 Video Cards -- Disable Open GL on single? | amites | NVIDIA Linux | 5 | 05-30-12 03:51 PM |
| Powermizer problem, nvidia 9500m gs ubuntu | backtoback | NVIDIA Linux | 3 | 05-25-12 12:13 PM |
| Problem with powermizer, nvidia 9500m gs | backtoback | NVIDIA GeForce 7, 8, And 9 Series | 0 | 05-18-12 02:10 PM |
| Disable Kernel Messages? | xniper | NVIDIA Linux | 2 | 08-12-02 01:57 PM |
| How do I configure TwinView on Dell Inspiron | rutgerclaes | NVIDIA Linux | 6 | 08-01-02 03:20 AM |