I got 2 videos cards, an intel hd 4000 onboard and a dedicated amd radeon 7730M.
Following this question that I answered myself, I could see that my computer was using the intel one.
However, the output today is:
lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Chelsea LP [Radeon HD 7730M] [1002:682f] (prog-if 00 [VGA controller])
If it's using both video cards, how can I make it only use AMD when needed like it should be, to save battery power?
maybe some useful info: i'm using Xorg driver and tlp in battery mode didn't change anything