Después de hacer una actualización del sistema, el servidor X dejó de funcionar. En mi Toshiba 22AV500U LCD-TV solo aparecía “Unsupported Video Signal”, así que decidí investigar y resulta que tenía un archivo xorg.conf vacío…sin pistas, intenté hacer el clásico:
dpkg-reconfigure xorg-xserver
Pero no funcionó tampoco, es decir, seguí con un archivo xorg.conf vacío. Para hacerlo funcionar de nuevo tuve que poner esto en el archivo /etct/X11/xorg.conf:
Section "Device" Identifier "Configured Video Device" Driver "intel" EndSection Section "Monitor" Identifier "Configured Monitor" HorizSync 47.39 VertRefresh 59.99 EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection
Ten cuidado con las opciones HorizSync y VertRefresh porque pueden dañar tu LCD si colocas valores errados. En mi caso configuré la señal de salida a WXGA a 1360×768 como lo especifica el manual de usuario de mi LCD-TV.
After doing an update to the system, the X server wasn’t working anymore. It just showed “Unsupported Video Signal” on my Toshiba 22AV500U LCD-TV , so I decided to do a research and it turns out I had an almost empty xorg.conf file…clueless, I tried the classic:
<blockquote>
<pre>dpkg-reconfigure xorg-xserver</pre>
</blockquote>
But it didn’t work either, I mean, I got the same empty xorg.conf file. In order to make it work againg, I have to put this into the /etct/X11/xorg.conf file:
<blockquote>
<pre>Section “Device”
Identifier “Configured Video Device”
Driver “intel”
EndSection
Section “Monitor”
Identifier “Configured Monitor”
HorizSync 47.39
VertRefresh 59.99
EndSection
Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Configured Video Device”
EndSection</pre>
</blockquote>
Be careful with the HorizSync and VertRefresh options because it can damage your LCD if you put wrong values. In my case I set my LCD-TV’s signal output to WXGA at 1360×768.


Planeta Linux
Sígueme