|
|
#1 | |
|
Registered User
Join Date: Dec 2008
Location: Kyiv/Ukraine
Posts: 13
|
Environment:
Code:
$ nvidia-settings -q GPUOverclockingState -q GPU2DClockFreqs -q GPUDefault2DClockFreqs -q GPU3DClockFreqs -q GPUDefault3DClockFreqs -t 1 100,0 100,0 425,0 425,0 Code:
$ for ((i=99;i>=25;i--)); do echo "--> $i"; nvidia-settings -a GPU2DClockFreqs=$i,0 ; nvidia-settings -q GPU2DClockFreqs -t ; done --> 99 Attribute 'GPU2DClockFreqs' (tut.at.home:0.0) assigned value 99,0. 100,0 --> 98 Attribute 'GPU2DClockFreqs' (tut.at.home:0.0) assigned value 98,0. 100,0 ... --> 26 Attribute 'GPU2DClockFreqs' (tut.at.home:0.0) assigned value 26,0. 100,0 --> 25 Attribute 'GPU2DClockFreqs' (tut.at.home:0.0) assigned value 25,0. 100,0 Code:
$ for ((i=424;i>=106;i--)); do echo "--> $i"; nvidia-settings -a GPU3DClockFreqs=$i,0 ; nvidia-settings -q GPU3DClockFreqs -t ; done --> 424 Attribute 'GPU3DClockFreqs' (tut.at.home:0.0) assigned value 424,0. 425,0 --> 423 Attribute 'GPU3DClockFreqs' (tut.at.home:0.0) assigned value 423,0. 425,0 ... --> 107 Attribute 'GPU3DClockFreqs' (tut.at.home:0.0) assigned value 107,0. 425,0 --> 106 Attribute 'GPU3DClockFreqs' (tut.at.home:0.0) assigned value 106,0. 425,0
__________________
[nvidia-driver-180.16 @ FreeBSD 7.1-PRERELEASE @ GeForce Go 6100] |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Verizon announces 'Share Everything' plans ' the future of mobile data (sort of | News | Latest Tech And Game Headlines | 0 | 06-12-12 10:40 AM |
| At $30/month, Virgin Mobile beats Cricket's prepaid iPhone plans | News | Latest Tech And Game Headlines | 0 | 06-07-12 09:50 AM |
| Riva TNT 2 - Debian (Woody) chipset problem | sindra | NVIDIA Linux | 4 | 08-26-02 03:21 AM |
| Ali M1541 chipset problem | perun | NVIDIA Linux | 3 | 08-12-02 05:35 PM |
| SiS648 Chipset | Marty McFly | CPUs, Motherboards And Memory | 5 | 08-08-02 05:51 PM |