flex-launcher icon indicating copy to clipboard operation
flex-launcher copied to clipboard

Occasional issues "waking" the screen with a controller

Open Rainbowlemon opened this issue 1 year ago • 2 comments

I'm running Flex Launcher on a media centre PC, set to autostart on boot of my linux distro (Zorin 17). Occasionally after quitting an application to go back to the Flex Launcher, I will be presented with a black screen. This seems to occur after running on an application for a few days before quitting to return to flex launcher. Connecting my Xbox controller and pressing all the buttons doesn't do anything; the only way I can fix it is by using my VNC viewer to log into the machine from my windows PC, and press any button on the keyboard to "wake up" the screen. Once I do that, I can use my controller.

My power settings have been set to never turn off the screen or auto suspend. The screensaver for flex works fine (in my settings, goes to 70% intensity).

Here are the settings I'm using:

[General]
DefaultMenu=Main
VSync=true
#FPSLimit=
OnLaunch=Blank
ResetOnBack=false
MouseSelect=false
InhibitOSScreensaver=true
#StartupCmd=
#QuitCmd=

[Background]
Mode=Color
Color=#101214
#Image=
#SlideshowDirectory=
#SlideshowImageDuration=30
#SlideshowTransitionTime=3
#ChromaKeyColor=#010101
Overlay=false
OverlayColor=#000000
OverlayOpacity=50%

[Layout]
MaxButtons=4
IconSize=256
IconSpacing=5%
VCenter=50%

[Titles]
Enabled=true
Font=/home/aidan/.config/flex-launcher/assets/fonts/OpenSans-Regular.ttf
FontSize=36
Color=#DDDDDD
Opacity=100%
Shadows=false
ShadowColor=#000000
OversizeMode=Shrink
Padding=20

[Highlight]
Enabled=true
FillColor=#FFFFFF
FillOpacity=7%
OutlineSize=0
OutlineColor=#0000FF
OutlineOpacity=100%
CornerRadius=30
VPadding=30
HPadding=30

[Scroll Indicators]
Enabled=true
FillColor=#EEEEEE
OutlineSize=0
OutlineColor=#555555
Opacity=100%

[Clock]
Enabled=true
ShowDate=true
Alignment=Left
Font=/home/aidan/.config/flex-launcher/assets/fonts/SourceSansPro-Regular.ttf
FontSize=40
FontColor=#999999
Shadows=false
ShadowColor=#555555
Margin=5%
Opacity=100%
TimeFormat=Auto
DateFormat=Auto
IncludeWeekday=true

[Screensaver]
Enabled=True
IdleTime=300
Intensity=70%
PauseSlideshow=true

[Hotkeys]
# Esc to quit
Hotkey1=#1B;:quit

[Gamepad]
Enabled=true
DeviceIndex=-1
#ControllerMappingsFile=
LStickX-=:left
LStickX+=:right
#LStickY-=
#LStickY+=
#RStickX-=
#RStickX+=
#RStickY-=
#RStickY+=
#LTrigger=
#RTrigger=
ButtonA=:select
ButtonB=:back
#ButtonX=
#ButtonY=
#ButtonBack=
#ButtonGuide=
#ButtonStart=
#ButtonLeftStick=
#ButtonRightStick=
#ButtonLeftShoulder=
#ButtonRightShoulder=
#ButtonDPadUp=
#ButtonDPadDown=
ButtonDPadLeft=:left
ButtonDPadRight=:right

# Menu configurations
[Main]
Entry1=Jellyfin;/home/aidan/storage/flex-launcher/jellyfin.png;/home/aidan/.local/share/flatpak/exports/share/applications/com.github.iwalton3.jellyfin-media-player.desktop
Entry2=Retroarch;/home/aidan/storage/flex-launcher/retroarch.png;/var/lib/flatpak/exports/share/applications/org.libretro.RetroArch.desktop
Entry3=SteamLink;/home/aidan/storage/flex-launcher/steamlink.png;/var/lib/flatpak/exports/share/applications/com.valvesoftware.SteamLink.desktop
Entry4=System;/home/aidan/.config/flex-launcher/assets/icons/system.png;:submenu System

[System]
Entry1=Shutdown;/home/aidan/.config/flex-launcher/assets/icons/system.png;:shutdown
Entry2=Restart;/home/aidan/.config/flex-launcher/assets/icons/restart.png;:restart

Rainbowlemon avatar Feb 19 '24 18:02 Rainbowlemon

Thanks for the report. Did you build from source from master, or are you using a stable release?

complexlogic avatar Feb 22 '24 04:02 complexlogic

It's the stable 2.1 deb release. I'm figuring it might have something to do with power settings but as far as I can tell, everything is set to always stay on 🤔

Rainbowlemon avatar Feb 22 '24 10:02 Rainbowlemon