Wish List

Ubuntu certified hardware

  • Lenovo Z70-80 80FG
  • DELL 5758 Inspiron
  • SATELLITE PRO C70-B-34M I5-5200U
  • Dell XPS 15

TOSHIBAs

vecchio hardware:

sudo lshw | gedit

versione ubuntu installata:

lsb_release -a

Intel Graphics Driver

scheda tipo "Intel Ivybridge Mobile"

inxi -Gx

per vedere se ubuntu dispone di driver aggiornati

ubuntu-drivers devices

preferisci il driver recommended: nvidia-331

# intel repo
sudo sh -c 'echo "deb https://download.01.org/gfx/ubuntu/13.04/main Ubuntu 13.04" >> /etc/apt/sources.list.d/intel-graphics.list'
 
# intel keys
wget https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | sudo apt-key add -
wget https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | sudo apt-key add -
 
# install driver
sudo apt-get update;
sudo apt-get install intel-linux-graphics-installer