• 6 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: July 21st, 2023

help-circle



  • Thanks for the link. I tried running that, but it seems to fail loading the noveau-driver (I have the proprietary Nvidia-drivers installed, as far as I know I don’t have noveau installed). Does Godot in some way depend on using noveau, and can I install that alongside the proprietary drivers?

    This is the output from running with index 0 (as you can see, I’m using a Flatpak build, if that would make a difference?). Index 1 did not use the Nvidia-card, but rather llmvpipe or something (I’m guessing CPU-emulated card?), and that was extremely slow.

    Godot Engine v4.3.stable.flathub.77dcf97d8 - https://godotengine.org
    glx: failed to create dri3 screen
    failed to load driver: nouveau
    OpenGL API 4.6 (Core Profile) Mesa 24.1.3 (git-0c49f54c76) - Compatibility - Using Device: Intel - Mesa Intel(R) Graphics (ADL GT2)
    
    Editing project: /path/to/project
    Godot Engine v4.3.stable.flathub.77dcf97d8 - https://godotengine.org
    Vulkan 1.3.278 - Forward+ - Using Device #0: Intel - Intel(R) Graphics (ADL GT2)
    

    The second block is after loading the project where it switches to Vulkan from OpenGL.

    I’ll try the on-demand thing mention in the same post tomorrow, I’ve yet to ever try running that instead of either dGPU completely on or off.















  • I have been using this combined with Fluent Reader Lite for Android and a self-hosted FreshRSS-server to sync my feeds. Just recently found a workflow that works well for me: I will browse my feeds on my phone once in a while (very productive bathroom breaks…), showing only unread stories. I star any story I want to read later, mark the rest as read. With Fluent Reader on Linux set to only show starred, and I can then pick and choose whatever story I want to read from there on a bigger screen. Whenever I go some days without checking, I will just mark all spammy news outlets as read without checking the 400 unread stories.



  • Ok, thanks - so if I understand correctly then, it is listening on port 22 as a default, and not accepting traffic on any port.

    That brings of the question: wouldn’t I be better off changing the SSH-port? And is that so easy as to uncomment the #Port 22 line in the config file and changing the port number to something random, and saving that somewhere? Would I then be able to connect by running ssh myuser@mydomain.com:, or would I need to do anything else to successfully connect?