Displaying 20 results from an estimated 32 matches for "nvclock".
Did you mean:
pvclock
2008 Jul 12
1
tv-out on FX5700VE
Hi,
I am interested in nouveau tv-out support. I read
http://nouveau.freedesktop.org/wiki/TestersWanted and make nvclock
dump with working tv-out on nvidia drivers.
xorg.conf and nvclock output are in attachments.
I have free saturday evening every week, so feel free to instruct me,
I like to help)
Also I have some expirience in C and generic knowledge about xorg
video drivers, so you may ask me to experiment with...
2008 Jul 17
1
noveau help/testing
On Thu, 17 Jul 2008 15:49:42 +0200
Micha? Wi?niewski <brylozketrzyn at gmail.com> wrote:
> Hi
>
> I'm writing to you cause I want to help with noveau. I have GF 5200 card and I
> can dump any data you need from it's registers, of course, avalaible to dump
> with nvclock. Just write what test you want me to perform (if possible, with
> explanations; I'll set up scripts or other tools for testing, so it won't
> waste my time ;) ).
Thanks for the offer, but unfortunately I'm not the right person to answer
about nvclock, nor am I currently working...
2016 Apr 17
3
[PATCH REBASED 2/2] nouveau/bl: Do not register interface if Apple GMUX detected
...au_backlight.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/drm/nouveau/nouveau_backlight.c b/drm/nouveau/nouveau_backlight.c
index 41330e4..94ac3cb 100644
--- a/drm/nouveau/nouveau_backlight.c
+++ b/drm/nouveau/nouveau_backlight.c
@@ -30,6 +30,7 @@
* Register locations derived from NVClock by Roderick Colenbrander
*/
+#include <linux/apple-gmux.h>
#include <linux/backlight.h>
#include <linux/idr.h>
@@ -257,6 +258,12 @@ nouveau_backlight_init(struct drm_device *dev)
struct nvif_device *device = &drm->device;
struct drm_connector *connector;
+ if...
2016 May 09
2
VDPAU DEINTERLACE
...y
SHARPNESS y
LUMA_KEY -
...
> If you are, in fact, getting hw video decoding acceleration, then it
> could be that your GPU is clocked too low. You could attempt
> reclocking to a higher pstate and seeing what happens.
>
# nvclock --speeds
...
Memory clock: 399.600 MHz
GPU clock: 612.000 MHz
# nvclock --info
...
Performance level 0: gpu 567MHz/shader 1400MHz/memory 400MHz/100%
$ dmesg -t | grep pstate
...
Kernel command line: ... nouveau.pstate=1 ...
nouveau: unknown parameter 'pstate' ignored
-4.5.2-
Is there a r...
2008 Apr 29
46
[Bug 15758] New: Invisible mouse pointer on NV4E (C51)
http://bugs.freedesktop.org/show_bug.cgi?id=15758
Summary: Invisible mouse pointer on NV4E (C51)
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2016 Dec 07
1
[PATCH v3 2/2] Do not register interface if Apple GMUX detected
...eau_backlight.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drm/nouveau/nouveau_backlight.c b/drm/nouveau/nouveau_backlight.c
index a34cd35..8b1ca4a 100644
--- a/drm/nouveau/nouveau_backlight.c
+++ b/drm/nouveau/nouveau_backlight.c
@@ -30,6 +30,7 @@
* Register locations derived from NVClock by Roderick Colenbrander
*/
+#include <linux/apple-gmux.h>
#include <linux/backlight.h>
#include <linux/idr.h>
@@ -267,6 +268,11 @@ nouveau_backlight_init(struct drm_device *dev)
struct nvif_device *device = &drm->device;
struct drm_connector *connector;
+ if...
2009 Dec 13
1
GPU Temperature?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there,
I just wondered if there is an open-source way of getting information
about the temperatures provided by the internal sensors. I've read that
nvclock is providing such information but only if the binary driver is
installed and used.
When I run 'sensors-detect' is see three adapters provided through nouveau:
...
Next adapter: nouveau-0000:01:00.0-2 (i2c-0)
...
Next adapter: nouveau-0000:01:00.0-0 (i2c-1)
...
Next adapter: nouveau-0000:0...
2016 Nov 13
1
[PATCH REBASED 2/2] Do not register interface if Apple GMUX detected
...sertions(+)
diff --git a/drivers/gpu/drm/nouveau/nouveau_backlight.c b/drivers/gpu/drm/nouveau/nouveau_backlight.c
index 0e69612..3c91c24 100644
--- a/drivers/gpu/drm/nouveau/nouveau_backlight.c
+++ b/drivers/gpu/drm/nouveau/nouveau_backlight.c
@@ -30,6 +30,7 @@
* Register locations derived from NVClock by Roderick Colenbrander
*/
+#include <linux/apple-gmux.h>
#include <linux/backlight.h>
#include <linux/idr.h>
@@ -258,6 +259,11 @@ nouveau_backlight_init(struct drm_device *dev)
struct nvif_device *device = &drm->device;
struct drm_connector *connector;
+ if...
2015 Oct 10
2
[Bug 92386] New: Integrated sensor on nv43 doesn't work (wrong vbios parsing?)
...nary driver can use integrated sensor on my card,
while nouveau can't. After some digging I found problem - nouveau can't find
some calibration coefficients in vbios. May be they missed completely, or bios
slightly misparsed. I'll attach again my vbios, and patch I made after looking
at nvclock sources [1]. Patch allow sensor to work, and reported temperature
roughly correspond to what I saw with binary driver (looking at raw output I
see nouveau still hotter than nvidia, but I can ignore this for now).
Not sure if such hack (?) should go into nouveau, or I (someone) better to find
if va...
2008 Jul 11
3
[Bug 16675] New: Request for working fan speed adjustment on NV40
...medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: eric225125 at yahoo.com
QAContact: xorg-team at lists.x.org
With the nouveau driver my 6800gt's fan runs at full speed which is very loud.
I talked to the developer of nvclock and he said that nouveau doesn't
initialize certain registers that deal with voltages. Once these are set,
nvclock should be able to control the fan speed. I'm not exactly sure what
needs to be done, but thought I'd create to see if anyone had an easy solution.
--
Configure bugmail...
2009 Aug 07
9
[Bug 23198] New: nv50/NVS135M: video hangs/flickers when fullscreen
http://bugs.freedesktop.org/show_bug.cgi?id=23198
Summary: nv50/NVS135M: video hangs/flickers when fullscreen
Product: xorg
Version: 7.3
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2016 May 09
0
VDPAU DEINTERLACE
...y
> LUMA_KEY -
> ...
>
>> If you are, in fact, getting hw video decoding acceleration, then it
>> could be that your GPU is clocked too low. You could attempt
>> reclocking to a higher pstate and seeing what happens.
>>
>
> # nvclock --speeds
> ...
> Memory clock: 399.600 MHz
> GPU clock: 612.000 MHz
>
> # nvclock --info
> ...
> Performance level 0: gpu 567MHz/shader 1400MHz/memory 400MHz/100%
>
> $ dmesg -t | grep pstate
> ...
> Kernel command line: ... nouveau.pstate=1 ...
> nouveau: unknow...
2014 May 10
1
[Bug 78544] New: NV28M running at 1/8th GPU clock when using nouveau
...ps for that
thread for this machine.
In short nouveau is slow normally, unless I insert the nvidia module in one
kernel and kexec into another kernel. Then nouveau is fast until I suspend to
RAM. After resume it's slow again. And I can't fix it ;)
Long version:
I've played a bit with nvclock and found something interesting. When using the
nvidia driver in X I get:
================================
-- General info --
Card: nVidia Geforce 4 4000 GO
Architecture: NV28 A2
PCI id: 0x286
NVPLL_COEFF=00010d01
m=1 n=13 p=1
GPU clock: 175.500 MHz
Bustype: AGP
--...
2014 May 10
4
[Bug 78543] New: NV28M running at 1/8th GPU clock when using nouveau
...ps for that
thread for this machine.
In short nouveau is slow normally, unless I insert the nvidia module in one
kernel and kexec into another kernel. Then nouveau is fast until I suspend to
RAM. After resume it's slow again. And I can't fix it ;)
Long version:
I've played a bit with nvclock and found something interesting. When using the
nvidia driver in X I get:
================================
-- General info --
Card: nVidia Geforce 4 4000 GO
Architecture: NV28 A2
PCI id: 0x286
NVPLL_COEFF=00010d01
m=1 n=13 p=1
GPU clock: 175.500 MHz
Bustype: AGP
--...
2010 Jan 07
3
[Discussion] User controls for PowerManagement
With some progress in PowerManagement support (there's a patch nearly done for
reading the P-tables, written mostly by xexaxo, derived from thunderbirds
nvclock, with 0x40 adjustments from myself) in my opinion it's time to think
about the user aspect of this.
My personal idea for GPU scaling was similar to that of CPU scaling in
appearance eventually. When you look at the cpufreq-applet for Gnome, you see
the choice between every supported CPU speed,...
2009 Nov 19
2
[RFC] nouveau: Add basic i2c sensor chip support
This adds basic support for driving sensor chips off the nvidia i2c buses,
along with basic support for reading the internal GPU sensor on supported
chipsets. It's heavily cribbed off nvclock. Having scanned a large number
of bioses, I'm pretty convinced that the appropriate i2c bus is always
number 2 in the list on <g80 - I'm not sure about later cards yet.
There's still a lot of work to be done in parsing the temperature tables, so if
anyone's got any hints there,...
2016 May 05
2
VDPAU DEINTERLACE
NVIDIA G98
mesa-dri-drivers-11.2.1-2.20160501.fc22.x86_64
(incl. mesa commit 38fcf7c)
vdpauinfo | grep -i deint
DEINTERLACE_TEMPORAL y
DEINTERLACE_TEMPORAL_SPATIAL -
https://cgit.freedesktop.org/vdpau/libvdpau/tree/include/vdpau/vdpau.h#n3420
#define VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL ((VdpVideoMixerFeature)0)
/**
* \hideinitializer
* \brief A
2016 May 01
0
[PATCH v2 2/2] nouveau/bl: Do not register interface if Apple GMUX detected
...eau_backlight.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drm/nouveau/nouveau_backlight.c b/drm/nouveau/nouveau_backlight.c
index 41330e4..8429ceb 100644
--- a/drm/nouveau/nouveau_backlight.c
+++ b/drm/nouveau/nouveau_backlight.c
@@ -30,6 +30,7 @@
* Register locations derived from NVClock by Roderick Colenbrander
*/
+#include <linux/apple-gmux.h>
#include <linux/backlight.h>
#include <linux/idr.h>
@@ -257,6 +258,11 @@ nouveau_backlight_init(struct drm_device *dev)
struct nvif_device *device = &drm->device;
struct drm_connector *connector;
+ if...
2016 Nov 14
0
[PATCH REBASED 2/2] Do not register interface if Apple GMUX detected
.../drivers/gpu/drm/nouveau/nouveau_backlight.c b/drivers/gpu/drm/nouveau/nouveau_backlight.c
> index 0e69612..3c91c24 100644
> --- a/drivers/gpu/drm/nouveau/nouveau_backlight.c
> +++ b/drivers/gpu/drm/nouveau/nouveau_backlight.c
> @@ -30,6 +30,7 @@
> * Register locations derived from NVClock by Roderick Colenbrander
> */
>
> +#include <linux/apple-gmux.h>
> #include <linux/backlight.h>
> #include <linux/idr.h>
>
> @@ -258,6 +259,11 @@ nouveau_backlight_init(struct drm_device *dev)
> struct nvif_device *device = &drm->device;
&g...
2010 Jul 01
3
wine1.2rc-x changes brightnes in flash fullscreen (nvidia)
...iour in the latest wine versions 1.2rc-x.
At 1.2rc-1-3 when I installed games like Guild Wars or Runes of Magic the first start in fullscreen turned the birghtness level of my laptop to 100%.
(having a Sony VGN-NR21S with an Nvidia 8400M-GT).
I'm setting the brightness level with smartdimmer (nvclock package).
When I enter "smartdimmer -s 35" and restart the game it stays the same and doesn't go up anymore.
With wine 1.2-rc5 it noticed something else. It changes the birghtness level in flash videos when I set them to fullscreen in the browser.
I testet it with firefox and uzbl-br...