{"id":112,"date":"2014-04-22T14:36:31","date_gmt":"2014-04-22T14:36:31","guid":{"rendered":"http:\/\/info.ffteixeira.net\/2014\/04\/22\/radeon-hd-configuration\/"},"modified":"2014-04-22T14:36:31","modified_gmt":"2014-04-22T14:36:31","slug":"radeon-hd-configuration","status":"publish","type":"post","link":"https:\/\/blog.ffteixeira.net\/?p=112","title":{"rendered":"Radeon HD Configuration"},"content":{"rendered":"<h1 id=\"Configuration\" style=\"margin-top: 0em;margin-bottom: 8px;font-weight: normal;font-size: 28px;line-height: 32px;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">Configuration<\/h1>\n<p class=\"line867\" style=\"margin-top: 0px;margin-bottom: 8px;line-height: 1.5;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">&nbsp;<\/p>\n<h2 id=\"xorg.conf_Basics\" style=\"margin-top: 1em;margin-bottom: 8px;font-weight: normal;font-size: 24px;line-height: 28px;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">xorg.conf Basics<\/h2>\n<p class=\"line874\" style=\"margin-top: 0px;margin-bottom: 8px;line-height: 1.5;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">Open your xorg.conf for editing in any text editor (gedit is used in this example):<\/p>\n<pre style=\"margin-top: 0px;margin-bottom: 8px;padding: 4pt;font-size: 13px;line-height: 16px;font-family: UbuntuMono, courier, monospace\">\ngksu gedit \/etc\/X11\/xorg.conf<\/pre>\n<p class=\"line874\" style=\"margin-top: 0px;margin-bottom: 8px;line-height: 1.5;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">Now change\/add the Driver line in the Device section.<\/p>\n<pre style=\"margin-top: 0px;margin-bottom: 8px;padding: 4pt;font-size: 13px;line-height: 16px;font-family: UbuntuMono, courier, monospace\">\nSection &quot;Device&quot;\n        ...     #Other directives here\n        Driver   &quot;radeon&quot;\n        Option   &quot;DRI&quot; &quot;on&quot;   #this is the default in recent radeonhd versions\n        Option   &quot;AccelMethod&quot; &quot;EXA&quot; #this is the default in recent radeonhd versions\nEndSection<\/pre>\n<div>&nbsp;<\/div>\n<h2 id=\"HDMI_Audio\" style=\"margin-top: 1em;margin-bottom: 8px;font-weight: normal;font-size: 24px;line-height: 28px;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">HDMI Audio<\/h2>\n<p class=\"line874\" style=\"margin-top: 0px;margin-bottom: 8px;line-height: 1.5;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">By default, HDMI audio is disabled. In the Device section of your xorg.conf, you&#039;ll need to add the following lines:<\/p>\n<pre style=\"margin-top: 0px;margin-bottom: 8px;padding: 4pt;font-size: 13px;line-height: 16px;font-family: UbuntuMono, courier, monospace\">\n        Option &quot;Audio&quot; &quot;true&quot;\n        Option &quot;HDMI&quot; &quot;all&quot;<\/pre>\n<p class=\"line874\" style=\"margin-top: 0px;margin-bottom: 8px;line-height: 1.5;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">&nbsp;<\/p>\n<h2 id=\"Power_Management\" style=\"margin-top: 1em;margin-bottom: 8px;font-weight: normal;font-size: 24px;line-height: 28px;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">Power Management<\/h2>\n<p class=\"line862\" style=\"margin-top: 0px;margin-bottom: 8px;line-height: 1.5;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">The GPU should automatically drop to low-power mode when the video signal is disabled (i.e. when the monitor turns itself off using DPMS after a specified amount of idle time). You can check\/change your DPMS settings on-the-fly with the xset command and you can statically set the appropriate options in xorg.conf. Please read the appropriate man pages (xset and xorg.conf) for more information on that topic. At this time, full dynamic control of clocks and voltages (i.e. ATI PowerPlay) is not implemented in the open-source drivers. However, one can force the GPU to low-power mode at all times by adding the following line in the Device section of xorg.conf:<\/p>\n<pre style=\"margin-top: 0px;margin-bottom: 8px;padding: 4pt;font-size: 13px;line-height: 16px;font-family: UbuntuMono, courier, monospace\">\n        Option &quot;ForceLowPowerMode&quot; &quot;true&quot;<\/pre>\n<p class=\"line874\" style=\"margin-top: 0px;margin-bottom: 8px;line-height: 1.5;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">&nbsp;<\/p>\n<p class=\"line874\" style=\"margin-top: 0px;margin-bottom: 8px;line-height: 1.5;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">Exemplo:<\/p>\n<p class=\"line874\" style=\"margin-top: 0px;margin-bottom: 8px;line-height: 1.5;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\"><small><em>&nbsp;<span style=\"font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;line-height: 1.538em\">###&#8212;&#8212; https:\/\/wiki.debian.org\/AtiHowTo &#8212;&#8212;-<\/span><\/em><\/small><\/p>\n<p class=\"line874\" style=\"margin-top: 0px;margin-bottom: 8px;line-height: 1.5;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\"><small><em style=\"font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;line-height: 1.538em\">Option <span class=\"Apple-tab-span\"> <\/span>&quot;AccelDFS&quot; &nbsp; <span class=\"Apple-tab-span\"> <\/span>&quot;1&quot;<\/em><\/small><\/p>\n<div><small><em>Option <span class=\"Apple-tab-span\"> <\/span>&quot;AGPMode&quot; <span class=\"Apple-tab-span\"> <\/span>&quot;1&quot;<\/em><\/small><\/div>\n<div><small><em>Option <span class=\"Apple-tab-span\"> <\/span>&quot;GARTSize&quot; <span class=\"Apple-tab-span\"> <\/span>&quot;64&quot;<\/em><\/small><\/div>\n<div><small><em>Option <span class=\"Apple-tab-span\"> <\/span>&quot;EnablePageFlip&quot; <span class=\"Apple-tab-span\"> <\/span>&quot;1&quot;<\/em><\/small><\/div>\n<div><small><em>Option <span class=\"Apple-tab-span\"> <\/span>&quot;ColorTiling&quot; <span class=\"Apple-tab-span\"> <\/span>&quot;1&quot;<\/em><\/small><\/div>\n<div><small><em>###&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/em><\/small><\/div>\n<div>&nbsp;<\/div>\n<div><small><em>Option <span class=\"Apple-tab-span\"> <\/span>&quot;ForceLowPowerMode&quot; &quot;true&quot;<\/em><\/small><\/div>\n<div><small><em>Option <span class=\"Apple-tab-span\"> <\/span>&quot;Audio&quot; &quot;true&quot;<\/em><\/small><\/div>\n<div><small><em>Option <span class=\"Apple-tab-span\"> <\/span>&quot;HDMI&quot; &quot;all&quot;<span class=\"Apple-tab-span\"> <\/span><\/em><\/small><\/div>\n<div><small><em>Option &nbsp; <span class=\"Apple-tab-span\"> <\/span>&quot;DRI&quot; &quot;on&quot; &nbsp; #this is the default in recent radeonhd versions<\/em><\/small><\/div>\n<div><small><em>Option<span class=\"Apple-tab-span\"> <\/span>&quot;AccelMethod&quot; &quot;EXA&quot; #this is the default in recent radeonhd versions<\/em><\/small><\/div>\n<div><small><em>Identifier &nbsp;<span class=\"Apple-tab-span\"> <\/span>&quot;Card0&quot;<\/em><\/small><\/div>\n<div><small><em>Driver &nbsp; &nbsp; &nbsp;<span class=\"Apple-tab-span\"> <\/span>&quot;radeon&quot;<\/em><\/small><\/div>\n<div><small><em>BusID &nbsp; &nbsp; &nbsp; <span class=\"Apple-tab-span\"> <\/span>&quot;PCI:1:0:0&quot;<\/em><\/small><\/div>\n<p class=\"line874\" style=\"margin-top: 0px;margin-bottom: 8px;line-height: 1.5;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">&nbsp;<\/p>\n<p class=\"line874\" style=\"margin-top: 0px;margin-bottom: 8px;line-height: 1.5;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">Fonte:&nbsp;https:\/\/help.ubuntu.com\/community\/RadeonHD<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Configuration &nbsp; xorg.conf Basics Open your xorg.conf for editing in any text editor (gedit is used in this example): gksu gedit \/etc\/X11\/xorg.conf Now change\/add the Driver line in the Device section. Section &quot;Device&quot; &#8230; #Other directives here Driver &quot;radeon&quot; Option &hellip; <a href=\"https:\/\/blog.ffteixeira.net\/?p=112\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-112","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=\/wp\/v2\/posts\/112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=112"}],"version-history":[{"count":0,"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=\/wp\/v2\/posts\/112\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=112"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=112"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}