byeproduct
byeproduct
Explore posts from servers
UBUniversal Blue
Created by byeproduct on 12/7/2024 in #🛟bazzite-help
PC crashes in steam game and then fans go on overdrive
I'm a Linux noob, so i am looking for assistance on what details you'd need to help me, and how I can get those logs to share... Started using Bazzite since around May this year. I am now on bazzite 41. Happy to share more log details, with your guidance... The issue I experienced multiple times last night, while playing a game through steam, was that my PC would just crash - black screen. The monitor would not come back on (so it didn't seem to be restarting), but all of the fans on my motherboard would just spin on overdrive (making quite the fan sound - that my PC never makes). I'm a vanilla user and haven't overclocked any of my hardware or installed custom drivers. Should I? It happened before, but I thought it was just an anomaly and I wasn't using Linux as my daily driver. But it doesn't seem right... Could anyone guide me in how to even start to find the answers (Linux noob). Is there software I need or do I need to provide the logs ( I'd be happy to share, if you can guide me on finding them). Anything else I can provide to assist me in this? Other than this, it's been an incredible experience and things work so smoothly.
4 replies
Mmarimo
Created by byeproduct on 11/20/2024 in #help-support
Import function from local module
This may be a silly question, but can I add a module with my custom scripts/functions from my local working directory and then reference these python files in the marimo notebook? I currently get a "no module found" / "missing package" error when I add from local_folder.my_python_script import my_function What would be the best way to do this? The problem I'm trying to solve is to not have to copy the same functions into my notebooks, but have the base functions as in import into my notebook. Could I use UV to build a package out of my base modules, and then use UV to install from a local wheel file? I don't know how to do this (in UV or in general), so any tutorials or links would be helpful.
9 replies