<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alex Sleat &#187; fatal error</title>
	<atom:link href="https://alexsleat.co.uk/tag/fatal-error/feed/" rel="self" type="application/rss+xml" />
	<link>https://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Sun, 15 Dec 2013 17:19:24 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>fatal error: curl/curl.h: No such file or directory &#124; Ubuntu 12.04</title>
		<link>https://alexsleat.co.uk/2012/05/16/fatal-error-curlcurl-h-no-such-file-or-directory-ubuntu-12-04/</link>
		<comments>https://alexsleat.co.uk/2012/05/16/fatal-error-curlcurl-h-no-such-file-or-directory-ubuntu-12-04/#comments</comments>
		<pubDate>Wed, 16 May 2012 11:39:17 +0000</pubDate>
		<dc:creator><![CDATA[Alex]]></dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[curl.h]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[fatal error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[libcurl4-gnutls]]></category>
		<category><![CDATA[missing file]]></category>
		<category><![CDATA[no such file]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=31051</guid>
		<description><![CDATA[<br/>fatal error: curl/curl.h: No such file or directory <p>If you&#8217;re missing the curl/curl.h header file, chances are you&#8217;re just missing the correct dev package file for the curl library.</p> sudo apt-get install libcurl4-gnutls-dev <p>That should fix it.</p> ]]></description>
				<content:encoded><![CDATA[<br/><div class="dean_ch" style="white-space: wrap;">fatal error: curl/curl.h: No such <span class="kw2">file</span> or directory</div>
<p>If you&#8217;re missing the curl/curl.h header file, chances are you&#8217;re just missing the correct dev package file for the curl library.</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> libcurl4-gnutls-dev</div>
<p>That should fix it.</p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2012/05/16/fatal-error-curlcurl-h-no-such-file-or-directory-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Fix &#8220;Fatal server error: no screens found&#8221; &#124; Ubuntu</title>
		<link>https://alexsleat.co.uk/2011/03/04/how-to-fix-fatal-server-error-no-screens-found-ubuntu/</link>
		<comments>https://alexsleat.co.uk/2011/03/04/how-to-fix-fatal-server-error-no-screens-found-ubuntu/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 12:02:01 +0000</pubDate>
		<dc:creator><![CDATA[Alex]]></dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[dual]]></category>
		<category><![CDATA[fatal error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[no screens]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[screens]]></category>
		<category><![CDATA[startx]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubunut]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[where is xorg.conf]]></category>
		<category><![CDATA[x11]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=12283</guid>
		<description><![CDATA[<br/><p>If you&#8217;re running off a live USB disk or changing your graphics card the error below might appear when Xorg is looking for the wrong drivers or device. You might also get this error while using the Nvidia drivers, I found however this was caused by some of the extra options added into the [...]]]></description>
				<content:encoded><![CDATA[<br/><p>If you&#8217;re running off a live USB disk or changing your graphics card the error below might appear when Xorg is looking for the wrong drivers or device. You might also get this error while using the Nvidia drivers, I found however this was caused by some of the extra options added into the xorg.conf file (usually located /etc/X11/xorg.conf). If the case is that it&#8217;s a problem with the aditional options I suggest making a backup of the file and attempting to comment out (#) aditional options, this will need a bit more of an expert eye to see what isn&#8217;t needed though.. You can also use the following to rollback to a working version when using the Nvidia drivers.</p>
<p>There is a pretty simple fix, if it is caused by broken or changed xorg.conf file:</p>
<p><strong>Fix:</strong><br />
Make a backup of your current Xorg.conf, just in case something goes even more wrong and it can be easily restored:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">cp</span> /etc/X11/xorg.conf /etc/X11/xorg.bckup</div>
<p>Now you&#8217;ll want to restore the failsafe <em>(sometimes called xorg.conf.backup)</em> config to be used as the default:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">cp</span> /etc/X11/xorg.conf.failsafe /etc/X11/xorg.conf</div>
<p>Yeah, it was that simple (if this error was caused by a broken or changed xorg.conf anyway. So you can continue and start the x server with:</p>
<div class="dean_ch" style="white-space: wrap;">startx</div>
<p><strong>Error:</strong></p>
<div class="dean_ch" style="white-space: wrap;">X.Org X Server <span class="nu0">1.9</span><span class="nu0">.0</span><br />
Release Date: <span class="nu0">2010</span><span class="nu0">-08</span><span class="nu0">-20</span><br />
X Protocol Version <span class="nu0">11</span>, Revision <span class="nu0">0</span><br />
Build Operating System: Linux <span class="nu0">2.6</span><span class="nu0">.24</span><span class="nu0">-27</span>-server i686 Ubuntu<br />
Current Operating System: Linux ubuntu <span class="nu0">2.6</span><span class="nu0">.35</span><span class="nu0">-22</span>-generic <span class="re3">#<span class="nu0">33</span>-Ubuntu SMP Sun Sep <span class="nu0">19</span> <span class="nu0">20</span>:<span class="nu0">34</span>:<span class="nu0">50</span> UTC <span class="nu0">2010</span> i686</span><br />
Kernel <span class="kw3">command</span> line: noprompt cdrom-detect/try-<span class="re2">usb=</span>true persistent <span class="re2">file=</span>/cdrom/preseed/ubuntu.seed <span class="re2">boot=</span>casper <span class="re2">initrd=</span>/casper/initrd.lz quiet splash &#8212; maybe-ubiquity<br />
Build Date: <span class="nu0">16</span> September <span class="nu0">2010</span> &nbsp;<span class="nu0">05</span>:<span class="nu0">39</span>:22PM<br />
xorg-server <span class="nu0">2</span>:<span class="nu0">1.9</span><span class="nu0">.0</span>-0ubuntu7 <span class="br0">&#40;</span>For technical support please see http://www.ubuntu.com/support<span class="br0">&#41;</span> <br />
Current version of pixman: <span class="nu0">0.18</span><span class="nu0">.4</span><br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;Before reporting problems, check http://wiki.x.org<br />
&nbsp; &nbsp; &nbsp; &nbsp; to <span class="kw2">make</span> sure that you have the latest version.<br />
Markers: <span class="br0">&#40;</span>&#8211;<span class="br0">&#41;</span> probed, <span class="br0">&#40;</span>**<span class="br0">&#41;</span> from config <span class="kw2">file</span>, <span class="br0">&#40;</span>==<span class="br0">&#41;</span> default setting,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#40;</span>++<span class="br0">&#41;</span> from <span class="kw3">command</span> line, <span class="br0">&#40;</span>!!<span class="br0">&#41;</span> notice, <span class="br0">&#40;</span>II<span class="br0">&#41;</span> informational,<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#40;</span>WW<span class="br0">&#41;</span> warning, <span class="br0">&#40;</span>EE<span class="br0">&#41;</span> error, <span class="br0">&#40;</span>NI<span class="br0">&#41;</span> not implemented, <span class="br0">&#40;</span>??<span class="br0">&#41;</span> unknown.<br />
<span class="br0">&#40;</span>==<span class="br0">&#41;</span> Log <span class="kw2">file</span>: <span class="st0">&quot;/var/log/Xorg.0.log&quot;</span>, Time: Fri Mar &nbsp;<span class="nu0">4</span> <span class="nu0">11</span>:<span class="nu0">35</span>:<span class="nu0">54</span> <span class="nu0">2011</span><br />
<span class="br0">&#40;</span>==<span class="br0">&#41;</span> Using config <span class="kw2">file</span>: <span class="st0">&quot;/etc/X11/xorg.conf&quot;</span><br />
<span class="br0">&#40;</span>==<span class="br0">&#41;</span> Using system config directory <span class="st0">&quot;/usr/share/X11/xorg.conf.d&quot;</span><br />
<span class="br0">&#40;</span>EE<span class="br0">&#41;</span> No devices detected.</p>
<p>Fatal server error:<br />
no screens found</p>
<p>Please consult the The X.Org Foundation support <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;at http://wiki.x.org<br />
&nbsp;<span class="kw1">for</span> <span class="kw3">help</span>. <br />
Please also check the log <span class="kw2">file</span> at <span class="st0">&quot;/var/log/Xorg.0.log&quot;</span> <span class="kw1">for</span> additional information.</p>
<p>&nbsp;ddxSigGiveUp: Closing log<br />
giving up.<br />
xinit: No such <span class="kw2">file</span> or directory <span class="br0">&#40;</span>errno <span class="nu0">2</span><span class="br0">&#41;</span>: unable to connect to X server<br />
xinit: No such process <span class="br0">&#40;</span>errno <span class="nu0">3</span><span class="br0">&#41;</span>: Server error.</div>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2011/03/04/how-to-fix-fatal-server-error-no-screens-found-ubuntu/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
