-
Notifications
You must be signed in to change notification settings - Fork 7
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
I have a black screen, because I slid the color gamma sliders all the way down to -50 #11
Comments
vibrantDeck uses "Local Storage" of the Steam Deck's webview. I think running |
Thank you. I'm looking into SSH as I've never used it before. Is there a solution I can perform from the desktop? |
I think there might be an even easier way using the Steam Deck's developer mode.
|
Thank you. I'll be trying this tomorrow. I'll be busy today and I gotta sleep for now. |
For the last few steps (when you clicked Inspect for the "SP" entry), you can also run these three commands in the "Console" tab instead of deleting it manually from local storage and restarting: DeckyPluginLoader.unloadPlugin("vibrantDeck");
localStorage.removeItem("vibrantDeck");
DeckyPluginLoader.importPlugin("vibrantDeck"); |
I too have mucked up my gamma settings and have a black screen, if I put the device to sleep and back I get a screen again but going back to the plug-in breaks it again, uninstalling and reinstalling does not work. I tried those commands and get the error : xprop: unable to open display :0 and the second method for some reason the SP entry is not visible, though I am using edge, will try on chrome |
It seems like uninstalling the plugin does not delete its settings, since reinstalling seems to immediately re apply the gamma stuff |
Valve changed the name of the main tab from |
I updated my comment above with updated instructions |
Looks like it was renamed yet again! It is called |
Had this same issue. Thanks @Scrumplex for the help! |
I can't use vibrantDeck until I find where the config file is and edit or delete it. I didn't mean for it to be set at -50 for all colors. The menu selection went off from the slider and I tried going back but got lost in the pure black screen.
The text was updated successfully, but these errors were encountered: