El Mon, 01 Apr 2013 11:16:24 -0600, Luis escribió: > ... > >> Para reconfigurar el servidor gráfico puedes usar "dpkg-reconfigure >> xserver-xorg" pero antes de eso convendría saber cuál es el problema >> exactamente. Revisando los logs como te comentan Evgeny, podrás saber >> de qué se trata. >> >> Saludos, > > Cómo es muy grande su contenido lo envío adjunto :)
Perdonado porque no tienes acceso Internet ;-P > salida del fichero Xorg.0.log (...) [ 134.715] (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, Parece que se carga el driver correcto. [ 135.560] (EE) [drm] drmOpen failed. [ 135.560] (EE) CHROME(0): [dri] DRIScreenInit failed. Disabling DRI. [ 135.643] (II) AIGLX: Screen 0 is not DRI2 capable [ 135.644] (II) AIGLX: Screen 0 is not DRI capable [ 136.488] (II) AIGLX: Loaded and initialized swrast [ 136.488] (II) GLX: Initialized DRISWRAST GL provider for screen 0 Desactiva la aceleración 3D por hardware y usa la de software. Esto no es bueno pero tampoco debería ser "fatal", sigamos... [ 135.607] (WW) CHROME(0): [XvMC] XvMC is not supported on this chipset. Esto no tengo ni idea de qué es o para qué sirve (buscando en San Google)... vale, parece que está relacionado con la reproducción de vídeo usando algún sistema de aceleración., irrelevante para este problema, luego ya veremos (si es que podemos llegar a "ver" algo :-P). Ni idea de qué puede estar pasando, el driver carga pero parece que hay alguna configuración que no le gusta. Veamos qué sugiere Google: https://wiki.archlinux.org/index.php/Via_Unichrome#Troubleshooting (copio/pego) *** Troubleshooting 1. To enable any of the following options to fix issues, first create a new file 10-openchrome.conf in /etc/X11/xorg.conf.d/: Section "Device" Identifier "My Device Name" Driver "openchrome" EndSection 2. If your X-Server shows artifacts and fails to redraw some windows, try disabling the "EnableAGPDMA" option: Option "EnableAGPDMA" "false" 3. If your machine freeze at startup (GDM) or after login (slim), try adding the XAA option "XaaNoImageWriteRect". Note that this only applies if you are using the XAA acceleration method (configured by the "AccelMethod" option). As of 0.2.906, the default acceleration method is EXA. Option "XaaNoImageWriteRect" 4. If you experience significant CPU usage and low UI framerate, try adding: Option "AccelMethod" "XAA" *** Hala, manos a la obra. Si tienes alguna duda, pregunta :-) Saludos, -- Camaleón -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

