特殊:Badtitle/NS100:BinaryDriverHowto/Fglrx lowpower:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
第1行: | 第1行: | ||
{{From|https://help.ubuntu.com/community/BinaryDriverHowto/ | {{From|https://help.ubuntu.com/community/BinaryDriverHowto/Fglrx lowpower}} | ||
{{Languages|UbuntuHelp:BinaryDriverHowto/ | {{Languages|UbuntuHelp:BinaryDriverHowto/Fglrx lowpower}} | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |||
<html> | |||
<head> | |||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | |||
<meta name="robots" content="index,nofollow"> | |||
< | <title>BinaryDriverHowto/Fglrx - Community Ubuntu Documentation</title> | ||
</ | <script type="text/javascript"> | ||
<!--// common functions | |||
< | // We keep here the state of the search box | ||
</ | searchIsDisabled = false; | ||
function searchChange(e) { | |||
( | // Update search buttons status according to search box content. | ||
< | // Ignore empty or whitespace search term. | ||
var value = e.value.replace(/\s+/, ''); | |||
if (value == '' || searchIsDisabled) { | |||
searchSetDisabled(true); | |||
</ | } else { | ||
searchSetDisabled(false); | |||
} | |||
< | } | ||
function searchSetDisabled(flag) { | |||
// Enable or disable search | |||
</ | document.getElementById('fullsearch').disabled = flag; | ||
document.getElementById('titlesearch').disabled = flag; | |||
< | } | ||
</ | function searchFocus(e) { | ||
// Update search input content on focus | |||
< | if (e.value == 'Search') { | ||
e.value = ''; | |||
e.style.color = 'black'; | |||
searchIsDisabled = false; | |||
} | |||
</ | } | ||
=== | function searchBlur(e) { | ||
// Update search input content on blur | |||
< | if (e.value == '') { | ||
e.value = 'Search'; | |||
e.style.color = 'gray'; | |||
searchIsDisabled = true; | |||
} | |||
</ | } | ||
function actionsMenuInit(title) { | |||
// Initiliaze action menu | |||
for (i = 0; i < document.forms.length; i++) { | |||
- | var form = document.forms[i]; | ||
if (form.className == 'actionsmenu') { | |||
< | // Check if this form needs update | ||
var div = form.getElementsByTagName('div')[0]; | |||
var label = div.getElementsByTagName('label')[0]; | |||
if (label) { | |||
// This is the first time: remove label and do buton. | |||
div.removeChild(label); | |||
var dobutton = div.getElementsByTagName('input')[0]; | |||
div.removeChild(dobutton); | |||
// and add menu title | |||
/ | var select = div.getElementsByTagName('select')[0]; | ||
var item = document.createElement('option'); | |||
item.appendChild(document.createTextNode(title)); | |||
item.value = 'show'; | |||
</ | select.insertBefore(item, select.options[0]); | ||
select.selectedIndex = 0; | |||
-- | } | ||
} | |||
} | |||
} | |||
//--> | |||
</script> | |||
<link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="/htdocs/ubuntu/css/common.css"> | |||
<link rel="stylesheet" type="text/css" charset="utf-8" media="screen" href="/htdocs/ubuntu/css/screen.css"> | |||
<link rel="stylesheet" type="text/css" charset="utf-8" media="print" href="/htdocs/ubuntu/css/print.css"> | |||
<link rel="stylesheet" type="text/css" charset="utf-8" media="projection" href="/htdocs/ubuntu/css/projection.css"> | |||
<link rel="Start" href="/community/UserDocumentation"> | |||
<link rel="Alternate" title="Wiki Markup" href="/community/BinaryDriverHowto/Fglrx?action=raw"> | |||
<link rel="Alternate" media="print" title="Print View" href="/community/BinaryDriverHowto/Fglrx?action=print"> | |||
<link rel="Up" href="/community/BinaryDriverHowto"> | |||
<link rel="Search" href="/community/FindPage"> | |||
<link rel="Index" href="/community/TitleIndex"> | |||
<link rel="Glossary" href="/community/WordIndex"> | |||
<link rel="Help" href="/community/HelpOnFormatting"> | |||
</head> | |||
<body lang="en" dir="ltr"> | |||
<script xmlns="" src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script> | |||
<script xmlns="" type="text/javascript"><![CDATA[ | |||
_uacct = "UA-1018242-8"; | |||
urchinTracker(); | |||
]]></script> | |||
<div id="header"> | |||
<div id="mastwrap"><div id="masthead"> | |||
<div id="logo"><a href="/community/UserDocumentation">Community Ubuntu Documentation</a></div> | |||
<form id="searchform" method="get" action=""> | |||
<div> | |||
<input type="hidden" name="action" value="fullsearch"> | |||
<input type="hidden" name="context" value="180"> | |||
<label for="searchinput">Search:</label> | |||
<input id="searchinput" type="text" name="value" value="" size="20" | |||
onfocus="searchFocus(this)" onblur="searchBlur(this)" | |||
onkeyup="searchChange(this)" onchange="searchChange(this)" alt="Search"> | |||
<input id="titlesearch" name="titlesearch" type="submit" | |||
value="Titles" alt="Search Titles"> | |||
<input id="fullsearch" name="fullsearch" type="submit" | |||
value="Text" alt="Search Full Text"> | |||
</div> | |||
</form> | |||
<script type="text/javascript"> | |||
<!--// Initialize search form | |||
var f = document.getElementById('searchform'); | |||
f.getElementsByTagName('label')[0].style.display = 'none'; | |||
var e = document.getElementById('searchinput'); | |||
searchChange(e); | |||
searchBlur(e); | |||
//--> | |||
</script> | |||
<div id="sisternav"> | |||
<ul> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/6.06" | |||
accesskey="t">6.06 LTS</a> | |||
</li> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/6.10" | |||
accesskey="t">6.10</a> | |||
</li> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/7.04" | |||
accesskey="t">7.04</a> | |||
</li> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/7.10" | |||
accesskey="t">7.10</a> | |||
</li> | |||
<li id="current"> | |||
<a href="https://help.ubuntu.com/community" | |||
accesskey="t">Community Docs</a> | |||
</li> | |||
</ul> | |||
</div> | |||
</div></div> | |||
<ul class="extranav"> | |||
<li><a href="/community/UserDocumentation">User Documentation</a></li> | |||
</ul> | |||
</div> | |||
<div id="page" lang="en" dir="ltr"><!-- start page --> | |||
<h1 id="title"><a title="Click to do a full-text search for this title" href="/community/BinaryDriverHowto/Fglrx?action=fullsearch&value=linkto%3A%22BinaryDriverHowto%2FFglrx%22&context=180">BinaryDriverHowto/Fglrx</a></h1> | |||
<div lang="en" id="content" dir="ltr"> | |||
<a id="top"></a> | |||
<div lang="en" id="content" dir="ltr"> | |||
<a id="top"></a> | |||
<p><strong>This page does not exist yet. You can create a new empty page, or use one of the page templates. Before creating the page, please check if a similar page already exists.</strong> </p> | |||
<a href="/community/BinaryDriverHowto/Fglrx?action=edit">Create new empty page</a><p> </p> | |||
<div> | |||
<table> | |||
<tr> | |||
<td> | |||
<p> <strong>Page templates:</strong> </p> | |||
</td> | |||
<td> | |||
<p> <strong>Existing pages with similar names:</strong> </p> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td style="vertical-align: top;"> | |||
<p> <ul> | |||
<li><a href="/community/BinaryDriverHowto/Fglrx?action=edit&template=AideTemplate">AideTemplate</a></li> | |||
<li><a href="/community/BinaryDriverHowto/Fglrx?action=edit&template=[[category:CategoryTemplate">CategoryTemplate</a></li>]] | |||
<li><a href="/community/BinaryDriverHowto/Fglrx?action=edit&template=DocumentationTemplate">DocumentationTemplate</a></li> | |||
<li><a href="/community/BinaryDriverHowto/Fglrx?action=edit&template=HelpTemplate">HelpTemplate</a></li> | |||
<li><a href="/community/BinaryDriverHowto/Fglrx?action=edit&template=HilfeTemplate">HilfeTemplate</a></li> | |||
<li><a href="/community/BinaryDriverHowto/Fglrx?action=edit&template=HomepageTemplate">HomepageTemplate</a></li> | |||
<li><a href="/community/BinaryDriverHowto/Fglrx?action=edit&template=PagePersonnelleTemplate">PagePersonnelleTemplate</a></li> | |||
<li><a href="/community/BinaryDriverHowto/Fglrx?action=edit&template=Pr%c3%a9sentationTemplate">PrésentationTemplate</a></li> | |||
<li><a href="/community/BinaryDriverHowto/Fglrx?action=edit&template=SlideShowHandOutTemplate">SlideShowHandOutTemplate</a></li> | |||
<li><a href="/community/BinaryDriverHowto/Fglrx?action=edit&template=SlideShowTemplate">SlideShowTemplate</a></li> | |||
<li><a href="/community/BinaryDriverHowto/Fglrx?action=edit&template=SlideTemplate">SlideTemplate</a></li> | |||
<li><a href="/community/BinaryDriverHowto/Fglrx?action=edit&template=SupportPapierD'UnePr%c3%a9sentationTemplate">SupportPapierD'UnePrésentationTemplate</a></li> | |||
<li><a href="/community/BinaryDriverHowto/Fglrx?action=edit&template=ThuisbladTemplate">ThuisbladTemplate</a></li> | |||
<li><a href="/community/BinaryDriverHowto/Fglrx?action=edit&template=TransparentTemplate">TransparentTemplate</a></li> | |||
</ul> | |||
</p> | |||
</td> | |||
<td style="vertical-align: top;"> | |||
<p> <ul> | |||
<li><a href="/community/BIND9ServerHowto">BIND9ServerHowto</a></li> | |||
</ul> | |||
<ul> | |||
<li><a href="/community/BinaryDriverHowto">BinaryDriverHowto</a></li> | |||
<li><a href="/community/BinaryDriverHowto/ATI">BinaryDriverHowto/ATI</a></li> | |||
<li><a href="/community/BinaryDriverHowto/EiconDiva">BinaryDriverHowto/EiconDiva</a></li> | |||
<li><a href="/community/BinaryDriverHowto/Fglrx_lowpower">BinaryDriverHowto/Fglrx lowpower</a></li> | |||
<li><a href="/community/BinaryDriverHowto/KeyspanDriver">BinaryDriverHowto/KeyspanDriver</a></li> | |||
<li><a href="/community/BinaryDriverHowto/MatroxParhelia">BinaryDriverHowto/MatroxParhelia</a></li> | |||
<li><a href="/community/BinaryDriverHowto/Nvidia">BinaryDriverHowto/Nvidia</a></li> | |||
<li><a href="/community/BinaryDriverHowto/ati">BinaryDriverHowto/ati</a></li> | |||
</ul> | |||
</p> | |||
</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<a id="bottom"></a> | |||
</div> | |||
<a id="bottom"></a> | |||
</div> | |||
</div> <!-- end page --> | |||
<div id="footer"> | |||
<div id="ubuntulinks"> | |||
© 2007 <a href="http://www.canonical.com">Canonical Ltd</a>. Ubuntu, Kubuntu, Edubuntu and Canonical are registered trademarks of Canonical Ltd.<br /> | |||
<a href="https://help.ubuntu.com/community/WikiGuide">Feedback</a> — | |||
<a href="https://help.ubuntu.com/community/License">Legal</a> — | |||
<a href="https://help.ubuntu.com/community/Credits">Credits</a> | |||
<br /> | |||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"> | |||
<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /> | |||
</a> | |||
</div> | |||
</div> | |||
</body> | |||
</html> | |||
[[category:UbuntuHelp]] | [[category:UbuntuHelp]] |
2007年11月30日 (五) 22:37的版本
文章出处: |
{{#if: | lowpower {{{2}}} | https://help.ubuntu.com/community/BinaryDriverHowto/Fglrx lowpower }} |
点击翻译: |
English {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/af | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|Afrikaans| [[::BinaryDriverHowto/Fglrx lowpower/af|Afrikaans]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/ar | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|العربية| [[::BinaryDriverHowto/Fglrx lowpower/ar|العربية]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/az | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|azərbaycanca| [[::BinaryDriverHowto/Fglrx lowpower/az|azərbaycanca]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/bcc | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|جهلسری بلوچی| [[::BinaryDriverHowto/Fglrx lowpower/bcc|جهلسری بلوچی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/bg | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|български| [[::BinaryDriverHowto/Fglrx lowpower/bg|български]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/br | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|brezhoneg| [[::BinaryDriverHowto/Fglrx lowpower/br|brezhoneg]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/ca | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|català| [[::BinaryDriverHowto/Fglrx lowpower/ca|català]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/cs | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|čeština| [[::BinaryDriverHowto/Fglrx lowpower/cs|čeština]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/de | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|Deutsch| [[::BinaryDriverHowto/Fglrx lowpower/de|Deutsch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/el | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|Ελληνικά| [[::BinaryDriverHowto/Fglrx lowpower/el|Ελληνικά]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/es | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|español| [[::BinaryDriverHowto/Fglrx lowpower/es|español]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/fa | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|فارسی| [[::BinaryDriverHowto/Fglrx lowpower/fa|فارسی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/fi | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|suomi| [[::BinaryDriverHowto/Fglrx lowpower/fi|suomi]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/fr | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|français| [[::BinaryDriverHowto/Fglrx lowpower/fr|français]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/gu | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|ગુજરાતી| [[::BinaryDriverHowto/Fglrx lowpower/gu|ગુજરાતી]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/he | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|עברית| [[::BinaryDriverHowto/Fglrx lowpower/he|עברית]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/hu | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|magyar| [[::BinaryDriverHowto/Fglrx lowpower/hu|magyar]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/id | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|Bahasa Indonesia| [[::BinaryDriverHowto/Fglrx lowpower/id|Bahasa Indonesia]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/it | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|italiano| [[::BinaryDriverHowto/Fglrx lowpower/it|italiano]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/ja | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|日本語| [[::BinaryDriverHowto/Fglrx lowpower/ja|日本語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/ko | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|한국어| [[::BinaryDriverHowto/Fglrx lowpower/ko|한국어]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/ksh | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|Ripoarisch| [[::BinaryDriverHowto/Fglrx lowpower/ksh|Ripoarisch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/mr | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|मराठी| [[::BinaryDriverHowto/Fglrx lowpower/mr|मराठी]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/ms | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|Bahasa Melayu| [[::BinaryDriverHowto/Fglrx lowpower/ms|Bahasa Melayu]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/nl | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|Nederlands| [[::BinaryDriverHowto/Fglrx lowpower/nl|Nederlands]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/no | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|norsk| [[::BinaryDriverHowto/Fglrx lowpower/no|norsk]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/oc | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|occitan| [[::BinaryDriverHowto/Fglrx lowpower/oc|occitan]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/pl | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|polski| [[::BinaryDriverHowto/Fglrx lowpower/pl|polski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/pt | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|português| [[::BinaryDriverHowto/Fglrx lowpower/pt|português]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/ro | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|română| [[::BinaryDriverHowto/Fglrx lowpower/ro|română]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/ru | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|русский| [[::BinaryDriverHowto/Fglrx lowpower/ru|русский]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/si | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|සිංහල| [[::BinaryDriverHowto/Fglrx lowpower/si|සිංහල]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/sq | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|shqip| [[::BinaryDriverHowto/Fglrx lowpower/sq|shqip]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/sr | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|српски / srpski| [[::BinaryDriverHowto/Fglrx lowpower/sr|српски / srpski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/sv | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|svenska| [[::BinaryDriverHowto/Fglrx lowpower/sv|svenska]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/th | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|ไทย| [[::BinaryDriverHowto/Fglrx lowpower/th|ไทย]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/tr | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|Türkçe| [[::BinaryDriverHowto/Fglrx lowpower/tr|Türkçe]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/vi | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|Tiếng Việt| [[::BinaryDriverHowto/Fglrx lowpower/vi|Tiếng Việt]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/yue | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|粵語| [[::BinaryDriverHowto/Fglrx lowpower/yue|粵語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/zh | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|中文| [[::BinaryDriverHowto/Fglrx lowpower/zh|中文]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/zh-hans | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|中文(简体)| [[::BinaryDriverHowto/Fglrx lowpower/zh-hans|中文(简体)]]}}|}} {{#ifexist: {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | UbuntuHelp:BinaryDriverHowto/Fglrx lowpower | {{#if: | :}}BinaryDriverHowto/Fglrx lowpower}}/zh-hant | • {{#if: UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|中文(繁體)| [[::BinaryDriverHowto/Fglrx lowpower/zh-hant|中文(繁體)]]}}|}} |
{{#ifeq:UbuntuHelp:BinaryDriverHowto/Fglrx lowpower|:BinaryDriverHowto/Fglrx lowpower|请不要直接编辑翻译本页,本页将定期与来源同步。}} |
{{#ifexist: :BinaryDriverHowto/Fglrx lowpower/zh | | {{#ifexist: BinaryDriverHowto/Fglrx lowpower/zh | | {{#ifeq: {{#titleparts:BinaryDriverHowto/Fglrx lowpower|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:BinaryDriverHowto/Fglrx lowpower|1|-1|}} | zh | | }}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
BinaryDriverHowto/Fglrx
This page does not exist yet. You can create a new empty page, or use one of the page templates. Before creating the page, please check if a similar page already exists.
Create new empty page
Page templates: |
Existing pages with similar names: |
|
|