Hola, tengo la misma tarjeta que tú y me pasaba algo parecido. Al cambiar de tty a veces se me quedaba en negro, o al apagar el sistema, lo de los colores nunca me pasó. Lo que hice para que se solucionara fué añadirle al arranque un parametro para cambiar la resolución de pantalla:
kernel /boot/vmlinuz-2.6.22-3-686 root=/dev/sda5 ro vga=788 Parece ser que la resolución por defecto creaba algún tipo de conflicto, con vga=788 pone una resolución de 800x600 y ya no me ha vuelto a pasar ese problema. Espero que sea de ayuda. Saludos On Sun, Apr 13, 2008 at 11:00:26AM +0200, Pedro Jose wrote: > Hola > > Abro este nuevo hilo para hablar respecto de la configuración de mi > tarjeta gráfica, una Intel Corporation Mobile GM965/GL960 Integrated > Graphics Controller. He instalado los drivers de intel, y observo que > al cambiar a terminal desde el modo gráfico con Control+F1 o a la hora > de apagar el ordenador, la pantalla no me muestra nada, la mayoría de > las veces se muestra toda la pantalla en negro, otras veces en azul, > una en verde, etc, lo cual es un incordio porque no puedo trabajar con > las terminales. > > Os doy algunos datos: > > Debian Lenny > Versiones: > xserver-xorg-video-intel 2:2.1.0-2 > xserver-xorg-video-all 1:7.2-5 > xserver-xorg 1:7.2-5 > > Contenido de mi xorg.conf: > > # xorg.conf (xorg X Window System server configuration file) > # > # This file was generated by dexconf, the Debian X Configuration tool, using > # values from the debconf database. > # > # Edit this file with caution, and see the xorg.conf manual page. > # (Type "man xorg.conf" at the shell prompt.) > # > # This file is automatically updated on xserver-xorg package upgrades *only* > # if it has not been modified since the last upgrade of the xserver-xorg > # package. > # > # If you have edited this file but would like it to be automatically updated > # again, run the following command: > # sudo dpkg-reconfigure -phigh xserver-xorg > > Section "Files" > EndSection > > Section "InputDevice" > Identifier "Generic Keyboard" > Driver "kbd" > Option "CoreKeyboard" > Option "XkbRules" "xorg" > Option "XkbModel" "pc105" > Option "XkbLayout" "es" > EndSection > > Section "InputDevice" > Identifier "Configured Mouse" > Driver "mouse" > Option "CorePointer" > Option "Device" "/dev/input/mice" > Option "Protocol" "ImPS/2" > Option "Emulate3Buttons" "true" > EndSection > > Section "InputDevice" > Identifier "Synaptics Touchpad" > Driver "synaptics" > Option "SendCoreEvents" "true" > Option "Device" "/dev/psaux" > Option "Protocol" "auto-dev" > Option "HorizScrollDelta" "0" > EndSection > > Section "Device" > Identifier "Intel Corporation Mobile GM965/GL960 Integrated > Graphics > Controller" > Driver "intel" > BusID "PCI:0:2:0" > EndSection > > Section "Monitor" > Identifier "Monitor genérico" > Option "DPMS" > EndSection > > Section "Screen" > Identifier "Default Screen" > Device "Intel Corporation Mobile GM965/GL960 Integrated > Graphics Controller" > Monitor "Monitor genérico" > DefaultDepth 24 > SubSection "Display" > Modes "1280x1024" "1280x960" "1280x854" "1280x800" > "1280x768" > "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" > EndSubSection > EndSection > > Section "ServerLayout" > Identifier "Default Layout" > Screen "Default Screen" > InputDevice "Generic Keyboard" > InputDevice "Configured Mouse" > InputDevice "Synaptics Touchpad" > EndSection > > > > > -- > Saludos, > > > Pedro > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

