-
-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sniffnet crashes when screen color depth is set below 24 bit #589
Comments
Hi @TyseEX, |
Ok, so the problem is that your graphical adapter doesn't support |
I think reading this can be of help for your use case: iced-rs/iced#1898 |
I think it may be a solution, but |
No problem! |
Unfortunately, removing the driver and installing it from the repositories did not help in any way. Even the Nvidia package that lies in the repositories is defined as Nvidia-utils, and when you try to install it through pacman -U, it looks for the "Nvidia" package as a dependency, which it itself should be. |
Yeah... in the meantime I hope it's not a big problem for you to use it with depth 24. |
|
Interesting, thanks @i-amgeek |
I sold my old GPU and today I bought GTX 1060, but issue didn't gone. Setting backend to
wgpu also says GraphicsAdapterNotFound... |
Is there an existing issue for this?
What's the problem?
I installed Sniffnet on Manjaro Linux from pacman repos and when I tried to launch it, nothing happened.
Then I reinstalled package, but nothing changed. I tried to run Sniffnet in a terminal and got this:
After trying
nvidia-xconfig --depth=24
Sniffnet launched normally.Is there any way to use Sniffnet with 16-bit color depth?
How did you install the app?
downloaded one of the provided packages
Operating System
Linux
Additional context
No response
The text was updated successfully, but these errors were encountered: