{"id":3267,"date":"2014-12-01T14:01:37","date_gmt":"2014-12-01T14:01:37","guid":{"rendered":"http:\/\/blog.bachi.net\/?p=3267"},"modified":"2015-12-07T15:50:29","modified_gmt":"2015-12-07T15:50:29","slug":"ati-radeon-for-linux","status":"publish","type":"post","link":"https:\/\/blog.bachi.net\/?p=3267","title":{"rendered":"ATI Radeon for Linux"},"content":{"rendered":"<h3>Multiple Monitors (VGA\/DVI\/HDMI)<\/h3>\n<p><a href=\"https:\/\/www.v13.gr\/blog\/?p=94\">Multiple Monitors with Opensource Radeon Driver and Xorg<\/a><\/p>\n<h3>Reference<\/h3>\n<p><a href=\"http:\/\/wiki.ubuntuusers.de\/Grafikkarten\/AMD\/radeon\">OpenSource radeon<\/a><br \/>\n<a href=\"https:\/\/help.ubuntu.com\/community\/RadeonDriver\">RadeonDriver<\/a><br \/>\n<a href=\"https:\/\/help.ubuntu.com\/community\/BinaryDriverHowto\/AMD\">BinaryDriverHowto\/AMD<\/a><br \/>\n<a href=\"http:\/\/askubuntu.com\/questions\/510162\/unable-to-completely-purge-fglrx\">Unable to completely purge fglrx<\/a><\/p>\n<h3>xorg<\/h3>\n<p><a href=\"http:\/\/wiki.ubuntuusers.de\/XServer\">XServer<\/a><br \/>\n<a href=\"http:\/\/wiki.ubuntuusers.de\/RandR\">RandR<\/a><br \/>\n<a href=\"http:\/\/wiki.ubuntuusers.de\/Bildschirmaufl%C3%B6sung\">Bildschirmaufl\u00f6sung<\/a><br \/>\n<a href=\"http:\/\/wiki.ubuntuusers.de\/XServer_grafisch_einrichten\">XServer grafisch einrichten<\/a><br \/>\n<a href=\"http:\/\/askubuntu.com\/questions\/217758\/how-to-make-an-xorg-conf-file\">How to make an xorg.conf file<\/a><\/p>\n<h3>Grub<\/h3>\n<p><a href=\"http:\/\/askubuntu.com\/questions\/54067\/how-do-i-safely-change-grub2-screen-resolution\">ow do I safely change grub2 screen resolution?<\/a><br \/>\n<a href=\"http:\/\/community.linuxmint.com\/tutorial\/view\/842\">Fixing the black screen after grub boot-up<\/a><br \/>\n<a href=\"https:\/\/bbs.archlinux.org\/viewtopic.php?id=49241\">radeonfb syntax<\/a><br \/>\n<a href=\"http:\/\/askubuntu.com\/questions\/492172\/kubuntu-14-04lts-radeon-rs690-x1270-unable-to-use-resolution-of-more-than-10\">Kubuntu 14.04LTS, Radeon RS690 (X1270), unable to use resolution of more than 1024&#215;768<\/a><\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n$ cvt 1280 1024 60\r\n# 1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz\r\nModeline &quot;1280x1024_60.00&quot;  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync\r\n\r\n$ xrandr --newmode &lt;von oben&gt;\r\n$ xrandr --newmode &quot;1280x1024_60.00&quot;  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync\r\n$ xrandr --addmode DVI-0 &quot;1280x1024_60.00&quot;\r\n$ xrandr --output DVI-0 --mode &quot;1280x1024_60.00&quot;\r\n<\/pre>\n<pre class=\"brush: plain; title: \/etc\/X11\/xorg.conf (new with OpenSource driver); notranslate\" title=\"\/etc\/X11\/xorg.conf (new with OpenSource driver)\">\r\nSection &quot;ServerLayout&quot;\r\n\tIdentifier     &quot;X.org Configured&quot;\r\n\tScreen      0  &quot;Screen0&quot; 0 0\r\n\tInputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;\r\n\tInputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;\r\nEndSection\r\n\r\nSection &quot;Files&quot;\r\n\tModulePath   &quot;\/usr\/lib\/xorg\/modules&quot;\r\n\tFontPath     &quot;\/usr\/share\/fonts\/X11\/misc&quot;\r\n\tFontPath     &quot;\/usr\/share\/fonts\/X11\/cyrillic&quot;\r\n\tFontPath     &quot;\/usr\/share\/fonts\/X11\/100dpi\/:unscaled&quot;\r\n\tFontPath     &quot;\/usr\/share\/fonts\/X11\/75dpi\/:unscaled&quot;\r\n\tFontPath     &quot;\/usr\/share\/fonts\/X11\/Type1&quot;\r\n\tFontPath     &quot;\/usr\/share\/fonts\/X11\/100dpi&quot;\r\n\tFontPath     &quot;\/usr\/share\/fonts\/X11\/75dpi&quot;\r\n\tFontPath     &quot;built-ins&quot;\r\nEndSection\r\n\r\nSection &quot;Module&quot;\r\n\tLoad  &quot;glx&quot;\r\nEndSection\r\n\r\nSection &quot;InputDevice&quot;\r\n\tIdentifier  &quot;Keyboard0&quot;\r\n\tDriver      &quot;kbd&quot;\r\nEndSection\r\n\r\nSection &quot;InputDevice&quot;\r\n\tIdentifier  &quot;Mouse0&quot;\r\n\tDriver      &quot;mouse&quot;\r\n\tOption\t    &quot;Protocol&quot; &quot;auto&quot;\r\n\tOption\t    &quot;Device&quot; &quot;\/dev\/input\/mice&quot;\r\n\tOption\t    &quot;ZAxisMapping&quot; &quot;4 5 6 7&quot;\r\nEndSection\r\n\r\nSection &quot;Monitor&quot;\r\n\tIdentifier   &quot;DVI-0&quot;\r\n\tVendorName   &quot;acer&quot;\r\n\tModelName    &quot;AL1913&quot;\r\n\r\n\t# 1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz\r\n\tModeline &quot;1280x1024&quot;  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync\r\n\t\r\nEndSection\r\n\r\nSection &quot;Device&quot;\r\n\tIdentifier  &quot;V5200&quot;\r\n\tDriver      &quot;radeon&quot;\r\nEndSection\r\n\r\nSection &quot;Screen&quot;\r\n\tIdentifier &quot;Screen0&quot;\r\n\tDevice     &quot;V5200&quot;\r\n\tMonitor    &quot;DVI-0&quot;\r\n\tSubSection &quot;Display&quot;\r\n\t\tViewport   0 0\r\n\t\tDepth      16\r\n\t\tModes      &quot;1280x1024&quot;\r\n\tEndSubSection\r\n\tSubSection &quot;Display&quot;\r\n\t\tViewport   0 0\r\n\t\tDepth      24\r\n\t\tModes      &quot;1280x1024&quot;\r\n\tEndSubSection\r\nEndSection\r\n<\/pre>\n<pre class=\"brush: plain; title: old... don&#039;t install; notranslate\" title=\"old... don&#039;t install\">\r\n$ sudo apt-get install fglrx\r\nReading package lists... Done\r\nBuilding dependency tree       \r\nReading state information... Done\r\nThe following extra packages will be installed:\r\n  dkms fglrx-amdcccle fglrx-core lib32gcc1 libc6-i386 libqtcore4 qtcore4-l10n\r\nSuggested packages:\r\n  debhelper\r\nThe following NEW packages will be installed:\r\n  dkms fglrx fglrx-amdcccle fglrx-core lib32gcc1 libc6-i386 libqtcore4 qtcore4-l10n\r\n0 upgraded, 8 newly installed, 0 to remove and 5 not upgraded.\r\nNeed to get 73.3 MB of archives.\r\nAfter this operation, 315 MB of additional disk space will be used.\r\nDo you want to continue? &#x5B;Y\/n] y\r\nGet:1 http:\/\/ch.archive.ubuntu.com\/ubuntu\/ utopic\/main qtcore4-l10n all 4:4.8.6+git49-gbc62005+dfsg-1ubuntu1 &#x5B;617 kB]\r\nGet:2 http:\/\/ch.archive.ubuntu.com\/ubuntu\/ utopic\/main libqtcore4 amd64 4:4.8.6+git49-gbc62005+dfsg-1ubuntu1 &#x5B;1'554 kB]\r\nGet:3 http:\/\/ch.archive.ubuntu.com\/ubuntu\/ utopic\/main dkms all 2.2.0.3-1.1ubuntu5 &#x5B;64.4 kB]\r\nGet:4 http:\/\/ch.archive.ubuntu.com\/ubuntu\/ utopic\/main libc6-i386 amd64 2.19-10ubuntu2 &#x5B;2'213 kB]\r\nGet:5 http:\/\/ch.archive.ubuntu.com\/ubuntu\/ utopic\/main lib32gcc1 amd64 1:4.9.1-16ubuntu6 &#x5B;48.0 kB]\r\nGet:6 http:\/\/ch.archive.ubuntu.com\/ubuntu\/ utopic\/restricted fglrx-core amd64 2:14.201-0ubuntu2 &#x5B;28.4 MB]\r\nGet:7 http:\/\/ch.archive.ubuntu.com\/ubuntu\/ utopic\/restricted fglrx amd64 2:14.201-0ubuntu2 &#x5B;35.3 MB]                                          \r\nGet:8 http:\/\/ch.archive.ubuntu.com\/ubuntu\/ utopic\/restricted fglrx-amdcccle amd64 2:14.201-0ubuntu2 &#x5B;5'139 kB]                                \r\nFetched 73.3 MB in 2min 42s (450 kB\/s)                      \r\nSelecting previously unselected package qtcore4-l10n.\r\n(Reading database ... 177715 files and directories currently installed.)\r\nPreparing to unpack ...\/qtcore4-l10n_4%3a4.8.6+git49-gbc62005+dfsg-1ubuntu1_all.deb ...\r\nUnpacking qtcore4-l10n (4:4.8.6+git49-gbc62005+dfsg-1ubuntu1) ...\r\nSelecting previously unselected package libqtcore4:amd64.\r\nPreparing to unpack ...\/libqtcore4_4%3a4.8.6+git49-gbc62005+dfsg-1ubuntu1_amd64.deb ...\r\nUnpacking libqtcore4:amd64 (4:4.8.6+git49-gbc62005+dfsg-1ubuntu1) ...\r\nSelecting previously unselected package dkms.\r\nPreparing to unpack ...\/dkms_2.2.0.3-1.1ubuntu5_all.deb ...\r\nUnpacking dkms (2.2.0.3-1.1ubuntu5) ...\r\nSelecting previously unselected package libc6-i386.\r\nPreparing to unpack ...\/libc6-i386_2.19-10ubuntu2_amd64.deb ...\r\nUnpacking libc6-i386 (2.19-10ubuntu2) ...\r\nSelecting previously unselected package lib32gcc1.\r\nPreparing to unpack ...\/lib32gcc1_1%3a4.9.1-16ubuntu6_amd64.deb ...\r\nUnpacking lib32gcc1 (1:4.9.1-16ubuntu6) ...\r\nSelecting previously unselected package fglrx-core.\r\nPreparing to unpack ...\/fglrx-core_2%3a14.201-0ubuntu2_amd64.deb ...\r\nUnpacking fglrx-core (2:14.201-0ubuntu2) ...\r\nSelecting previously unselected package fglrx.\r\nPreparing to unpack ...\/fglrx_2%3a14.201-0ubuntu2_amd64.deb ...\r\nUnpacking fglrx (2:14.201-0ubuntu2) ...\r\nSelecting previously unselected package fglrx-amdcccle.\r\nPreparing to unpack ...\/fglrx-amdcccle_2%3a14.201-0ubuntu2_amd64.deb ...\r\nUnpacking fglrx-amdcccle (2:14.201-0ubuntu2) ...\r\nProcessing triggers for man-db (2.7.0.2-2) ...\r\nProcessing triggers for gnome-menus (3.10.1-0ubuntu2) ...\r\nProcessing triggers for desktop-file-utils (0.22-1ubuntu2) ...\r\nProcessing triggers for mime-support (3.55ubuntu1) ...\r\nProcessing triggers for ureadahead (0.100.0-16) ...\r\nureadahead will be reprofiled on next reboot\r\nSetting up qtcore4-l10n (4:4.8.6+git49-gbc62005+dfsg-1ubuntu1) ...\r\nSetting up libqtcore4:amd64 (4:4.8.6+git49-gbc62005+dfsg-1ubuntu1) ...\r\nSetting up dkms (2.2.0.3-1.1ubuntu5) ...\r\nSetting up libc6-i386 (2.19-10ubuntu2) ...\r\nSetting up lib32gcc1 (1:4.9.1-16ubuntu6) ...\r\nSetting up fglrx-core (2:14.201-0ubuntu2) ...\r\nupdate-alternatives: using \/usr\/lib\/fglrx-core\/ld.so.conf to provide \/etc\/ld.so.conf.d\/x86_64-linux-gnu_GFXCORE.conf (x86_64-linux-gnu_gfxcore_conf) in auto mode\r\nLoading new fglrx-core-14.201 DKMS files...\r\nFirst Installation: checking all kernels...\r\nBuilding only for 3.16.0-25-generic\r\nBuilding for architecture x86_64\r\nBuilding initial module for 3.16.0-25-generic\r\nDone.\r\n\r\nfglrx:\r\nRunning module version sanity check.\r\n - Original module\r\n   - No original module exists within this kernel\r\n - Installation\r\n   - Installing to \/lib\/modules\/3.16.0-25-generic\/updates\/dkms\/\r\n\r\ndepmod........\r\n\r\nDKMS: install completed.\r\nupdate-initramfs: deferring update (trigger activated)\r\nSetting up fglrx (2:14.201-0ubuntu2) ...\r\nupdate-alternatives: using \/usr\/lib\/fglrx\/ld.so.conf to provide \/etc\/ld.so.conf.d\/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode\r\nupdate-alternatives: using \/usr\/lib\/fglrx\/alt_ld.so.conf to provide \/etc\/ld.so.conf.d\/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode\r\nProcessing triggers for ureadahead (0.100.0-16) ...\r\nSetting up fglrx-amdcccle (2:14.201-0ubuntu2) ...\r\nProcessing triggers for libc-bin (2.19-10ubuntu2) ...\r\nProcessing triggers for initramfs-tools (0.103ubuntu8) ...\r\nupdate-initramfs: Generating \/boot\/initrd.img-3.16.0-25-generic\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Multiple Monitors (VGA\/DVI\/HDMI) Multiple Monitors with Opensource Radeon Driver and Xorg Reference OpenSource radeon RadeonDriver BinaryDriverHowto\/AMD Unable to completely purge fglrx xorg XServer RandR Bildschirmaufl\u00f6sung XServer grafisch einrichten How to make an xorg.conf file Grub ow do I safely change grub2 screen resolution? Fixing the black screen after grub boot-up radeonfb syntax Kubuntu 14.04LTS, Radeon [&hellip;]<\/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-3267","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/3267","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3267"}],"version-history":[{"count":13,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/3267\/revisions"}],"predecessor-version":[{"id":4401,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/3267\/revisions\/4401"}],"wp:attachment":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3267"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3267"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3267"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}