<br><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204,204,204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><br>
Message: 9<br>
Date: Fri, 06 Jan 2012 17:40:05 -0800<br>
From: jk90090 &lt;<a href="mailto:jk90090@gmail.com" target="_blank">jk90090@gmail.com</a>&gt;<br>
Subject: Re: [mythtv-users] Mythbutu 11.04 -&gt; 11.10 breaks X-server<br>
To: <a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
Message-ID: &lt;<a href="mailto:4F07A275.201@gmail.com" target="_blank">4F07A275.201@gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
On 1/6/12 5:11 PM, R KANNAN wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I had a working version of Mythbuntu 11.04 on my laptop and I gave in<br>
&gt; to frequent suggestions from it to upgrade to Ubuntu 11.00 this<br>
&gt; afternoon. Friday afternoon is not a good time to update. After<br>
&gt; installing the updates, it restarted and I found that the X server is<br>
&gt; broke.<br>
&gt;<br>
&gt; I can login to the consoles Alt-F1...Alt-F5 fine but the X server<br>
&gt; shows a blank seen. The Myth backend seems to be running fine and so<br>
&gt; is Mythweb web server (Apache). The file system seems OK but the<br>
&gt; X-display flashes for a few times and there is a blank screen. I have<br>
&gt; tried..<br>
&gt;<br>
&gt; init 3<br>
&gt; init 5<br>
&gt;<br>
&gt; to restart the X server with the same result.<br>
&gt;<br>
&gt; I see an error message flash by just after grub but I cannot make out<br>
&gt; anything. It switches then to purple splash screen before the flashing<br>
&gt; followed by<br>
&gt;<br>
&gt; I thought the update should not change the configuration files and so<br>
&gt; should work as before.<br>
&gt;<br>
&gt; Any ideas?<br>
Start with looking in your /var/log/Xorg.0.log for errors.<br>
Next, I found Ubuntu troublesome when trying to install video drivers,<br>
so there could be a kernel driver mismatch or something.  apt-get update<br>
&amp;&amp; apt-get upgrade to make sure everything is updated and installed.<br>
For instance today I loaded Mythbuntu, which defaulted to Nvidia 175.x<br>
driver.  I enabled the repo for 285.x (or whatever # it is) and<br>
installed it, but 175 just stayed as the working driver.  I&#39;m no Ubuntu<br>
expert, so there was probably a trick to getting it working, but in the<br>
end I just removed the 175 driver which made the nvidia-current (285)<br>
become the working driver.<br>
<br>
-JK<br>
<br></blockquote><div>Thanks for your replies. apt-get update &amp; apt-get upgrade did not upgrade any packages for me. I also renamed /etc/gdm/custom.conf as suggested to avoid auto-login without any luck. But here is what I found...<br>

<br> looked at /var/log/Xorg.0.log file and found the following<br><br>[    77.000] (==) Log file: &quot;/var/log/Xorg.0.log&quot;, Time: Sat Jan  7 08:35:29 2012<br>[    77.000] (==) Using system config directory &quot;/usr/share/X11/xorg.conf.d&quot;<br>

[    77.000] (==) No Layout section.  Using the first Screen section.<br>[    77.000] (==) No screen section available. Using defaults.<br>[    77.000] (**) |--&gt;Screen &quot;Default Screen Section&quot; (0)<br>[    77.000] (**) |   |--&gt;Monitor &quot;&lt;default monitor&gt;&quot;<br>

[    77.000] (==) No monitor specified for screen &quot;Default Screen Section&quot;.<br>        Using a default monitor configuration.<br>[    77.001] (==) Automatically adding devices<br>[    77.001] (==) Automatically enabling devices<br>

[    77.001] (WW) The directory &quot;/usr/share/fonts/X11/<div id=":11x">cyrillic&quot; does not exist.<br><br>So
there is no configuration but using defaults. The conf files under
/usr/share/X11/xorg.conf.d did not have Screen or Monitor sections.
They had several input sections similar to<br>
<br>Section &quot;InputClass&quot;<br>        Identifier &quot;evdev pointer catchall&quot;<br>        MatchIsPointer &quot;on&quot;<br>        MatchDevicePath &quot;/dev/input/event*&quot;<br>        Driver &quot;evdev&quot;<br>

EndSection<br><br>So I tried to create a new configuration file with<br><br>Xorg -configure<br><br>I ot the following:<br><br>(EE) Failed to load module &quot;vmwgfx&quot; (module does not exist, 0)<br>(EE) vmware: Please ignore the above warnings about not being able to to load module/driver vmwgfx<br>

(++) Using config file: &quot;/root/xorg.conf.new&quot;<br>(==) Using system config directory &quot;/usr/share/X11/xorg.conf.d&quot;<br>Number of created screens does not match number of detected devices.<br>  Configuration failed.<br>

 ddxSigGiveUp: Closing log<br><br>I cannot understand where the two screens are coming from.<br><br>At
one time with my old configuration I had added an external monitor and
disabled it in Xfwm window manager. I tried turning the external
monitor on without any luck.</div><br></div></div><br>