12-15-2014, 12:26 PM
Hi bobw & sysdrum,
Early this year when I started with Linux, I also installed the Intel Linux Driver 1.0.3 (I think).
But when I first tried, I encountered an issue when I ran the installer "Distribution Not Supported"
I discovered at that time it was expecting vanilla Ubuntu. So unless they have changed it, I'm surprised it worked.?
The only way I could install at that time, from my notes:
File looks like:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Linux Lite 2.0"
Change it to:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04 LTS"
Then:
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | sudo apt-key add -
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | sudo apt-key add -
echo "deb https://download.01.org/gfx/ubuntu/14.04/main trusty main #Intel Graphics drivers" | sudo tee /etc/apt/sources.list.d/intellinuxgraphics.list
Then:
Goto Synaptic Package Manager
find/add Intel Graphics Installer
Install it
Then Run the "Intel Graphics Installer"
Then undo the changes to the lsb-release file.
Even then, I wasn't sure how to confirm the actual Intel Drivers where in use.??
bobw, I never found the information you posted on doing the:
Also,, sysdrum
The command you posted:
Are you saying that you do not need to use the Intel Graphics installer, you just that.??
Thanks... Dave
Early this year when I started with Linux, I also installed the Intel Linux Driver 1.0.3 (I think).
But when I first tried, I encountered an issue when I ran the installer "Distribution Not Supported"
I discovered at that time it was expecting vanilla Ubuntu. So unless they have changed it, I'm surprised it worked.?
The only way I could install at that time, from my notes:
Code:
gksu leafpad /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Linux Lite 2.0"
Change it to:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04 LTS"
Then:
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | sudo apt-key add -
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | sudo apt-key add -
echo "deb https://download.01.org/gfx/ubuntu/14.04/main trusty main #Intel Graphics drivers" | sudo tee /etc/apt/sources.list.d/intellinuxgraphics.list
Then:
Goto Synaptic Package Manager
find/add Intel Graphics Installer
Install it
Then Run the "Intel Graphics Installer"
Then undo the changes to the lsb-release file.
Even then, I wasn't sure how to confirm the actual Intel Drivers where in use.??
bobw, I never found the information you posted on doing the:
Code:
sudo dpkg-reconfigure xserver-xorg
Also,, sysdrum
The command you posted:
Code:
sudo apt install xserver-xorg-video-intel
Are you saying that you do not need to use the Intel Graphics installer, you just that.??
Thanks... Dave
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks
Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)