View previous topic :: View next topic |
Author |
Message |
Elmo234 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 Oct 2004 Posts: 48
|
Posted: Thu Jun 05, 2008 7:44 pm Post subject: nvidia PowerMizer not working (no underclocking) |
|
|
I am switching to gentoo (64 bit) from kubuntu in my new dell XPS 1330 laptop, but I found this problem:
My graphic card is a nvidia geforce 8400M gs. But powermizer doesn't work. It stays continuously at maximum level (400/600 Mhz), so there is no underclocking. It doesn't matter if the laptop is on batteries or on AC, that the powersource in nvidia-settings always indicates "AC" and the performance mode "Desktop".
I am using the 169.12 driver (the 173.xx version was giving me lots of problems as I am also using uvesafb).
PS: in kubuntu (also 64bit) this same version of the driver was working without any problems .
PS2: I detected that laptop-mode also doesn't detect that the computer is on batteries. When I type " cat /proc/sys/vm/laptop_mode" the answer is always "0". But kde detects correctly when the system is on batteries or not.
Let's see if someone knows where could be the problem.... as I am running out of batteries faster!!!
Thankssssss |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
<3 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 21 Oct 2004 Posts: 1085
|
Posted: Mon Jun 23, 2008 12:22 am Post subject: |
|
|
Are you running a composting windows manager like compiz or kde 4.0? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kernelOfTruth Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/gallery/Star Wars/movie_star_wars_obi-wan_kenobi.gif)
Joined: 20 Dec 2005 Posts: 6111 Location: Vienna, Austria; Germany; hello world :)
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ZeuZ_NG Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 10 Sep 2008 Posts: 453 Location: Near /dev/urandom | /dev/null
|
Posted: Fri Sep 19, 2008 2:53 pm Post subject: |
|
|
Well, I have virtually some similar situation here,
It shows that the power source is the battery (even though I do not have acpid, and running compiz-fusion over gnome 2.22.3) but it's still locked on maximum performance, I also haven't installed laptop-mode yet, because it's behaving smooth as hell without it, and I don't want another daemon to be messing in my startup
So, any ideas what can I do to solve that? perhaps both solutions are similar... I'm using 173.14.09 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kernelOfTruth Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/gallery/Star Wars/movie_star_wars_obi-wan_kenobi.gif)
Joined: 20 Dec 2005 Posts: 6111 Location: Vienna, Austria; Germany; hello world :)
|
Posted: Fri Sep 19, 2008 3:53 pm Post subject: |
|
|
kernelOfTruth wrote: | Elmo234, you got acpid installed and added to runlevel default, right ?
if you're plannung to literally underclock the gpu, forget it - it hardlocks for me ![Idea :idea:](images/smiles/icon_idea.gif) |
screw that
underclocking should work - but only for 3d-mode (underclocking in 2d still leads to hardlocks):
Code: | nvidia-settings --assign "[gpu:0]/GPUOverclockingState=1" --assign "[gpu:0]/GPU2DClockFreqs=169,100" --assign="[gpu:0]/GPU3DClockFreqs=169,150" |
that is for a Geforce 8400M GS (on an dell xps m1330) _________________ https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa
Hardcore Gentoo Linux user since 2004 ![Very Happy :D](images/smiles/icon_biggrin.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|