JPablos 871 Posted September 18, 2016 Report Share Posted September 18, 2016 Buenas tardes, estoy con Ubuntu 16.04 instalado en un Compaq 610. Buscando como mejorar un poco la gráfica encontré que Intel tiene una herramienta muy interesante, la Intel Graphics Update Tool for Linux* OS v2.0.2. Fuente: https://01.org/linuxgraphics Esta herramienta actualiza los drivers de las tarjetas gráficas Intel tanto en Ubuntu 16.04 como en Fedora 24, arquitecturas de 32 y 64 bits. SUPPORTED HARDWARE Next Generation Intel® Core™ processors with Intel® HD Graphics - KabyLake 6th Generation Intel® Core™ processors with Intel® HD Graphics - Skylake 5th Generation Intel® Core™ processors with Intel® HD Graphics - Broadwell 4th Generation Intel® Core™ processors with Intel® HD Graphics - Haswell 3rd Generation Intel® Core™ processors with Intel® HD Graphics - Ivy Bridge> 2nd Generation Intel® Core™ processors with Intel® HD Graphics - Sandy Bridge Intel® Celeron® Processors with Intel® HD Graphics - Broxton Intel® Celeron® Processors with Intel® HD Graphics - Braswell Intel® Celeron® Processors with Intel® HD Graphics - Bay Trail Intel® Atom™ N450 with Intel® Graphics Media Accelerator 3150 (Pine Trail) Pues bien al hacer: $ lspci | grep VGA obtengo: 00:02.0 VGA compatible controller: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller (rev 0c) Para instalar la herramienta agregamos la llave pública del repositorioUbuntu 16.04 $ wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-4 -O - | \ $ sudo apt-key add - $ sudo apt-get update $ sudo apt-get upgrade Información adicional Ubuntu https://01.org/linuxgraphics/documentation/running-update-tool-using-gdebi Fedora 24 $ wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-4 ; \ $ sudo rpm --import RPM-GPG-KEY-ilg Luego de agregar las firmas, elegimos el paquete según arquitectura y distribución: DownloadsIntel® Graphics Update Tool 2.0.2 for Ubuntu* 16.04, 64-bitIntel® Graphics Update Tool 2.0.2 for Ubuntu* 16.04, 32-bitIntel® Graphics Update Tool 2.0.2 for Fedora* 24, 64-bitIntel® Graphics Update Tool 2.0.2 for Fedora* 24, 32-bitIntel® Graphics Update Tool 2.0.2 Source CodeIntel® Graphics Update Tool 2.0.2 Source Code (GnuPG* Signature) Descargamos el correspondiente, y en mi caso solo tuve que hacer doble click en el archivo .deb, y el instalador de software de Ubuntu instaló el paquete (requirió la clave de administrador). Una vez instalado, ubicamos el "intel-graphics-update-tool" en Unity con el Dash buscamos Intel, y en Genome Aplicaciones, Herramientas del sistema, Preferencias. Doble click sobre él y se inicia el proceso Pinchamos en comenzar, Nota: como siempre, agradezco sí el tema lo requiere, sean modificadas etiquetas o reubicado, por parte de moderadores o Admin del Foro. Espero sea de utilidad JPablos Rohlling, pacoeloyo, EMILIO and 2 others 5 Link to post Share on other sites
jmsanzd 153 Posted September 19, 2016 Report Share Posted September 19, 2016 Parece muy interesante. ¿Se podría utilizar en Debian? pacoeloyo, Fransis, Rohlling and 1 other 4 Link to post Share on other sites
JPablos 871 Posted September 19, 2016 Author Report Share Posted September 19, 2016 Buenos días @@jmsanzd, cito: This tool aims to make the latest Intel® Graphics Stack available before it gets officially released by Linux* OS vendors. Specifically, it benefits those Linux* users of both Ubuntu* and Fedora* distributions wanting to update their graphics subsystems for Intel® platforms.Version 2.0.2 of the update tool is targeted specifically at both Ubuntu* 16.04 and Fedora* 24. Earlier revisions for those Linux distributions are now deprecated and are no longer being supported by the update tool. Básicamente funcionaría solo para Ubuntu* 16.04 y Fedora* 24, no soy muy versado en Debian, pero creo que no. Un saludo JPablos Rohlling and Fransis 2 Link to post Share on other sites
pacoeloyo 11,302 Posted September 19, 2016 Report Share Posted September 19, 2016 Se puede probar a instalarlo por la terminal, si faltan dependencias lo dirá, y si da fallo pues se elimina y no debería dar más problemas. Fransis and Rohlling 2 Link to post Share on other sites
radon2 1,706 Posted September 23, 2016 Report Share Posted September 23, 2016 (edited) Para que funcione el instalador Intel Linux Graphics Drivers en Linux Mint 18 se tiene que editar el fichero /etc/lsb-release Tiene que quedar así: #DISTRIB_ID=LinuxMint #DISTRIB_RELEASE=18 #DISTRIB_CODENAME=sarah #DISTRIB_DESCRIPTION="Linux Mint 18 Sarah" DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS" Ahora ya se puede usar el instalador , una vez acabada la instalación volved a poner el fichero /etc/lsb-release a su contenido original y reiniciar el ordenador. Edited September 23, 2016 by radon2 JPablos, pacoeloyo and Rohlling 3 Link to post Share on other sites
JPablos 871 Posted September 28, 2016 Author Report Share Posted September 28, 2016 Gracias @@radon2 por la explicación en Linux Mint. Funciona muy bien Un saludoJPablos radon2, pacoeloyo and Rohlling 3 Link to post Share on other sites
JPablos 871 Posted October 1, 2016 Author Report Share Posted October 1, 2016 (edited) Buenas tardes. En Linux Mint 18 Sarah luego de utilizar la herramienta de Intel Linux Graphics Drivers y actualizar los drivers de la gráfica, se presenta un error del Administrador de Actualizaciones, en mi caso este es el error: W: https://download.01.org/gfx/ubuntu/16.04/main/dists/xenial/InRelease:Signature by key 09D6EF97BFB38E916EF060E756A3DEF863961D39 uses weak digest algorithm (SHA1) Para eliminar este error buscamos /etc/apt/sources.list.d como se ve en la imagen. Eliminamos intellinuxgraphics.list Y con esto se soluciona el error del Administrador de Actualizaciones. Espero sea útil. Un saludo JPablos Edited October 1, 2016 by JPablos radon2 and Rohlling 2 Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now