I'm using Ubuntu 1410 (Kernel v3.13)
#uname -r
3.13.0-27-generic
I've been trying to disable the APU (i.e. Intel's graphics software driver) and use the GPU (i.e. Xorg open source driver for Radeon) instead. But I failed.
From all the links I visited I only found out that the GPU has been disabled (i.e. DynOff)
#sudo cat /sys/kernel/debug/vgaswitcheroo/switch
[sudo] password for mgelbana:
0:IGD:+:Pwr:0000:00:02.0
1:DIS: :DynOff:0000:01:00.0
DIS: Discrete graphics card
IGD: Integrated graphics card
I've also enabled radeon's dynamic power management (DPM) in the kernel parameters (i.e. radeon.dpm=1)
GRUB_CMDLINE_LINUX_DEFAULT="drm.debug=0xe plymouth:debug radeon.dpm=1"
To know which driver is currently working, I open Ubuntu's Settings > Details
and check the following information in the Overview section:
Graphics: Intel® Ivybridge Mobile
So how can I enable the open source Radeon driver ?