Программа для настройки драйвера амд

Neither the fglrx driver nor any version of Ubuntu that would use it are supported by their respective purveyors. This entire article is obsolete.

  1. BEFORE YOU PROCEED
  2. Introduction
  3. Before you get started
  4. Installation via the Ubuntu repositories
  1. Installing via the command line
  1. Manually installing Catalyst 13.4
  2. Manually installing Catalyst 13.4, special case for Intel/AMD hybrid graphics
  1. MESA «error»
  2. HDTV underscan
  3. Catalyst Control Center does not open from the panel icon
  1. Known issues
  2. New issues
  1. Technical Support

1. BEFORE YOU PROCEED

man radeon

2. Introduction

By default Ubuntu uses the open source Radeon driver for cards manufactured by AMD. However, the proprietary fglrx driver (known as AMD Catalyst or AMD Radeon Software) is made available for those who would like to use it.

Radeon RX 580. Настройка драйвера. Основы. Герцовка. Даунвольтинг. Биос. Запись видео

The instructions on this page advise on how to install and use fglrx.

If you encounter a bug with these closed-source drivers, you are welcome to file a report via Launchpad. However, if the bug is determined to be with fglrx, this may only be fixed by AMD, as they are the only ones with access to the source code.

3. Before you get started

  1. Go to the AMD website.
  2. Enter your graphic card details. You may check this at the terminal:

lspci -vvnn | grep VGA

NOTE: If you are switching from another OEM’s hardware, NVIDIA for instance, you must uninstall the driver for that hardware before installing the AMD driver.

4. Installation via the Ubuntu repositories

The easiest way to install binary drivers is to use the built in Additional Drivers manager in Ubuntu.

After the fglrx driver is installed, reboot your system and login. To check whether the fglrx driver is working, open a terminal and type:

fglrxinfo

If fglrx is installed and working well you should see an output similar to:

fglrxinfo display: :0 screen: 0 OpenGL vendor string: Advanced Micro Devices, Inc. OpenGL renderer string: ATI Radeon HD 4300/4500 Series OpenGL version string: 3.3.11399 Compatibility Profile Context

4.1. Installing via the command line

For users who find that the Additional Drivers method does not work, please file a bug report on Launchpad about this.

Once done, the driver may also be installed from the Ubuntu repositories using the terminal.

    Save a backup copy of xorg.conf in case this doesn’t work.

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.BAK
sudo apt-get purge fglrx*
sudo apt-get install linux-headers-generic
sudo apt-get install fglrx fglrx-amdcccle
sudo apt-get install fglrx-updates fglrx-amdcccle-updates

From 14.04 forward, fglrx-amdcccle is included when you install fglrx, so the following will suffice:

sudo apt-get install fglrx
sudo apt-get install fglrx-updates
To install the packages for hardware acceleration along with the driver:
sudo apt-get install fglrx xvba-va-driver libva-glx1 libva-egl1 vainfo
sudo apt-get install fglrx-updates xvba-va-driver libva-glx1 libva-egl1 vainfo
sudo amdconfig —initial

Читайте также:
Как называется программа для сканирования в телефоне

If you are using multiple AMD graphics cards or AMD dual graphics (i.e.: notebook users), use:
sudo amdconfig —adapter=all —initial
fglrxinfo
You should get an output similar to the following:
fglrxinfo display: :0 screen: 0 OpenGL vendor string: Advanced Micro Devices, Inc. OpenGL renderer string: AMD Radeon HD 6300M Series OpenGL version string: 4.2.11733 Compatibility Profile Context

5. Installing upstream drivers directly from AMD’s website

Radeon mod увеличивает FPS? Оптимизация видеокарты amd для игр!

5.1. Manually installing Catalyst 13.4

These instructions apply to AMD Catalyst official software distributions, versions 11 through to 13 (e.g. 11.10, 12.104, 13.12, 13.35/»14.1 beta»). Before you go about installing the fglrx driver from the official AMD Catalyst software distribution ensure to read the release notes from the AMD website.

In this how-to an AMD64 Catalyst 13.4 installation on an Ubuntu 13.1 system (Saucy) with an AMD Radeon HD 6300M will be chosen for illustrative purposes.

  1. Download the driver found at the AMD website. Select System — Product Family — Product — and Operating System (Linux x86/x86_64). Select a compatible driver. To avoid complications later on, save it inside an empty folder. Unzip the driver if necessary.
  2. Enable the Source Code repository in Synaptic Package Manger, then open a terminal and type:

sudo apt-get update
sh amd-driver-installer-catalyst-13-4-x86.x86_64.run —buildpkg Ubuntu/trusty

If it is required, a package manager window will open and install some dependencies and after a while create the following three .deb packages:

fglrx_13.4-0ubuntu1_amd64.deb fglrx-amdcccle_13.4-0ubuntu1_amd64.deb fglrx-dev_13.4-0ubuntu1_amd64.deb

    For reference, the AMD driver installer can also be executed using its built-in graphical user interface, which provides options to manually generate the fglrx driver.

sudo ./amd-driver-installer-catalyst-13-4-x86.x86_64.run
sudo dpkg -i fglrx*.deb

sudo amdconfig —initial

After this command, reboot your system. If all is right, the fglrx driver that corresponds to AMD Catalyst 13.4 will be installed and working on your system. To confirm the drivers are working open a terminal and type:

fglrxinfo
You should get an output similar to the following:
fglrxinfo display: :0 screen: 0 OpenGL vendor string: Advanced Micro Devices, Inc. OpenGL renderer string: AMD Radeon HD 6300M Series OpenGL version string: 4.2.11733 Compatibility Profile Context

5.2. Manually installing Catalyst 13.4, special case for Intel/AMD hybrid graphics

WARNING: This method does not appear to work with Catalyst 12.8. More information will follow as available.

WARNING: Using a method other than described in the manual instructions section above by creating a .deb file can lead to extreme difficulties. Be sure to take note of the instructions for uninstalling the driver at the end of this section, since the driver must be uninstalled using the amdconfig utility.

This method is NOT RECOMMENDED in general, but has been found by some users with Intel/AMD hybrid graphics to work.

    Save backup copy of xorg.conf in case this doesn’t work.

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.BAK
sudo apt-get purge fglrx fglrx-amdcccle

For some users, the fglrx-updates and fglrx-amdcccle-updates packages do not work. If you attempted to install them, also do:

sudo apt-get purge fglrx-updates fglrx-amdcccle-updates
cd /path/to/file
sudo chmod +x amd-driver-installer-catalyst-13-4-x86.x86_64.run
sudo ./amd-driver-installer-catalyst-13-4-x86.x86_64.run
sudo amdconfig —initial

fglrxinfo
You should get an output similar to the following:
fglrxinfo display: :0 screen: 0 OpenGL vendor string: Advanced Micro Devices, Inc. OpenGL renderer string: AMD Radeon HD 6300M Series OpenGL version string: 4.2.11733 Compatibility Profile Context
sudo amdconfig —uninstall

6. Enabling Video Hardware Acceleration

Video hardware acceleration with the Linux AMD driver is not as full featured as other OEMs, but there is some that can be enabled. To get video hardware acceleration (tested on all currently supported releases at the time of writing), you need to add four packages after installing the driver.

Читайте также:
Программа для елм 327 на Андроид отзывы

sudo apt-get install xvba-va-driver libva-glx1 libva-egl1 vainfo

You can test to see if you have installed them correctly thus:

sudo vainfo

When installed correctly, you should get the following:

libva: VA-API version 0.32.0 Xlib: extension «XFree86-DRI» missing on display «:0». libva: va_getDriverName() returns 0 libva: Trying to open /usr/lib/x86_64-linux-gnu/dri/fglrx_drv_video.so libva: va_openDriver() returns 0 vainfo: VA-API version: 0.32 (libva 1.0.15) vainfo: Driver version: Splitted-Desktop Systems XvBA backend for VA-API — 0.7.8 vainfo: Supported profile and entrypoints VAProfileH264High : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD

