jxai / lean-conky-config

Lean Conky config that just works
MIT License
125 stars 31 forks source link

2 GPUs showing misalignment #21

Closed yuan9jie closed 2 months ago

yuan9jie commented 11 months ago

First, thank you. I have two GPUs, and after adding the display, they were a bit misaligned. How to solve it? Thanks 1

pedrosimao commented 7 months ago

how do you show 2 GPUs. I only get one one of them....

jxai commented 2 months ago

how do you show 2 GPUs. I only get one one of them.... LCC GPU module might be running the Conky backend on your system, while only the pynvml backend supports multiple GPUs. To check if pynvml backend can discover all GPUs, run /path/to/lcc/lib/components/gpu_nvml.

jxai commented 2 months ago

Fixed by commit 652367c7 which improves support for multiple GPUs.