View previous topic :: View next topic |
Author |
Message |
SylaSebas n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Aug 2013 Posts: 48
|
Posted: Wed Jan 29, 2014 10:50 am Post subject: Nouveau --> Nvidia: temperature sensors not working anymo |
|
|
Hello all
I observed something quite strange (in my opinion) and I was wondering if anybody else has seen that before. I have a Zotac Z-BOX with Intel Atom ION and integrated nVidia graphic chip. I use this machine with XBMC. So at one point I figured that the proprietary nVidia driver would probably be better for watching HD movies hence I switched. Now, before the switch, XBMC showed me the temperature of CPU and GPU without me ever configuring anything. Now, with the change to nvidia driver, there's just a question mark where the temperatures were shown. Maybe worth mentioning: I only removed framebuffer support from the kernel (before I was using nouveau + KMS) ...
So, I'm a little confused on how that even can interfere with the temperature sensors or software ...
If anyone has an idea, I'd gladly try it!
Cheers |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jaglover Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/179708169458f2999e44e26.gif)
Joined: 29 May 2005 Posts: 8291 Location: Saint Amant, Acadiana
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SylaSebas n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Aug 2013 Posts: 48
|
Posted: Wed Jan 29, 2014 8:30 pm Post subject: |
|
|
yes ... however, I didn't use it yet ... is there something I need to check with that one? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jaglover Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/179708169458f2999e44e26.gif)
Joined: 29 May 2005 Posts: 8291 Location: Saint Amant, Acadiana
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SylaSebas n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Aug 2013 Posts: 48
|
Posted: Wed Jan 29, 2014 9:09 pm Post subject: |
|
|
ok, thx for the tip i'll try that! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SylaSebas n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Aug 2013 Posts: 48
|
Posted: Fri Jan 31, 2014 1:45 pm Post subject: [SOLVED] Nouveau --> Nvidia: temperature sensors not work |
|
|
hi guys
just a quick heads up: Although I still don't know how the nouveau driver gets the temperature information, I solved the problem by adding the coretemp module to the kernel, installing lm_sensors package and adding some settings to the advancedsettings.xml of xbmc:
Code: |
<advancedsettings>
<cputempcommand>sensors|sed -ne "s/Core 1: \+[-+]\([0-9]\+\).*/\1 C/p"</cputempcommand>
<gputempcommand>echo "$(nvidia-smi -q -d TEMPERATURE | grep Gpu | cut -c38-41) C"</gputempcommand>
</advancedsettings>
|
cheers |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
darklegion Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 14 Nov 2004 Posts: 468
|
Posted: Wed Feb 05, 2014 12:19 am Post subject: |
|
|
Although it doesn't really matter now since you got it working, I believe the nouveau driver does support VDPAU these days, including for Nv50 cards (such as the ION series). It might not support the advanced settings such as high quality deinterlacing/scaling, however. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SylaSebas n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Aug 2013 Posts: 48
|
Posted: Thu Feb 06, 2014 1:20 pm Post subject: |
|
|
Thanks anyway, good to know how it worked before!
Cheers |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|