From time to time a required symlink is not properly created. This will result in a shorter message than the above indicating that the driver could not be found.

The following may correct the problem.

For 64 bit systems:

sudo ln -s /usr/lib/va/drivers/fglrx_drv_video.so /usr/lib/x86_64-linux-gnu/dri/fglrx_drv_video.so

For 32 bit systems:

sudo ln -s /usr/lib/va/drivers/fglrx_drv_video.so /usr/lib/dri/fglrx_drv_video.so

7. Troubleshooting

You may see a message like this:

Xlib: extension «XFree86-DRI» missing on display «:1.0

This message does not necessarily indicate a problem. It can be fixed however.

Open /etc/X11/xorg.conf and add the following line to Section «Module»:

load «dri»

7.1. MESA «error»

If fglrxinfo gives you the following output, your installation is not completed correctly:

$ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.2 (1.5 Mesa 6.4.1)

    Make sure that the restricted-modules package installed correspond to the kernel your are running and that you can load the fglrx driver, whether by issuing the command:

sudo modprobe fglrx
or by verifying that the module appears in the list of loaded modules, by issuing the command:
lsmod
sudo ln -s /usr/lib/dri /usr/lib/xorg/modules/dri
sudo rmmod radeon
sudo rmmod dri
sudo rmmod ati-agp
and blacklist it in:
/etc/modprobe.d/blacklist
Load «dri»
/etc/X11/xorg.conf
Section «Module»

7.2. HDTV underscan

If you experience underscan when outputting video to an HDTV, this may resolve the issue:

sudo amdconfig —set-pcs-val=MCIL,DigitalHDTVDefaultUnderscan,0 sudo reboot

This sets the default underscan setting to false.

7.3. Catalyst Control Center does not open from the panel icon

If you cannot get the Catalyst Control Center to launch from an icon, try from the terminal:

gksudo amdcccle

8. Reporting a bug when using fglrx via supported Ubuntu repository

8.1. Known issues

  • fglrx-installer not working with AMD Radeon™ HD/Mobility Radeon™ HD 4000, 3000 or 2000 series graphics card
  • For more on this, please see https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1058040.

8.2. New issues

If you have a bug in the driver provided in a supported Ubuntu repository, please file a report about this by executing at a terminal:

ubuntu-bug xorg

Once reported, please test the latest fglrx version available from AMD’s website as per below. This will allow one to also report it to AMD directly, as they are the maintainers of the fglrx, and will ultimately be the ones providing a fix. Not testing the latest driver available for your card virtually eliminates the possibility of getting your bug solved.

9. Reporting a bug in fglrx when using latest upstream beta and stable downloaded directly from AMD’s website

Reporting bugs about the latest driver downloaded directly from AMD’s website should be done via official AMD channels. Please do not report bugs about these drivers on Launchpad.

9.1. Technical Support

Before submitting a bug to AMD, please provide the output of the following terminal command:

sh /usr/share/fglrx/atigetsysteminfo.sh

Once obtained, submit a online service request. This will provide a ticket number sent to your e-mail address to track it.

10. Unofficial AMD Wiki and Bugzilla

As per AMD, the Unofficial Wiki for the AMD Linux Driver and Unofficial AMD Bugzilla are not supported by, or affiliated with AMD in any way. Hence, please use official AMD reporting methods if you would like your issue addressed by AMD.

Читайте также:
Проверить компьютер на скрытые программы

11. See Also

  • The AMD Radeon open-source driver how-to for Ubuntu
  • AMD’s AMDGPU open source driver for GCN (Graphics Core Next) GPUs
  • AMD’s AMDGPU-PRO hybrid proprietary/open-source driver for GCN (Graphics Core Next) GPUs
  • AMD driver homepage https://support.amd.com

BinaryDriverHowto/AMD (последним исправлял пользователь qiii 2019-06-27 01:11:05)

The material on this wiki is available under a free license, see Copyright / License for details
You can contribute to this wiki, see Wiki Guide for details

