Closed HellGL closed 2 years ago
Hi, i have the same issue in Ubuntu 20.04, driver 470.86 and NVidia Quadro P1000, please help us. Thank you
I posted a message in the NVidia developer forum and they are looking into it: https://forums.developer.nvidia.com/t/warping-fails-on-driver-version-460-91-blending-still-works/195922/4?u=hellgl @RobertoAlda does it work for you if you downgrade to 460.91?
Yes, with driver 460.91.03 it works!
Il 25/11/2021 18:16, HellGL ha scritto:
I posted a message in the NVidia developer forum and they are looking into it: https://forums.developer.nvidia.com/t/warping-fails-on-driver-version-460-91-blending-still-works/195922/4?u=hellgl @RobertoAlda https://github.com/RobertoAlda does it work for you if you downgrade to 460.91?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NVIDIA/nvidia-settings/issues/76#issuecomment-979369750, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN2EN3JJGSWBNDOX6UOXGBTUNZVPJANCNFSM5IKA3ZKQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
-- Media&tech S.r.l. https://htmlsig.com/t/000001F39CBS
Roberto Aldà / Software Architect @.***
Media&tech S.r.l. +39 045 8776581 Via Federico Garofoli, 317/A 37057 San Giovanni Lupatoto VR - ITALY www.mediandtech.com http://www.mediandtech.com
This e-mail message may contain confidential or legally privileged information and is intended solely for the use of the intended recipient (s). Any unauthorized disclosure, distribution, distribution, copying or adoption of any action based on the information contained herein is prohibited. E-mails are not secure and cannot be guaranteed to be error-free as they can be intercepted, modified or contain viruses. Anyone who communicates with us by e-mail is considered to have accepted these risks. Media&tech S.r.l. is not responsible for errors or omissions in this message and declines all responsibility for any damage deriving from the use of electronic mail. Any opinions and other statements contained in this message and in any attachment are exclusively those of the author and do not necessarily represent those of the company.
-- Questa email è stata esaminata alla ricerca di virus da AVG. http://www.avg.com
I can confirm that the problem is solved in the latest driver 5.15 and the issue can be closed.
Hi, I have a dome projection setup with 4 projectors connected with 4 dvi cables each to 4 identical Dell Precision workstations with Quadro P5000 cards running Ubuntu 20.04. I adapted the nv-control-warpblend code to read my own warp matrix and blend image to apply the corrections according to the camera based calibration. This worked very well until I updated the driver to 495.44 from the graphics-drivers ppa. Since then only the blending image is applied to the image but not warp matrix. To verify the behaviour I cloned nvidia-settings repository, compiled the code and tried the nv-control-warpblend executable but with no success: the blend image is applied but the image remains unwarped. Due to the hight resolution each projector is connected with 4 dvi cables to the graphics card and each projector appears as 4 screens with 1024x2400 pixel resolution. For debugging purpose only 3 screens of the projectors are connected while the 4th is output is connected to a normal monitor. Each of the screens is warped and blended separately and the warpmatrix and blend image must be split accordingly. As said, up to version 460.91.03 this works very well. Unwarped Desktop Correctly warped (driver version 460.91.03) Only blended (driver version 495.44): Is this an error of the driver or did the API changed somehow?