aanno

Results 25 comments of aanno

Well, you suggestion (see below) works and also fixes your `nvidia-auto-installer-for-fedora-linux`. However, plasma on X11 still not works with kernel 5.15.12 (but plasma on wayland is usable). So, this is...

Reported the problem at https://bugzilla.rpmfusion.org/show_bug.cgi?id=6193 Thank you for suggestion!

BTW, isn't `nvautoinstall` to solve issues like the one I encountered automatically?

I reported the x11 problem at https://forums.developer.nvidia.com/t/x11-has-stopped-working-on-fedora-35/200682 (like suggested from rpmfusion).

Button line: * On `01:00.0 VGA compatible controller: NVIDIA Corporation TU106 [GeForce RTX 2060 Rev. A] (rev a1)` the rpmfusion package `xorg-x11-drv-nvidia` version `3:495.46-1.fc35` does _not_ work any more *...

Because of the problem mentioned above, `nvautoinstall driver` will trash nvidia x11 support (as `NVIDIA-Linux-x86_64-470.94.run` is installed and will get overwritten). ```bash $ sudo nvautoinstall driver [ # ] NVIDIA...

I edited `/usr/lib/systemd/user/keybase.gui.service` like proposed on my f35 machine and the change circumvents the problem. Thanks!

I guess I could answer the question: _You have to stick to the version given in `requirement.txt`_ An easy try to reset the versions is: ```bash pip install --force-reinstall autokeras==1.0.17rc1...

It's a little off-topic but I have just found out the phantomjs is blocked by SUIDguard, i.e. if I remove SUIDguard as described above, I could use phantomjs again. Is...

I had this as well and tried what @akamatsu said - but his suggestion is not working for me. From the example and [this](https://stackoverflow.com/questions/30857908/face-detection-using-cascade-classifier-in-opencv-python) stackoverflow I would conclude that there...