Mario Roy

Results 59 comments of Mario Roy

I added a script today to install this chromium-ubuntu-build and it works great with NVIDIA graphics including hardware video acceleration. The GitHub [repository](https://github.com/marioroy/nvidia-acceleration-on-ubuntu) builds both VA-API drivers for NVIDIA graphics.

Thank you, @JCallicoat. Passing with NVIDIA driver 525.89.02. But, not 530.30.02 resulting in 999 initialization error. So, I reverted back to 525.89.02. I also copied the vainfo binary to the...

I tried memorizing `suggest_question`. This was done manually, as the [lru_cache](https://docs.python.org/dev/library/functools.html#functools.lru_cache) decorator does not stringify the arguments; e.g. `TypeError: unhashable type: 'list'`. ```python SUGGEST_CACHE = dict() def suggest_question(scenarios, n): #...

> One possible workaround in the meantime is to use lists instead. I took @pauljurczak's example and made a class. How can Codon return the sum of the `self.grad` list?...

Next, I tried making a `demo.codon` demonstration. ```python from python import numpy as np from math import atan2, sqrt from time import time @tuple class Foo: w: int h: int...

Finally, I tried the Numba demonstration by @pauljurczak with cache=True. ```python import numba as nb import numpy as np from math import atan2, sqrt from time import time @nb.njit(fastmath=True, locals=dict(w=nb.uint32),...

I do not have an Optimus system to test. Perhaps the following may resolve the issue. Basically, set NVIDIA as the primary GPU and have the Intel GPU use the...

I misunderstood your intention on wanting both OpenGL and HW decoding acceleration to occur on the NVIDIA GPU. Thank you for clarifying. ![image](https://user-images.githubusercontent.com/7031085/208279832-a1a2bc03-b694-4858-bcd4-d671c31e0b1f.png)

Desktop machine RTX 3070: I can confirm Mpv segfault with master `7113c20` on `v520.61.05`. All is well on `v520` Nvidia driver and the `v0.0.8` nvidia-vaapi-driver release.

Desktop machine RTX 3070: Mpv playblak using Nvidia driver `v525.60.13` and `NVD_BACKEND=direct` works with commit [bb7f6fc](https://github.com/elFarto/nvidia-vaapi-driver/commit/bb7f6fcb66e595647bc3c1bc5a4592479c5d2e0b). This is the commit prior to the "Support YUV444 on direct-backend".