Источник: help.ubuntu.com

AMD Radeon Software Adrenalin 23.7.1 WHQL: Исправление проблем производительности в играх, улучшения в энергопотреблении

Компания AMD выпустила обновление Radeon Software Adrenalin 23.7.1 WHQL для Windows 11 и Windows 10: Поддержка новых расширений Vulkan, исправление проблем производительности в играх, улучшения в энергопотреблении RX 7000 серии.

Обновление драйверов AMD Radeon 23.7.1 WHQL для Windows 11 и Windows 10 доступно в рамках линейки программного обеспечения AMD Radeon Software Adrenalin. Этот пакет драйверов обеспечивает поддержку новых расширений Vulkan, исправление проблем производительности и искажений в играх, улучшения в энергопотреблении RX 7000 серии. Некоторые проблемы, включая сбои и задержки, ещё не исправлены.

Новое в AMD Radeon Software 23.7.1 WHQL

Драйвер AMD Software: Adrenalin Edition 23.7.1 включает следующие изменения:

Улучшения и оптимизации

  • Поддержка дополнительных расширений Vulkan. Подробнее можно узнать в документе поддержки.

Исправленные проблемы

Известные проблемы

  • Возможен периодический сбой приложения во время игры в RuneScape на некоторых графических продуктах AMD, таких как Radeon RX 5700 XT.
  • Искажения могут наблюдаться вокруг некоторых игровых моделей при игре в Hatsune Miku: Project DIVA Mega Mix+ на некоторых графических продуктах AMD, таких как Radeon RX 6900 XT.
  • Задержки могут наблюдаться при игре в Call of Duty: Modern Warfare II с включенным Radeon Anti-Lag. Временное решение — отключить Anti-Lag в настройках игры.
  • В оверлее показателей производительности может отображаться N/A для FPS в различных играх.
  • Сигнал дисплея может быть потерян после переключения окон на некоторых дисплеях с поддержкой Adaptive-Sync на некоторых графических продуктах AMD, таких как Radeon RX 7900 XTX.
  • Более высокое, чем ожидаемое, использование памяти GPU при использовании некоторых настроек записи и трансляции, таких как Instant Replay.

Источник: www.playground.ru

AMD выпустила драйвер AMD Radeon Software Adrenalin 23.7.1

AMD выпустила драйвер AMD Radeon Software Adrenalin 23.7.1

Компания AMD выпустила драйвер AMD Radeon Software Adrenalin 23.7.1.

Список исправлений

Известные проблемы

• Периодически может наблюдаться сбой приложения во время игры в RuneScape™ на некоторых графических продуктах AMD, таких как Radeon™ RX 5700 XT;
• Периодические повреждения могут наблюдаться вокруг некоторых моделей игроков во время игры в Hatsune Miku: Project DIVA Mega Mix+™ на некоторых графических продуктах AMD, таких как Radeon™ RX 6900 XT;
• При игре в Call of Duty®: Modern Warfare® II с включенной функцией Radeon™ Anti-Lag могут наблюдаться заикания. В качестве временного решения пользователям, столкнувшимся с этим, рекомендуется отключить Anti-Lag в настройках для каждой игры;
• Оверлей метрик производительности может сообщать N/A для FPS в различных играх;
• Сигнал дисплея может быть потерян после переключения окон на определенных дисплеях с поддержкой Adaptive-Sync на некоторых графических продуктах AMD, таких как Radeon™ RX 7900 XTX.
• Более высокая, чем ожидалось, загрузка памяти графического процессора при использовании некоторых настроек записи и стрима, таких как Instant Replay;

Важные примечания

• Сброс к заводским настройкам был временно отключен в качестве меры предосторожности, пока AMD исправляет отдельные проблемы с установкой, о которых сообщалось во время обновления ПК. Пользователи могут использовать AMD Cleanup Utility в качестве временного варианта;

Источник: msreview.net

Рейтинг
( Пока оценок нет )
Загрузка ...
EFT-Soft.ru