| Summary: | System monitor shows scramled display and causes system freeze | ||
|---|---|---|---|
| Product: | [Applications] plasma-systemmonitor | Reporter: | Christoph Thielecke <crissi99> | 
| Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> | 
| Status: | RESOLVED DUPLICATE | ||
| Severity: | grave | CC: | ahiemstra, anhollander516, nate, plasma-bugs-null | 
| Priority: | NOR | ||
| Version First Reported In: | 6.3.3 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| 
        
          Description
        
        
          Christoph Thielecke
        
        
        
        
          2025-03-14 12:53:51 UTC
        
       I suspect a GPU issue here. (In reply to Nate Graham from comment #1) > I suspect a GPU issue here. I agree. This is probably an issue with the Nouveau driver. You could try with an X11 session, or disable compositing, or try using software rendering. You're kind of screwed here because your CPU doesn't have any integrated graphics, making that the only GPU in the system. Indeed, System Monitor itself should not be capable of freezing the system, but it most likely causes a GPU crash due to limitations in your GPU driver. You can try running with `LIBGL_ALWAYS_SOFTWARE=1` environment variable set, if that works, it indicates a problem with your GPU driver. (In reply to Arjen Hiemstra from comment #3) > Indeed, System Monitor itself should not be capable of freezing the system, > but it most likely causes a GPU crash due to limitations in your GPU driver. > You can try running with `LIBGL_ALWAYS_SOFTWARE=1` environment variable set, > if that works, it indicates a problem with your GPU driver. If I set the environment variable `LIBGL_ALWAYS_SOFTWARE=1` it runs fine (no scrambled display, no crash). In that case it's a driver bug and I would recommend looking at upstream bugreports. We also already have a bug about Nouveau, so I'm marking this as a duplicate of that. *** This bug has been marked as a duplicate of bug 471979 *** |