mathoudebine / mathoudebine/turing-smart-screen-python
Versione 3.5.0 no gpu
Nobody has claimed this yet.
- Dominant language
- Rich Text Format
- Stars
- 2.3k
- Forks
- 412
- Avg merge
- 21h 10m
- Merged PRs (30d)
- 7
Description
Smart screen model [e.g. Turing 3.5", XuanFang 3.5”]
Revision of this project [e.g. 3.5.0, main branch, specific commit]
OS with version [Linux, Ubuntu 22.04]
Python version [e.g. Python 3.10]
Hardware [e.g. AMD CPU, Amd GPU,RX7800XT]
In this version 3.5.0 the AMD 7800xt GPU is not detected on the Asus motherboard but the CPU fan works
however in version 3.4.0 it was the opposite
But I see the GPU degrees, the percentage remains at 0% and the fan speed is empty.
In the log file it tells me this
20/06/2024 18:18:36 [INFO] Loading theme Cyberdeck from res/themes/Cyberdeck/theme.yaml
20/06/2024 18:18:36 [DEBUG] HW revision: A
20/06/2024 18:18:36 [DEBUG] Auto detected COM port: /dev/ttyACM0
20/06/2024 18:18:36 [DEBUG] Using Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
20/06/2024 18:18:36 [WARNING] Tray icon is not supported on your platform
20/06/2024 18:18:36 [INFO] Display reset (COM port may change)...
20/06/2024 18:18:41 [DEBUG] Static COM port: /dev/ttyACM0
20/06/2024 18:18:42 [DEBUG] HW sub-revision: SubRevision.TURING_3_5
20/06/2024 18:18:42 [DEBUG] Drawing Image: BACKGROUND
20/06/2024 18:18:42 [DEBUG] Bitmap res/themes/Cyberdeck/background.png is now loaded in the cache
20/06/2024 18:18:42 [INFO] Detected AMD GPU(s)
20/06/2024 18:18:42 [WARNING] Your GPU FPS is not supported yet
20/06/2024 18:18:42 [WARNING] Your GPU Fan Speed is not supported yet
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the difference between versions 3.5.0 and 3.4.0 on Ubuntu 22.04 with an AMD RX 7800 XT, then trace the code path associated with the logged GPU detection, FPS, and fan-speed warnings. Done means the GPU percentage and fan speed are reported correctly on the affected hardware, with the relevant behavior covered by an appropriate test if the project provides one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, python
- Domain
- observability
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100