bobslaede@feddit.dktoLinux@lemmy.ml•My laptop doesn't go to sleep, how can I diagnose this?
23·
1 month agoSome laptops have a BIOS setting for sleep mode. Windows or Linux. I have had a Lenovo with this setting.
Some laptops have a BIOS setting for sleep mode. Windows or Linux. I have had a Lenovo with this setting.
If you pasted something long, you could possible switch to a terminal (ctrl+alt+f2 or something), and kill the process.
Or you could grab another machine, and ssh into yours to kill the process.
It was in a subfolder. Probably a mistake.
GPL
https://github.com/neuromorph/openbar/blob/main/openbar%40neuromorph/LICENSE
Temp files for transcoding. No need to hit the disk.
This is how mine works, with a Nvidia GPU
services:
jellyfin:
volumes:
- jellyfin_config:/config
- jellyfin_cache:/cache
- type: tmpfs
target: /cache/transcodes
tmpfs:
size: 8G
- media:/media
image: jellyfin/jellyfin:latest
restart: unless-stopped
deploy:
resources:
reservations:
devices:
- driver: nvidia
device_ids:
- "0"
capabilities:
- gpu
Awesome!