Displaying 20 results from an estimated 23 matches for "devtalk".
Did you mean:
dental
2019 Jul 08
2
[PATCH v2] PCI: Expose hidden NVIDIA HDA controllers
...the data from 74 previously tested products, however
Ilia Mirkin comments that he's seen cases where it is not true. Anyway, it
looks like this quirk should fix audio support for the majority of
affected users.
This commit takes inspiration from an earlier patch by Daniel Drake.
Link: https://devtalk.nvidia.com/default/topic/1024022
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75985
Cc: Aaron Plattner <aplattner at nvidia.com>
Cc: Peter Wu <peter at lekensteyn.nl>
Cc: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: Karol Herbst <kherbst at redhat.com>
Cc: Maik Freude...
2019 Mar 02
2
nvidia on 7.6
...also need to install the
corresponding nvidia-x11-drv-340xx-libs-340.107-2.el7_6.elrepo.i686.rpm
package.
Thinking about it, I'm not sure these packages are going to work as the
340 series NVIDIA driver predates the conversion to GLVND (support was
added in version 361), see here:
https://devtalk.nvidia.com/default/topic/915640/multiple-glx-client-libraries-in-the-nvidia-linux-driver-installer-package/
but I have no way to test them so I'll leave that to you.
Phil
2019 Jun 13
5
[PATCH] PCI: Expose hidden NVIDIA HDA controllers
...the data from 74 previously tested products, however
Ilia Mirkin comments that he's seen cases where it is not true. Anyway, it
looks like this quirk should fix audio support for the majority of
affected users.
This commit takes inspiration from an earlier patch by Daniel Drake.
Link: https://devtalk.nvidia.com/default/topic/1024022
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75985
Cc: Aaron Plattner <aplattner at nvidia.com>
Cc: Peter Wu <peter at lekensteyn.nl>
Cc: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: Karol Herbst <kherbst at redhat.com>
Cc: Maik Freude...
2016 Oct 14
2
LLVM/CLANG: CUDA compilation fail for inline assembly code
...or sending this query again here, but maybe I sent it to wrong
list yesterday.
I am trying to compile LonestarGPU-rev2.0
<http://iss.ices.utexas.edu/?p=projects/galois/lonestargpu/download>
benchmark suite with LLVM/CLANG.
This suite has a following piece of code (more info here
<https://devtalk.nvidia.com/default/topic/481465/cuda-programming-and-performance/any-way-to-know-on-which-sm-a-thread-is-running-/2/?offset=21#4996171>
):
- static __device__ uint get_smid(void) {
- uint ret;
- asm("mov.u32 %0, %smid;" : "=r"(ret) );
- return ret;
- }
The original make file...
2019 Jul 10
0
[PATCH v2] PCI: Expose hidden NVIDIA HDA controllers
...products, however
> Ilia Mirkin comments that he's seen cases where it is not true. Anyway, it
> looks like this quirk should fix audio support for the majority of
> affected users.
>
> This commit takes inspiration from an earlier patch by Daniel Drake.
>
> Link: https://devtalk.nvidia.com/default/topic/1024022
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75985
> Cc: Aaron Plattner <aplattner at nvidia.com>
> Cc: Peter Wu <peter at lekensteyn.nl>
> Cc: Ilia Mirkin <imirkin at alum.mit.edu>
> Cc: Karol Herbst <kherbst at redha...
2018 Jan 04
2
Nvidia maximum pixel clock issue in kmod-nvidia-384.98
...y that you could test to see whether the issue
> has been fixed in this latest release (only available for el7 currently).
Surprisingly, I couldn't reproduce the issue anymore. Therefore at
first sight it seems to be fixed in the 387.34 driver.
I posted a question at nvidia anyway:
https://devtalk.nvidia.com/default/topic/1028268/linux/nvidia-maximum-pixel-clock-issue-in-kmod-nvidia-384-98/
(although I'm not sure it is the right place, still having some issues
finding my way at nvidia.com, other suggestions or directions are
welcome of course)
Will short-lived drivers ever make it into...
2019 Jun 13
0
[PATCH] PCI: Expose hidden NVIDIA HDA controllers
...products, however
> Ilia Mirkin comments that he's seen cases where it is not true. Anyway, it
> looks like this quirk should fix audio support for the majority of
> affected users.
>
> This commit takes inspiration from an earlier patch by Daniel Drake.
>
> Link: https://devtalk.nvidia.com/default/topic/1024022
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75985
> Cc: Aaron Plattner <aplattner at nvidia.com>
> Cc: Peter Wu <peter at lekensteyn.nl>
> Cc: Ilia Mirkin <imirkin at alum.mit.edu>
> Cc: Karol Herbst <kherbst at redha...
2019 Jun 13
0
[PATCH] PCI: Expose hidden NVIDIA HDA controllers
...is an option at this super-early stage in
the kernel, but if it were, you could have logic which checked whether
the DISPLAY unit is fused off or not. Probably not worth the
complication though.
>
> This commit takes inspiration from an earlier patch by Daniel Drake.
>
> Link: https://devtalk.nvidia.com/default/topic/1024022
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75985
> Cc: Aaron Plattner <aplattner at nvidia.com>
> Cc: Peter Wu <peter at lekensteyn.nl>
> Cc: Ilia Mirkin <imirkin at alum.mit.edu>
> Cc: Karol Herbst <kherbst at redha...
2016 May 31
4
CenOS 6.8 and libGL failures
Ever since I upgraded to CentOS 6.8, some software has stopped working alogether. This is related to OpenGL/mesa and can be demonstrated with glxgears:
$ glxgears
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor
2015 Aug 31
1
libvdpau 1.1.1
...-5200 for more details.
This release uses the secure_getenv() function, when available,
to fix these problems. On platforms where secure_getenv() is not
available, the VDPAU environment variables will not be honored by
the library.
If you use the NVIDIA .run installer packages, please see
https://devtalk.nvidia.com/default/topic/873035 for additional
information.
This release also adds tracing of HEVC picture structures to
libvdpau_trace.
Aaron Plattner (2):
Remove pdflatex dependency
Bump version to 1.1.1
Bibhuti Prusty (1):
Add tracing for HEVC picture info
Emil Velikov (3)...
2016 May 31
0
CenOS 6.8 and libGL failures
...as kmod-nvidia related, this[2] post helped me figure out the mapping to the other links.
for now I have had to stick our nvidia machines at 352.79 until either we get our app working with the GLVND API, or elrepo packages a non-GLVND config[1].
[0] https://github.com/NVIDIA/libglvnd
[1] https://devtalk.nvidia.com/default/topic/915640/unix-graphics-announcements-and-news/multiple-glx-client-libraries-in-the-nvidia-linux-driver-installer-package/
[2] https://www.centos.org/forums/viewtopic.php?f=14&t=57047
Even when this disclaimer is not here:
I am not a contracting officer. I do not have au...
2019 Mar 06
0
nvidia on 7.6
...onding
> nvidia-x11-drv-340xx-libs-340.107-2.el7_6.elrepo.i686.rpm package.
>
> Thinking about it, I'm not sure these packages are going to work as
> the 340 series NVIDIA driver predates the conversion to GLVND (support
> was added in version 361), see here:
>
> https://devtalk.nvidia.com/default/topic/915640/multiple-glx-client-libraries-in-the-nvidia-linux-driver-installer-package/
>
>
> but I have no way to test them so I'll leave that to you.
>
> Phil
>
> _______________________________________________
> CentOS mailing list
> CentOS at...
2014 Jan 16
0
[Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
...x, but I won't be able to drive
anything myself here due to the lack of a paid license... :-(
Oh, and one more thing by the way:
Interestingly, I can also confirm that for me, the proprietary NVidia "blob"
Unix driver version 331.38 (which has just been released this week):
https://devtalk.nvidia.com/default/topic/672875
indeed has also fixed the long-standing hang issue with their drivers for my
Quadro NVS 130M on both Linux and Solaris. Even better news is that the fix
will also be integrated into the next R331 release for Windows (it is not yet
in Windows versions 331.93 or 332.2...
2014 Jun 29
1
Jetson TK1 support -- OpenGL?
>> I read that nouveau supports the Jetson TK1 board:
>>
>> http://www.newegg.com/Product/Product.aspx?Item=N82E16813190005
>>
>> Does it provide OpenGL support?
>
> It does:
>
> https://www.youtube.com/watch?v=7ZSGSVGsSwc
>
> This is still a work-in-progress, but glmark2 and Weston are already
> running. Note that as the support is rather new
2018 Jan 04
0
Nvidia maximum pixel clock issue in kmod-nvidia-384.98
...e for el7 currently).
>
> Surprisingly, I couldn't reproduce the issue anymore. Therefore at
> first sight it seems to be fixed in the 387.34 driver.
>
Excellent. Hopefully sounds like the issue may already have been fixed.
> I posted a question at nvidia anyway:
> https://devtalk.nvidia.com/default/topic/1028268/linux/nvidia-maximum-pixel-clock-issue-in-kmod-nvidia-384-98/
> (although I'm not sure it is the right place, still having some issues
> finding my way at nvidia.com, other suggestions or directions are
> welcome of course)
>
Yes, I would have post...
2019 Jul 31
3
[PATCH] Revert "PCI: Enable NVIDIA HDA controllers"
...quirks.c
+++ b/drivers/pci/quirks.c
@@ -5011,36 +5011,6 @@ DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_VENDOR_ID_NVIDIA, PCI_ANY_ID,
PCI_CLASS_SERIAL_UNKNOWN, 8,
quirk_gpu_usb_typec_ucsi);
-/*
- * Enable the NVIDIA GPU integrated HDA controller if the BIOS left it
- * disabled. https://devtalk.nvidia.com/default/topic/1024022
- */
-static void quirk_nvidia_hda(struct pci_dev *gpu)
-{
- u8 hdr_type;
- u32 val;
-
- /* There was no integrated HDA controller before MCP89 */
- if (gpu->device < PCI_DEVICE_ID_NVIDIA_GEFORCE_320M)
- return;
-
- /* Bit 25 at offset 0x488 enables the HDA c...
2016 May 31
1
CenOS 6.8 and libGL failures
...st helped me figure out the
> mapping to the other links. for now I have had to stick our nvidia
> machines at 352.79 until either we get our app working with the
> GLVND API, or elrepo packages a non-GLVND config[1].
>
>
> [0] https://github.com/NVIDIA/libglvnd [1]
> https://devtalk.nvidia.com/default/topic/915640/unix-graphics-announcements-and-news/multiple-glx-client-libraries-in-the-nvidia-linux-driver-installer-package/
>
> [2] https://www.centos.org/forums/viewtopic.php?f=14&t=57047
>
> Even when this disclaimer is not here: I am not a contracting
>...
2019 Mar 06
2
nvidia on 7.6
...drv-340xx-libs-340.107-2.el7_6.elrepo.i686.rpm package.
> >
> >Thinking about it, I'm not sure these packages are going to work
> >as the 340 series NVIDIA driver predates the conversion to GLVND
> >(support was added in version 361), see here:
> >
> >https://devtalk.nvidia.com/default/topic/915640/multiple-glx-client-libraries-in-the-nvidia-linux-driver-installer-package/
> >
> >
> >but I have no way to test them so I'll leave that to you.
> >
> >Phil
> >
> >_______________________________________________
> >...
2018 Jan 03
3
Nvidia maximum pixel clock issue in kmod-nvidia-384.98
On Wed Jan 03 07:43:04 PM, Phil Perry wrote:
> > On CentOS 7 I'm running into an issue with the latest nvidia driver
> > from elrepo: kmod-nvidia-384.98-1.el7_4.elrepo.x86_64
> > This driver version seem to introduce issue in detecting video modes
> > when a monitor is connected using DVI. As soon as the machine attempts
> > to start X, nothing happens and the
2018 Jan 05
5
[Bug 104509] New: Unable to set "Content Type" bit for HDMI and DisplayPort
https://bugs.freedesktop.org/show_bug.cgi?id=104509
Bug ID: 104509
Summary: Unable to set "Content Type" bit for HDMI and
DisplayPort
Product: xorg
Version: unspecified
Hardware: All
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: