Showing posts with label graphics drivers. Show all posts
Showing posts with label graphics drivers. Show all posts
Saturday, October 24, 2015
How To Enable AMD Radeon Dynamic Power Management (DPM) In Ubuntu 13.10

The open source AMD Radeon driver got dynamic power management support with Linux Kernel 3.11. With this, the GPU and memory clocks adjust dynamically based on load, useful for saving power.
This feature is not enabled by default, at least in Ubuntu 13.10 (it will probably be enabled by default in Ubuntu 14.04) so here's how to enable it.
I don't have an AMD graphics card so I couldn't test this, but failsdownloads reader towpik, who sent us this tip, says that using this feature, "the laptop is very cool and quiet. Finally!". Also, according to Phoronix, Radeon DPM is "fantastic for power use [and] thermal performance".
Please note that this will only work for Radeon HD 2000 graphics cards and newer.
Please note that this will only work for Radeon HD 2000 graphics cards and newer.
Enable AMD Radeon DPM (Dynamic Power Management)
1. To enable DPM in Ubuntu 13.10, you need to open /etc/default/grub with a text editor (as root) - I'll use Gedit below:
gksu gedit /etc/default/grub
And in this file, search for the following line (it's on line 11 on my system): GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
After "splash" add a space and then add this:radeon.dpm=1
After making the changes, this is how this line should look:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.dpm=1"
2. Then save the file and run the following command to update the Grub:
sudo update-grub
3. And finally, reboot.
For Ubuntu 13.04 and older, you need a newer Kernel (since Linux Kernel 3.11 or newer is required) as well as an updated firmware. Since there are many things that can go wrong and I am not able to test this because I don't have an AMD graphics card, I won't post installation instructions for these here, but if you really want this, try these instructions.
Thanks to towpik for the tip, some info via Askubuntu
Labels:
amd,
graphics drivers,
laptop,
linux,
power,
tips n tricks,
Ubuntu
Tuesday, October 13, 2015
New Official Proprietary GPU Drivers Ubuntu PPA Released
In an effort to make it easier to install the latest proprietary graphics drivers in Ubuntu, a new official PPA was released today.
Currently, the PPA ships Nvidia drivers only (and it's not clear if it will include other packages like AMD drivers, etc.) and is in testing. According to the PPA description, you should wait a few days before using this PPA.
In a message posted on the Ubuntu Desktop mailing list, Jorge O. Castro notes that currently there's no difference between this and the xorg-edgers PPA and that "the real fun begins when new drivers are released".
At the time I'm writing this article, the PPA provides the latest stable Nvidia driver (352.30) as well as the latest beta (355.06), along with libvdpau 1.1 and vdpauinfo 1.0, for Ubuntu 14.04, 15.04 and 15.10, with some older packages (Nvidia 346.87) for Ubuntu 12.04.
To add the PPA (but again, you shouldn't be using it until the PPA description says it's safe to do so), use the following commands:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
and then use Synaptic / Ubuntu Software Center to install the Nvidia driver version you want to use.
via Phoronix, Ubuntu Desktop mailing list, image via techspot
Tuesday, October 6, 2015
More Work To Support Nvidia Optimus Lands In Ubuntu 14.04 Trusty Tahr
More work to properly support Nvidia Optimus landed in Ubuntu 14.04 Trusty Tahr.
1. nvidia-prime 0.5 has been released today with a new feature that allows users to switch between the integrated and discrete GPU ("prime-select" command line tool). Other changes include:
- improved hardware detection - make sure the the laptop uses Nvidia Optimus and Nvidia driver >= 319;
- more robust system to deal with xorg.conf: broken xorg.conf files will be automatically restored to a configuration that works with hybrid graphics;
- make sure that NVIDIA is always enabled on shutdown - this will avoid issues with the BIOS;
- more.
nvidia-prime is a package that comes with a set of tools to enable Nvidia's Prime on MUXless systems.
Currently, nvidia-prime 0.5 is available in the Ubuntu 14.04 Trusty Tahr proposed repository and it will take a while before it's promoted to the main repositories.
2. Thanks to the latest nvidia-prime, we can also see a change in Nvidia Settings that landed about two weeks ago in Ubuntu 14.04 Trusty Tahr: an additional tab was added, allowing users to switch between GPUs:
This tab is only visible if nvidia-prime >= 0.5 is installed. After changing between the Nvidia and Intel GPUs, you'll need to log out or restart the system to apply the changes.
3. And finally, xorg-server was updated (version 1.14.4.901) with various Nvidia Optimus fixes, including a patch to fix GPU screen output hotplugging. Like the latest nvidia-prime, this update is only available in the Ubuntu Trusty proposed repository for now.
In my test under Ubuntu 14.04 LTS with these updates installed, I noticed some important improvements: there's no more screen / GTK theme corruption, my external monitor works out of the box (connected via a mini DisplayPort port that's hard-wired to the Intel graphics adapter; connecting a monitor via HDMI which is hard-wired to the Nvidia card doesn't work) and the temperature seems lower than in my previous experience with this under Ubuntu 13.10, although it's still a bit too hot for everyday use, at least with my laptop.
More Nvidia Optimus fixes will probably follow since Ubuntu 14.04 Trusty Tahr is in its early development stages and there are about four months until it's released.
More Nvidia Optimus fixes will probably follow since Ubuntu 14.04 Trusty Tahr is in its early development stages and there are about four months until it's released.
If you want to try this out in Ubuntu 14.04, firstly enable the proposed repository (not recommended!) and then simply follow the instructions from HERE.
Subscribe to:
Posts (Atom)