23
Mar
09

Solution of Blank screen problem in Ubuntu 8.10

There can be many problems due to which screen can go blank. But in my case it was the problem of refresh rate. Since my monitor supported 60 Hz only but by something which i couldn’t figure out have changed my refresh rate to 75 Hz. So i wasn’t able to log into the ubuntu GUI. I searched for the solution for it and found that the screen resolution in 8.10 is handled by a file monitors.xml.

And this file is located in home directory of user in .config directory.

I opened the the above file by:

$ nano .config/monitors.xml

And the following display came:
<monitors version= ” 1 ” >
<configuration>
<clone>no</clone>
<output name= ” default ” >
<vendor>??? </vendor>
<product>0×0000</product>
<serial>0×00000000</serial>
<width>800</width>
<height>600</height>
<rate>108</rate>
<x>0</x>
<y>0</y>
<rotation>normal</rotation>
<reflect_x>no</reflect_x>
<reflect_y>no</reflect_y>
</output>
</configuration>
</monitors>

I simply changed the rate from 75 to 60 and restarted GDM. And I was able to login to GUI of Ubuntu

To restart the gdm:

$ sudo /etc/init.d/gdm restart

This is how my problem was solved.


1 Response to “Solution of Blank screen problem in Ubuntu 8.10”


  1. 1 FedeEcoxexy Apr 7th, 2009 at 8:42 am

    Great site this magardinesh.com.np and I am really pleased to see you have what I am actually looking for here and this this post is exactly what I am interested in. I shall be pleased to become a regular visitor :)

Leave a Reply