Page 1 of 1

Linux kernel 3.11 features

PostPosted: Fri Aug 30, 2013 12:33 am
by pam
The linux kernel brings in a lot of changes in every faction of graphical compute. Intel has zeroed in on 3.13 for a major overhaul of implementing new technologies for an 'APU' like experience with OpenCL.

The latest major update in 3.11 is AMD radeon DPM. This basically reduces power consumption and heat of the card. To say the least it does the job of a proprietary driver-- which controls the clock speeds by implementing a governor, to lower it on low loads or when idling at the same time boosting performance levels across the spectrum. To be noted, AMD supports this open source code apart from making its own proprietary driver.

http://www.phoronix.com/scan.php?page=n ... px=MTQ0MDY

In other news Nvidia 326.80 released. Upto 19% increase in gameplay. http://www.tomshardware.com/news/geforc ... 23951.html

Re: Linux kernel 3.11 features

PostPosted: Wed Sep 04, 2013 9:14 am
by geordiejohn
i am using 3.4.1 light and i have updated my kernel to 3.10.7 is there a way of updating to 3.11 please?
these are the instructions i used to update to 3.10.7 but when i swap 3.10.7 to 3.11 it does not like it-

Code: Select all
cd /tmp
wget http://dl.dropboxusercontent.com/u/47950494/upubuntu/kernel-3.10.7 -O kernel-3.10.7
chmod +x kernel-3.10.7
sudo sh kernel-3.10.7
sudo reboot


thank you.

Re: Linux kernel 3.11 features

PostPosted: Wed Sep 04, 2013 11:02 am
by geordiejohn
i have managed to upgrade to 3.11 using these commands-

Code: Select all
cd /tmp
wget http://dl.dropboxusercontent.com/u/47950494/upubuntu/kernel-3.11 -O kernel-3.11
chmod +x kernel-3.11 
sudo sh kernel-3.11 
sudo reboot