You are not logged in.
Hello there,
I have an old laptop running Arch Linux. And I encountered issue with GPU (ATI Mobility Radeon HD 4570 (RV710)) temperature, is too high: about 50°C-60°C in idle or browsing and about 70-90°C in basic games like OpenMW. I cleared vents and changed thermal paste on cooling system, CPU temperatures is good, but GPU is too hot. I want to find a way to undervolt GPU to reduce heat.
I tried to some software for AMD GPU's like corectrl or radeon-profile, but it does not provide a way to undervolt so old GPU's
There was all files in /sys/class/drm/card0/ directory:
/sys/class/drm/card0/
├── card0-HDMI-A-1
│ ├── ddc -> ../../../i2c-2
│ ├── device -> ../../card0
│ ├── dpms
│ ├── edid
│ ├── enabled
│ ├── modes
│ ├── power
│ │ ├── autosuspend_delay_ms
│ │ ├── control
│ │ ├── runtime_active_time
│ │ ├── runtime_status
│ │ └── runtime_suspended_time
│ ├── status
│ ├── subsystem -> ../../../../../../../class/drm
│ └── uevent
├── card0-LVDS-1
│ ├── ddc -> ../../../i2c-1
│ ├── device -> ../../card0
│ ├── dpms
│ ├── edid
│ ├── enabled
│ ├── modes
│ ├── power
│ │ ├── autosuspend_delay_ms
│ │ ├── control
│ │ ├── runtime_active_time
│ │ ├── runtime_status
│ │ └── runtime_suspended_time
│ ├── radeon_bl0
│ │ ├── actual_brightness
│ │ ├── bl_power
│ │ ├── brightness
│ │ ├── device -> ../../card0-LVDS-1
│ │ ├── max_brightness
│ │ ├── power
│ │ │ ├── autosuspend_delay_ms
│ │ │ ├── control
│ │ │ ├── runtime_active_time
│ │ │ ├── runtime_status
│ │ │ └── runtime_suspended_time
│ │ ├── scale
│ │ ├── subsystem -> ../../../../../../../../class/backlight
│ │ ├── type
│ │ └── uevent
│ ├── status
│ ├── subsystem -> ../../../../../../../class/drm
│ └── uevent
├── card0-VGA-1
│ ├── ddc -> ../../../i2c-6
│ ├── device -> ../../card0
│ ├── dpms
│ ├── edid
│ ├── enabled
│ ├── modes
│ ├── power
│ │ ├── autosuspend_delay_ms
│ │ ├── control
│ │ ├── runtime_active_time
│ │ ├── runtime_status
│ │ └── runtime_suspended_time
│ ├── status
│ ├── subsystem -> ../../../../../../../class/drm
│ └── uevent
├── dev
├── device -> ../../../0000:01:00.0
├── power
│ ├── autosuspend_delay_ms
│ ├── control
│ ├── runtime_active_time
│ ├── runtime_status
│ └── runtime_suspended_time
├── subsystem -> ../../../../../../class/drm
└── uevent
23 directories, 52 filesOffline
I tried to switch power managments dpm/dynpm/profile, but voltage control also did not appear.
I tried to flash vbios on Windows, but ATIWinflash when I try to dump vbios always prints
error reading from rommessage.
Offline