Mario Roy

Results 59 comments of Mario Roy

@elFarto The colors look okay. However zero utilization on the video engine. The VDPAU VA driver works fine and consumes the video engine. I'm using the following script to launch...

```bash $ vainfo libva info: VA-API version 1.15.0 libva info: Trying to open /usr/lib64/dri/nvidia_drv_video.so libva info: Found init function __vaDriverInit_1_0 ``` No additional output.

This time with `NVD_LOG=1` set. ```bash $ NVD_LOG=1 vainfo libva info: VA-API version 1.15.0 libva info: Trying to open /usr/lib64/dri/nvidia_drv_video.so libva info: Found init function __vaDriverInit_1_0 5464.675819666 [10343-10343] ../src/vabackend.c:1919 __vaDriverInit_1_0...

I have `nvidia_drm modeset` enabled. In fact, Firefox works with `nvdec` and consumes the video engine. ```bash $ cat /etc/modprobe.d/enable-nvidia-modeset.conf options nvidia-drm modeset=1 ``` Below, `nvdec` is from the master...

Okay. Working... :) I committed a [fix](https://github.com/marioroy/nvidia-driver-on-clear-linux/commit/f964918ba8ab4a95e90fff77036ea329cb75b00f) to the `install-cuda` installer script. Running `bash install-cuda auto` will fetch the CUDA toolkit matching the display driver. I'm testing display driver 510...

Congrats @elFarto. Here, I'm confirming chrome-support working in Brave and accelerated for VP9 content (e.g. Not, AV1 extension enabled). I also tested AV1 by disabling the Not, AV1 extension. AV1...

There has been numerous fixes applied to the master branch since v0.0.6 was released. Please, when the time comes, can you make a release (or tag) for the current master...

This is the 2nd time I experienced the requirement for the CUDA Toolkit to match the Display Driver or the PTX may fail. The other time when testing [NUMBA for...

Ah, I saw `Program nvcc found: NO` and mistakenly thought nvcc was required and yes building without it. Thank you for making nvcc (e.g. CUDA Toolkit) optional. AV1 log: ```text...

Previously, I tested with Display Driver 510.85.02 and CUDA 11.6.2. Next, I tried Display Driver 470.141.03 and CUDA 11.4.4. The build emits errors. ```text $ sudo meson install -C build...