<html>
<body>
<font size=3>At 07:05 AM 9/21/2011, Mache Creeger wrote:<br>
<blockquote type=cite class=cite cite="">Any ideas? Can folks running
Headless Fedora 15 MBEs who want to use the GUI over vnc post their
xorg.conf files?<br><br>
-- Mache<br><br>
At 10:08 AM 9/20/2011, Mache Creeger wrote:<br>
<blockquote type=cite class=cite cite="">I recently upgraded my MBE/FE
combo to Fedora 15 and am having problems running it headless. While it
normally lives in my garage, I have the mythtv account autologin and gain
access to the FE and desktop through VNC not to run video but to do
various housekeeping tasks on the GUI. I have tried various xorg.conf
configurations andeither X will not load because it cannot find the right
edid or when I can get X and Gnome to load and mythtv auto logs in, I get
an error on the mythtv desktop that states &quot;could not apply the
stored configuration for monitors&quot;, &quot;none of the selected modes
were compatible with possible modes: CRTC 354: Trying mode...&quot; and
then a bunch of resolutions in the 50 to 57 Mhz range. The error messages
interferes with my launching and running mythfrontend on the Gnome
desktop. Listed below is my most recent /etc/X11/xorg.conf attempt with
some of the last lines of /var/log/Xorg.0.log. Any ideas would be most
appreciated.<br><br>
-- Mache</font></blockquote></blockquote><br>
Always entertaining to see how far afield the thread can go from my
original question. However, I was able to solve the mystery of running a
Fedora 15 server without a monitor, keyboard, and mouse, that booted X
and the Gnome GUI, autolog'ed into the mythtv userid, and presented a
clean desktop accessible to a TightVNC client running over putty/ssh on
Windows 7. <br><br>
1. Used the following in the Device section of
/etc/X11/xorg.conf<br><br>
<dl>
<dd>Section &quot;Device&quot;
<dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp;
&quot;Device0&quot;
<dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;nvidia&quot;
<dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&quot;UseEDID&quot;&nbsp;&nbsp;&nbsp;&nbsp; &quot;FALSE&quot;
<dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;UseDisplayDevice&quot;
&quot;CRT-1&quot;
<dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;ConnectedMonitor&quot;
&quot;CRT-1&quot;
<dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;IgnoreEDID&quot;
&quot;TRUE&quot;
<dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;UseEDIDFreqs&quot;
&quot;FALSE&quot;
<dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;UseEDIDDPi&quot;
&quot;FALSE&quot;
<dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;ModeValidation&quot;
&quot;NoEdidModes&quot;
<dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VendorName&nbsp;
&quot;NVIDIA Corporation&quot;
<dd>EndSection<br><br>
</dl>2. Changed the name of the following file in the autolog'ed in user
area (in my case /home/mythtv)<br><br>
<dl>
<dd># mv ~/.config/monitors.xml ~/.config/monitors.xml-original<br><br>
</dl>3. Used the Gnome account settings feature to autologin on boot to
my specified userid. <br><br>
Hope helps others with the same issue. <br><br>
-- Mache</body>
</html>