uba2615
uba2615
UBUniversal Blue
Created by Hammer on 1/17/2025 in #🛟bazzite-help
Undervolting 2080 Ti via NVML and Python Script
I know it's too late for you - but a similar function is now built into LACT - https://github.com/ilya-zlobintsev/LACT/issues/486
15 replies
UBUniversal Blue
Created by uba2615 on 3/16/2025 in #🛟bazzite-help
Screen resolution in games higher than the monitor resolution
Also - a portrait 24" 4K screen with no scaling is near impossible to use.
6 replies
UBUniversal Blue
Created by uba2615 on 3/16/2025 in #🛟bazzite-help
Screen resolution in games higher than the monitor resolution
They just confirmed the same, they removed the scaling on the second monitor (4k was set to 150% scaling), and their resolution in games is now showing correctly. So, I wonder if it is actually rendering at 4k on the 1440p screen, or if its just a display bug but actually rendering at the native res of the monitor. I have to assume its rendering at 4k (which they said their GPU fan was going bananas)..
6 replies
UBUniversal Blue
Created by Hammer on 1/17/2025 in #🛟bazzite-help
Undervolting 2080 Ti via NVML and Python Script
I'm a little too fresh to understand how to do this, I was of the udnerstanding it was ml-py and pynmvl that was required, are you referring to something else?
15 replies
UBUniversal Blue
Created by Hammer on 1/17/2025 in #🛟bazzite-help
Undervolting 2080 Ti via NVML and Python Script
You know I was saying to myself.. "they probably picked up an AMD". Enjoy! Hopefully the performance picks up quickly in linux for you.
15 replies
UBUniversal Blue
Created by Hammer on 1/17/2025 in #🛟bazzite-help
Undervolting 2080 Ti via NVML and Python Script
Did you have any luck? I came here following this same guide on my card and got stuck at the same point, was about to ask here - running the following script: #!/usr/bin/env python from pynvml import * nvmlInit() device = nvmlDeviceGetHandleByIndex(0) nvmlDeviceSetGpuLockedClocks(device, 210, 1695) # Set GPU clock speeds nvmlDeviceSetGpcClkVfOffset(device, 200) # Set GPC clock offset nvmlDeviceSetPowerManagementLimit(device, 315000) # Set power limit in milliwatts I get the result - ModuleNotFoundError: No module named 'pynvml'
15 replies
UBUniversal Blue
Created by uba2615 on 2/5/2025 in #🛟bazzite-help
ujust get-framegen?
That is exactly what is installed! Always excited to learn, ill tuck in and parse away.
3 replies
UBUniversal Blue
Created by uba2615 on 2/2/2025 in #🛟bazzite-help
Issues mounting SMB share via systemd mount. Contains a symlink?
Perfect solution, missed it right infront of me
9 replies
UBUniversal Blue
Created by uba2615 on 2/2/2025 in #🛟bazzite-help
Issues mounting SMB share via systemd mount. Contains a symlink?
palming my head!
9 replies
UBUniversal Blue
Created by uba2615 on 2/2/2025 in #🛟bazzite-help
Issues mounting SMB share via systemd mount. Contains a symlink?
ls -l /home/xxxx/xxxx
total 0
drwxr-xr-x. 1 xxxx xxxx 0 Feb 2 12:34 media
ls -l /home/xxxx/xxxx
total 0
drwxr-xr-x. 1 xxxx xxxx 0 Feb 2 12:34 media
9 replies
UBUniversal Blue
Created by uba2615 on 2/2/2025 in #🛟bazzite-help
Issues mounting SMB share via systemd mount. Contains a symlink?
I noticed the following -
sudo systemctl enable --now home-xxxx-xxxx-media.mount
Created symlink '/etc/systemd/system/multi-user.target.wants/home-xxxx-xxxx-media.mount' → '/etc/systemd/system/home-xxxx-xxxx-media.mount'.
sudo systemctl enable --now home-xxxx-xxxx-media.mount
Created symlink '/etc/systemd/system/multi-user.target.wants/home-xxxx-xxxx-media.mount' → '/etc/systemd/system/home-xxxx-xxxx-media.mount'.
9 replies