{"id":111,"date":"2014-04-22T14:28:22","date_gmt":"2014-04-22T14:28:22","guid":{"rendered":"http:\/\/info.ffteixeira.net\/2014\/04\/22\/radeon-driver-debian-ubuntu\/"},"modified":"2014-04-22T14:28:22","modified_gmt":"2014-04-22T14:28:22","slug":"radeon-driver-debian-ubuntu","status":"publish","type":"post","link":"https:\/\/blog.ffteixeira.net\/?p=111","title":{"rendered":"Radeon Driver Debian | Ubuntu"},"content":{"rendered":"<p>&nbsp;<span style=\"font-size: 1.385em;font-weight: bold;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;line-height: 28px\">Identifying Your Graphics Chip<\/span><\/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\">First, check your graphic card name and chipset:<\/p>\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<pre style=\"margin-top: 0px;margin-bottom: 8px;padding: 4pt;font-size: 13px;line-height: 16px;font-family: UbuntuMono, courier, monospace\">\nsudo update-pciids #optional command, requires internet\nlspci -nn | grep VGA<\/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\">It should report something like this for your graphics card:<\/p>\n<pre style=\"margin-top: 0px;margin-bottom: 8px;padding: 4pt;font-size: 13px;line-height: 16px;font-family: UbuntuMono, courier, monospace\">\n01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD\/ATI] RV710 [Radeon HD 4550]<\/pre>\n<p><span style=\"font-size: 1.385em;font-weight: bold;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;line-height: 28px\">Testing The Driver<\/span><\/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\">To look for boot messages\/errors, check<\/p>\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<pre style=\"margin-top: 0px;margin-bottom: 8px;padding: 4pt;font-size: 13px;line-height: 16px;font-family: UbuntuMono, courier, monospace\">\ndmesg | egrep &#039;drm|radeon&#039;<\/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\">To see your OpenGL information, you can run the commands below. Make sure your OpenGL renderer string does not say &quot;software rasterizer&quot; or &quot;llvmpipe&quot; because that would mean you have no 3D hardware acceleration:<\/p>\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<pre style=\"margin-top: 0px;margin-bottom: 8px;padding: 4pt;font-size: 13px;line-height: 16px;font-family: UbuntuMono, courier, monospace\">\nsudo apt-get install mesa-utils\nLIBGL_DEBUG=verbose glxinfo<\/pre>\n<div><span style=\"font-size: 1.385em;font-weight: bold;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;line-height: 28px\">Removing the proprietary fglrx driver<\/span><\/div>\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\">&nbsp;<span style=\"font-family: 'Ubuntu Beta', UbuntuBeta, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;line-height: 19.5px\">Typically, the following manual commands will properly uninstall -fglrx:<\/span><\/p>\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\">&nbsp;<\/p>\n<p>&nbsp; &nbsp;sudo apt-get remove &#8211;purge xorg-driver-fglrx fglrx*<\/p>\n<pre>\n  <\/pre>\n<p>Fonte:&nbsp;https:\/\/wiki.ubuntu.com\/X\/Troubleshooting\/VideoDriverDetection#Problem:_Need_to_purge_-fglrx<\/p>\n<p><span style=\"font-size: 1.385em;font-weight: bold;line-height: 28px;font-family: Ubuntu, 'Ubuntu Beta', 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif\">Recommended configuration for X.org<\/span><\/p>\n<pre style=\"font-size: 13px;width: 904px;line-height: 19.5px\">\n  sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core\n  sudo dpkg-reconfigure xserver-xorg<\/pre>\n<p>&nbsp;<\/p>\n<p style=\"margin-top: 0px;font-size: 14px;clear: both;font-family: UbuntuRegular, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;line-height: 18.200000762939453px\">Boot into recovery mode and select Root Shell. Then run:<\/p>\n<pre style=\"margin-top: 0px;margin-bottom: 10px;padding: 5px;font-size: 14px;overflow: auto;width: auto;max-height: 600px;font-family: 'Ubuntu Mono', 'Ubuntu Beta Mono A', Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;line-height: 18.200000762939453px\">\n<code style=\"margin-top: 0px;margin-bottom: 0px;font-size: 14px;font-family: 'Ubuntu Mono', 'Ubuntu Beta Mono A', Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace\">X -configure\n<\/code><\/pre>\n<p style=\"margin-top: 0px;font-size: 14px;clear: both;font-family: UbuntuRegular, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;line-height: 18.200000762939453px\">Then:<\/p>\n<pre style=\"margin-top: 0px;margin-bottom: 10px;padding: 5px;font-size: 14px;overflow: auto;width: auto;max-height: 600px;font-family: 'Ubuntu Mono', 'Ubuntu Beta Mono A', Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;line-height: 18.200000762939453px\">\n<code style=\"margin-top: 0px;margin-bottom: 0px;font-size: 14px;font-family: 'Ubuntu Mono', 'Ubuntu Beta Mono A', Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace\">cp \/root\/xorg.conf.new \/etc\/X11\/xorg.conf\n<\/code><\/pre>\n<p style=\"margin-top: 0px;font-size: 14px;clear: both;font-family: UbuntuRegular, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;line-height: 18.200000762939453px\">Reboot and you can edit the new Xorg.conf.<\/p>\n<p style=\"margin-top: 0px;font-size: 14px;clear: both;font-family: UbuntuRegular, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;line-height: 18.200000762939453px\">&nbsp;<\/p>\n<p style=\"margin-top: 0px;font-size: 14px;clear: both;font-family: UbuntuRegular, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;line-height: 18.200000762939453px\"><a href=\"http:\/\/blog.ffteixeira.net\/?q=content\/radeon-hd-configuration\">Next Step<\/a><\/p>\n<p style=\"margin-top: 0px;font-size: 14px;clear: both;font-family: UbuntuRegular, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;line-height: 18.200000762939453px\">&nbsp;<\/p>\n<p style=\"margin-top: 0px;font-size: 14px;clear: both;font-family: UbuntuRegular, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;line-height: 18.200000762939453px\">Fonte: https:\/\/help.ubuntu.com\/community\/RadeonDriver<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp;Identifying Your Graphics Chip First, check your graphic card name and chipset: &nbsp; sudo update-pciids #optional command, requires internet lspci -nn | grep VGA It should report something like this for your graphics card: 01:00.0 VGA compatible controller: Advanced Micro &hellip; <a href=\"https:\/\/blog.ffteixeira.net\/?p=111\">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-111","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=\/wp\/v2\/posts\/111","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=111"}],"version-history":[{"count":0,"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=\/wp\/v2\/posts\/111\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}