turing-smart-screen-python icon indicating copy to clipboard operation
turing-smart-screen-python copied to clipboard

Wrong CPU and GPU model, wrong time in wallclock time, etc.

Open fbreve opened this issue 2 years ago • 2 comments

I'm using the TaskManager5inch theme and I found some issues:

  • The CPU model is wrong: it is showing "Core I9 I10900K" but my processor is a Core i9 14900K.
  • The GPU model is wrong: it is showing "RTX3080TI" but my GPUs are a RTX 4060 Ti and a RTX 2060 SUPER.
  • When the computer enters the sleep state, the screen stays on and the wallclock time doesn't update anymore. After the system is resumed the clock goes on from where it stops, therefore it's behind the actual time.
  • The date in Portuguese show as "23 de mar. de 2024". This is correct, but it is a long string, which truncates with the "Clock" text.

Environment:

  • Smart screen model: UsbPCMonitor 5"
  • Revision of this project: 3.4.0
  • OS with version: Windows 11
  • Python version: 3.11
  • Hardware: Core i9 14900K processor, Nvidia GPUs RTX 4060 Ti and RTX 2060 SUPER

fbreve avatar Mar 23 '24 21:03 fbreve

CPU model and GPU model are fixed variables that you can change inside the theme.yaml file in turing-smart-screen-python/res/themes/TaskManager5inch on line 19 and 27.

DJRoby19 avatar Mar 25 '24 17:03 DJRoby19

Thanks, I edited the theme to match those texts with my hardware.

I found more issues: the wall clock seems to stay behind even if the computer is on. The stats also doesn't match what is going on, maybe they are delayed too.

I'm trying Landscape15grid now to see if the issue is only related to the TaskManager theme.

fbreve avatar Mar 26 '24 18:03 fbreve

Nice to know you managed to fix your issue! I'm closing this ticket, but feel free to open a new issue in case you have more problems with the program

mathoudebine avatar Apr 26 '24 12:04 mathoudebine