* [Bug 80507] New: Cannot set pwm1 above 80 on GeForce 9600 GT, 10de:0622
@ 2014-06-25 1:13 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-80507-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
0 siblings, 1 reply; 6+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-06-25 1:13 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 1463 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=80507
Priority: medium
Bug ID: 80507
Assignee: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Summary: Cannot set pwm1 above 80 on GeForce 9600 GT, 10de:0622
QA Contact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: awilliam-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
Hardware: Other
Status: NEW
Version: unspecified
Component: Driver/nouveau
Product: xorg
It seems like the /sys/class/drm/card0/device/hwmon/hwmon0/pwm1 value for my
GeForce 9600 GT (10de:0622) will never go above 80.
If I do echo 1 > pwm1_enable (to set it to manual control), then try echoing
values to pwm1, it basically acts as if any value above 80 is identical to 80.
[root@adam hwmon0]# pwd
/sys/class/drm/card0/device/hwmon/hwmon0
[root@adam hwmon0]# echo 79 > pwm1
[root@adam hwmon0]# cat pwm1
79
[root@adam hwmon0]# echo 81 > pwm1
[root@adam hwmon0]# cat pwm1
80
[root@adam hwmon0]# echo 100 > pwm1
[root@adam hwmon0]# cat pwm1
80
[root@adam hwmon0]# echo 100000 > pwm1
[root@adam hwmon0]# cat pwm1
80
[root@adam hwmon0]# echo 30 > pwm1
[root@adam hwmon0]# cat pwm1
30
[root@adam hwmon0]# echo 100000 > pwm1
[root@adam hwmon0]# cat pwm1
80
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 80507] Cannot set pwm1 above 80 on GeForce 9600 GT, 10de:0622
[not found] ` <bug-80507-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2014-06-25 1:13 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-06-25 1:18 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-06-25 1:13 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 319 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=80507
--- Comment #1 from Adam Williamson <awilliam-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> ---
Sorry, this is with:
[root@adam hwmon0]# uname -r
3.16.0-0.rc2.git0.1.fc21.x86_64
Fedora Rawhide.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1080 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 80507] Cannot set pwm1 above 80 on GeForce 9600 GT, 10de:0622
[not found] ` <bug-80507-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2014-06-25 1:13 ` [Bug 80507] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-06-25 1:18 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-06-25 7:24 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-06-25 1:18 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 396 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=80507
--- Comment #2 from Adam Williamson <awilliam-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> ---
nouveau.debug="PHERM=debug" logs the values as they change, but doesn't give
any other useful information, it doesn't provide any handy smoking gun hints as
to what's going on.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1163 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 80507] Cannot set pwm1 above 80 on GeForce 9600 GT, 10de:0622
[not found] ` <bug-80507-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2014-06-25 1:13 ` [Bug 80507] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-06-25 1:18 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-06-25 7:24 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-06-25 15:14 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-06-25 16:35 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-06-25 7:24 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 637 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=80507
--- Comment #3 from Martin Peres <martin.peres-Iz16wY1oaNPLSKGbIzaifA@public.gmane.org> ---
(In reply to comment #2)
> nouveau.debug="PHERM=debug" logs the values as they change, but doesn't give
> any other useful information, it doesn't provide any handy smoking gun hints
> as to what's going on.
cat pwm1_max
I guess your vbios states the maximum fan speed is 80%, hence why Nouveau isn't
allowing you to set anything higher.
Please tell us if pwm1_max is set to 80 so as we close this as not a bug :)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1491 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 80507] Cannot set pwm1 above 80 on GeForce 9600 GT, 10de:0622
[not found] ` <bug-80507-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (2 preceding siblings ...)
2014-06-25 7:24 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-06-25 15:14 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-06-25 16:35 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-06-25 15:14 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 944 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=80507
Adam Williamson <awilliam-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |NOTABUG
--- Comment #4 from Adam Williamson <awilliam-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> ---
Ben initially thought it was a bug as he thought he had a vbios from the same
card indicating it should go higher, but apparently he may have been looking at
the wrong one. pwm1_max is 80, yeah. apparently ideally I should send the vbios
to verify, but Fedora's kernel config doesn't seem to provide the necessary
bits...I only filed this as Ben thought it was a bug, so let's just close it
for now.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2374 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 80507] Cannot set pwm1 above 80 on GeForce 9600 GT, 10de:0622
[not found] ` <bug-80507-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (3 preceding siblings ...)
2014-06-25 15:14 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-06-25 16:35 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-06-25 16:35 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 904 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=80507
--- Comment #5 from Martin Peres <martin.peres-Iz16wY1oaNPLSKGbIzaifA@public.gmane.org> ---
(In reply to comment #4)
> Ben initially thought it was a bug as he thought he had a vbios from the
> same card indicating it should go higher, but apparently he may have been
> looking at the wrong one. pwm1_max is 80, yeah. apparently ideally I should
> send the vbios to verify, but Fedora's kernel config doesn't seem to provide
> the necessary bits...I only filed this as Ben thought it was a bug, so let's
> just close it for now.
This is not the first vbios I see with pwm_max set to 80, hence why I thought
straight away about this.
You can force the pwm1_max to 100 if you really want to make it go to 100%, but
I wouldn't do that.
Anyway, thanks for the quick response!
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1805 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-06-25 16:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-25 1:13 [Bug 80507] New: Cannot set pwm1 above 80 on GeForce 9600 GT, 10de:0622 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-80507-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2014-06-25 1:13 ` [Bug 80507] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-06-25 1:18 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-06-25 7:24 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-06-25 15:14 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-06-25 16:35 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.