1. how can I enable the power management for my ati GPU? I found this guide in the internet but it does not work for me.
Important notice: I want to keep my installation for years. I want a method supported by the developers which do not cause me trouble after updates and continue to work for years in this rolling release distro.
when I su in a terminal and run
- Code: Select all
echo dynpm > /sys/class/drm/card0/device/power_method
I recieve this error
- Code: Select all
bash: /sys/class/drm/card0/device/power_method: No such file or directory
I tried this too, error is the same
- Code: Select all
echo profile > /sys/class/drm/card0/device/power_method
bash: /sys/class/drm/card0/device/power_method: No such file or directory
and this
- Code: Select all
echo low > /sys/class/drm/card0/device/power_profile
bash: /sys/class/drm/card0/device/power_profile: No such file or directory
2. there is no xorg.conf in the /etc/X11/ ! why?
3. Is xserver-xorg-video-radeon is my GPU driver?




