<?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>Ubuntu Linux &#187; xorg</title>
	<atom:link href="/tag/xorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://UbuntuLinux.ru</link>
	<description>Сайт для пользователей Ubuntu Linux</description>
	<lastBuildDate>Sat, 25 Oct 2014 15:23:48 +0000</lastBuildDate>
	<language>ru-RU</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>Проприетарный драйвер ATI для Ubuntu Linux</title>
		<link>http://UbuntuLinux.ru/config/divers/how-to-install-ati-proprietary-driver-for-ubuntu-linux/</link>
		<comments>http://UbuntuLinux.ru/config/divers/how-to-install-ati-proprietary-driver-for-ubuntu-linux/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 14:53:33 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[Драйвера]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://manlinux.org/?p=4</guid>
		<description><![CDATA[Скачиваем драйвер с сайта разработчика. Файл будет иметь вид ati-driver-installer-версия_драйвера-архитектура_процессора.run Обновляем базу apt helios@lnx:~$ sudo apt-get update Ставим необходимые пакеты helios@lnx:~$ sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms Соберём пакеты из скаченного до этого драйвера (советую &#8230; <a href="/config/divers/how-to-install-ati-proprietary-driver-for-ubuntu-linux/">Читать далее <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><span id="more-4"></span></p>
<ol>
<li>Скачиваем драйвер <a target="_blank" rel="nofollow" href="http://support.amd.com/us/gpudownload/Pages/index.aspx" >с сайта разработчика</a>. Файл будет иметь вид <span style="font-weight: bold;">ati-driver-installer-версия_драйвера-архитектура_процессора.run</span></li>
<li>Обновляем базу apt<br />
<code>helios@lnx:~$ sudo apt-get update</code></li>
<li>Ставим необходимые пакеты<br />
<code>helios@lnx:~$ sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms</code></li>
<li>Соберём пакеты из скаченного до этого драйвера (советую делать это в отдельной папке)<br />
<code>helios@lnx:~/ati$ sh ati-driver-installer-* --buildpkg Ubuntu/jaunty</code><br />
Параметр <span style="font-weight: bold;">Ubuntu/jaunty</span> заменить на вашу версию дистрибутива.</li>
<li>Устанавливаем собранные пакеты (из той же папки, в которой их собирали):<br />
<code>helios@lnx:~/ati$ sudo dpkg -i xorg-driver-fglrx_* fglrx-kernel-source_* fglrx-amdcccle_*</code><br />
На форуме ubuntu писали, что в 64х битных системах может появиться сообщение об ошибке</p>
<blockquote>
<div>“Errors were encountered while processing: fglrx-amdcccle”</div>
</blockquote>
<p>Исправить ошибку можно набрав комманды<br />
<code>helios@lnx:~/ati$ sudo apt-get install -f<br />
helios@lnx:~/ati$ sudo dpkg -i --force-overwrite xorg-driver-fglrx_* fglrx-kernel-source_* fglrx-amdcccle_*</code></li>
<li>Сохраняем файл текущей конфигурации xorg.conf(чтобы в случае чего откатить)<br />
<code>helios@lnx:~/ati$ cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old</code></li>
<li>Правим файл конфигурации xorg.conf:<br />
<code>helios@lnx:~/ati$ sudo gedit /etc/X11/xorg.conf </code><br />
Ищем <span style="font-weight: bold;">Section “Device”</span>, добавляем внутрь строку <span style="font-weight: bold;">Driver “fglrx”</span></p>
<pre>Section "Device"
[...]
Driver "fglrx"
[...]
EndSection</pre>
<p>Сохраняем файл.</li>
<li>Далее выполняем команду:<br />
<code>helios@lnx:~/ati$ sudo aticonfig --initial -f</code><br />
Некоторые пользователи не могут получить доступ к xorg.conf для редактирования, тогда можно выполнить следующую команду:<br />
<code>helios@lnx:~/ati$ sudo aticonfig --input=/etc/X11/xorg.conf --tls=1</code></li>
<li>Перезагружаемся, проверяем:<br />
<code>helios@lnx:~$ fglrxinfo<br />
display: :0.0  screen: 0<br />
OpenGL vendor string: ATI Technologies Inc.<br />
OpenGL renderer string: ATI Mobility Radeon HD 3400 Series<br />
OpenGL version string: 2.1.8918<br />
</code><br />
Вместо “ATI Mobility Radeon HD 3400 Series” – название вашего драйвера.</li>
</ol>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://UbuntuLinux.ru/config/divers/how-to-install-ati-proprietary-driver-for-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
