From: AlexLikeRock <[email protected]> Date: 2015-11-06 18:56 GMT-03:00 Subject: Re: Sin entorno gráfico al pasar a Jessie - netbook dell latitude 2100 To: [email protected]
> On 06/11/15 14:06, Calabaza wrote: >> >> nov 05 04:11:23 ads-netbook gdm-Xorg-:0[1615]: (EE) Failed to >> initialize GLX extension (Compatible NVIDIA X driver not found) >> nov 05 04:11:27 ads-netbook gdm3[1544]: Failed to give slave programs >> access to the display. Trying to proceed. >> nov 05 04:11:44 ads-netbook /usr/bin/dbus-launch[2576]: ** >> (process:2576): WARNING **: software acceleration check failed: Child >> process exited with code 1 > bueno , el grafico no lo reconoce muy bien : > "Compatible NVIDIA X driver not found " Sí, eso justamente me extraña. > y en la aceleracion grafica **UN SUPER REQUISITO PARA GNOME3 *** > pues no lo puede hacer : > "acceleration check failed:" > obciones > 1- instalar el driver adecuado Bueno, sobre este punto he revisado, que el Kernel usa el módulo i915: # lspci -nnk | grep Graphics 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller [8086:27ae] (rev 03) 00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03) y que aparentemente el driver del xorg está instalado: # dpkg -l | grep xserver-xorg-video-intel ii xserver-xorg-video-intel 2:2.21.15-2+b2 i386 X.Org X server -- Intel i8xx, i9xx display driver Luego leyendo la documentación [0], [1], [2], asigné el driver intel en el /etc/X11/xorg.conf: Como el error persistía, hice unas búsquedas con el texto de acuerdo a la sugerencia de los demás compañeros de la lista: 'linux jessie intel driver (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)' y llegué a este [3] sitio que me dio la idea para la solución: (...) Usually this is caused by an old symlink, but probably not in this case. Look in /usr/lib/xorg/modules/extensions/ and see if that is the case. Also take a look in /usr/lib and see if there is anything with nVidia in the name that is symlinked linked to (libGL is a common one). Symlinks are replaced every time you installed a new package by linking each driver to the newest "version", so you'll have to get rid of any offending files. If no symlinks, then the driver itself may be the wrong file. I think this file comes from the nvidia-glx package, which you should remove assuming you don't have any nVidia cards. (...) Entonces lo que hice fue desinstalar el paquete mencionado y funcionó sin problemas, luego borré el fichero xorg.conf que creé previamente y también funcionó, luego desinstalé todos los paquetes relacionados a nvidia (¡no sé de dónde salieron!) y también funcionó todo sin problemas, por lo que doy por solucionado este problema. A todos muchas gracias por sus sugerencias y por su tiempo. [0] /usr/share/doc/xserver-xorg-video-intel/README.Debian [1] /usr/share/doc/xserver-xorg-video-intel/README [2] man intel [3] http://crunchbang.org/forums/viewtopic.php?pid=101328#p101328 -- §~^Calabaza^~§ from Villa Elisa, Paraguay http://es.wikipedia.org/wiki/Top-posting http://es.wikipedia.org/wiki/Netiquette | http://www.ietf.org/rfc/rfc1855.txt http://www.sindominio.net/ayuda/preguntas-inteligentes.html

