- Как узнать версию видеодрайвера в линукс?
- Как проверить версии драйверов в Linux? — Вокруг-Дом — 2021
- Table of Contents:
- Шаг 1
- Шаг 2
- Шаг 3
- Шаг 4
- Шаг 5
- Шаг 6
- Примеры драйверов устройств
- Как проверить свой компьютер на наличие плохих драйверов
- Как предотвратить автоматическую установку драйверов в windows 10
- Установка драйвера NVidia в Ubuntu и в Linux Mint. (Октябрь 2021).
- How to Find Which Graphics Card do You Have in Linux?
- Check graphics card details in Linux command line
- Use lspci command to find graphics card
- Get detailed graphics card information with lshw command in Linux
- Bonus Tip: Check graphics card details graphically
- Checking Driver and Firmware Versions on Linux
- Procedure
- HowTo Check HBA Firmware & Driver Version Info Linux
- Check HBA Firmware & Driver Version Info Linux
- Get HBA Driver Info
- Firmware Version Details
- Conclusion
- Related Articles
Как узнать версию видеодрайвера в линукс?
apt-cache show xserver-xorg-video-radeon
apt-cache show nvidia
apt-cache show nv
apt-cache show fglrx
заглянуть в логи xorg
Ну ещё можно поглядеть в пакетном менеджере synaptic установленный пакет
Вот и версия: 260.19.29, другими способами ее, наверное, и не узнать (т.к. устанавливал из оф. блоба).
так, думаю будет лучше, если не нвидиа
если не стоит mesa-progs, то
Кстати, насчет логов иксов выше было дельное предложение.
Извиняюсь не сказал название своей операционной системы. Это не убунтаи не дебиан, так что apt и синаптик отпадают.
bash-4.1$ grep LoadModule /var/log/Xorg.0.log (II) LoadModule: «glx» (II) LoadModule: «extmod» (II) LoadModule: «dri2» (II) LoadModule: «dbe» (II) LoadModule: «dri» (II) LoadModule: «radeon» (II) LoadModule: «vgahw» (II) LoadModule: «int10» (II) LoadModule: «ddc» (II) LoadModule: «i2c» (II) LoadModule: «fb» (II) LoadModule: «ramdac» (II) LoadModule: «exa» (II) LoadModule: «theatre_detect» (II) LoadModule: «evdev»
Вот такой вод вывод, только не понятно где тут упоминание о драйвере и его версии
glxinfo |grep ati GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_ATI_blend_equation_separate, GL_ATI_texture_env_combine3,
$ glxinfo |grep -i opengl OpenGL vendor string: DRI R300 Project OpenGL renderer string: Mesa DRI R300 (RV350 4150) 20090101 AGP 8x x86/MMX+/3DNow!+/SSE TCL OpenGL version string: 1.5 Mesa 7.8.1 OpenGL extensions:
При чем здесь ati, если у вас кривой модуль radeon? glxgears, небось, 20-30fps показывает?
если нвидия то nvidia-xconfig
bash-4.1$ cat /var/log/Xorg.0.log|grep -i driver (WW) AllowEmptyInput is on, devices using drivers ‘kbd’, ‘mouse’ or ‘vmmouse’ will be disabled. X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) RADEON: Driver for ATI Radeon chipsets: ABI class: X.Org Video Driver, version 6.0 ABI class: X.Org Video Driver, version 6.0 ABI class: X.Org Video Driver, version 6.0 (II) EXA(0): Driver registered support for the following operations: ABI class: X.Org Video Driver, version 6.0 (II) AIGLX: enabled GLX_texture_from_pixmap with driver support Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0
открытый драйвер ati..скорее всего какой-то xf86-video-ati. поищи в системе такой пакет и посмотри версию
Источник
Как проверить версии драйверов в Linux? — Вокруг-Дом — 2021
Table of Contents:
На компьютерах могут быть установлены различные операционные системы, такие как Linux. Если у вас есть ПК с операционной системой Linux, могут потребоваться обновления для различных компонентов, таких как видеокарта или звуковая карта. Для этого потребуется сначала проверить текущую версию драйвера на наличие установленного компонента или устройства. Проверка текущей версии драйвера в Linux осуществляется путем доступа к приглашению оболочки.
Шаг 1
Выберите значок главного меню и выберите опцию «Программы». Выберите опцию «Система» и нажмите опцию «Терминал». Это откроет окно терминала или приглашение командной строки.
Шаг 2
Введите «$ lsmod» и нажмите клавишу «Ввод». Это отобразит список всех модулей, которые используются ядром Linux.
Шаг 3
Запишите модуль, для которого вам нужно будет проверить установленную версию драйвера.
Шаг 4
Введите «$ modinfo имя-драйвера», например, e1000, и нажмите клавишу «Ввод». Это отобразит дополнительную информацию о драйвере, который установлен в системе.
Шаг 5
Прочитайте вывод информации, которая отображается на экране. Вывод будет включать имя файла модуля, информацию о версии и описание драйвера.
Шаг 6
Повторите шаги 4 и 5, чтобы получить версию драйвера для других модулей, которые используются с ядром Linux.
Примеры драйверов устройств
Когда новые компоненты добавляются в вашу компьютерную систему, драйверы устройств обеспечивают связь и распознавание этих компонентов с операционной системой. Когда оборудование .
Как проверить свой компьютер на наличие плохих драйверов
Как предотвратить автоматическую установку драйверов в windows 10
Windows 10 старается быть удобным помощником везде, где только может, и одна из областей, в которой он лучше всего работает — это Центр обновления Windows. При подключении устройства оно будет искать подходящий драйвер.
Установка драйвера NVidia в Ubuntu и в Linux Mint. (Октябрь 2021).
Источник
How to Find Which Graphics Card do You Have in Linux?
Last updated April 18, 2020 By Abhishek Prakash 19 Comments
Be it Nvidia or Radeon or Intel, they all may have some issues with Linux. When you are on your way to troubleshoot the graphics problem, the first thing you want to know is which graphics card do you have in your system.
Linux has several commands to check hardware information. You can use them to check what graphics card (also refer to as video card) do you have. Let me show you a couple of commands to get GPU information in Linux.
Check graphics card details in Linux command line
Use lspci command to find graphics card
The lspci command displays the information about devices connected through PCI (peripheral Component Interconnect) buses. Basically, this command gives you the detail about all the peripheral devices to your system from keyboard and mouse to sound, network and graphics cards.
By default, you’ll have a huge list of such peripheral devices. This is why you need to filter the output for graphics card with grep command in this manner:
This should show a one line information about your graphics card:
As you can see, my system has Intel HD 620 video card.
Get detailed graphics card information with lshw command in Linux
The lspci command is good enough to see what graphics card you have but it doesn’t tell you a lot. You can use lshw command to get more information on it.
You may have to install lshw on Fedora, Manjaro and a few non-Ubuntu distributions.
This command requires you to have root access. You need to specify that you are looking for video card (graphics card) information in this fashion:
And as you can see in the output below, this command gives more information on the graphics card such as clock rate, width, driver etc.
Bonus Tip: Check graphics card details graphically
It’s not that you must use the command line to find graphics card details in Linux. Most Linux distributions (or should I say desktop environments) provide essential details in the settings application.
For example, if you are using GNOME desktop environment, you can check the details by going to About section of Settings. Here’s what it looks like in Ubuntu 20.04:
I hope you find this quick tip helpful. You can also use the same commands to find your network adapter and CPU information in Linux.
If you have questions or suggestions, don’t hesitate to write a comment.
Like what you read? Please share it with others.
Источник
Checking Driver and Firmware Versions on Linux
Check the current driver and firmware versions of the Linux operating system to determine whether to install the driver and upgrade the firmware.
This section describes how to check the LSI SAS3108 RAID controller card driver and firmware versions in SLES 11 SP1.
Procedure
- Log in to the virtual console of the server.
Mount the driver ISO file, for example, onboard_driver_sles11sp1.iso.
- On the toolbar of the Remote Virtual Console, click .
The virtual DVD-ROM drive dialog box is displayed, as shown in Figure 8-6.
The Open dialog box is displayed.
When Connect changes to Disconnect (as shown in Figure 8-7), the virtual DVD-ROM drive is successfully connected to the server.
Run the following command to create a new file path to save the drivers, for example, /root/driver:
Run the following command to copy all the files to /root/driver:
Run the following commands to start the installation:
The following information is displayed:
The script checks whether the current hardware driver versions are compatible with each other and displays the check result.
- The script also checks the firmware and driver versions. If the version information in the Driver Version and Firmware Version columns is green, the firmware version is compatible with the driver version. If the version information is red, upgrade the firmware or driver to the version displayed after Target.
- For details about how to upgrade the firmware, see the FusionServer Pro Rack Server Upgrade Guide, FusionServer Pro High-Density Server Upgrade Guide , FusionServer Pro Blade Server Upgrade Guide, or FusionServer Pro G5500 Data Center Heterogeneous Server Upgrade Guide.
- If yes, enter q to exit. No further action is required.
- If no, press any key, and enter 1 to upgrade the driver.
Источник
HowTo Check HBA Firmware & Driver Version Info Linux
by ARK · March 16, 2018
FC HBA – Fiber Channel Host Bus Adapter which is used to connect SAN devices to servers. To allocate LUN(s)/storage space to server. In this article i am going to show you Howto check HBA firmware & Driver Version Info Linux. Which are the details required to cross verify compatibility with SAN switch connectivity.
Check HBA Firmware & Driver Version Info Linux
The very first command is to verify whether we have HBA cards installed in your machine.
Note: Highlighted in orange color or PCI slot numbers, remember we use them in this article
Check current used host number details using above command and note it down.
Now check it up Kernel driver name as shown below
Get HBA Driver Info
Vendor details HowTo Check HBA Firmware & Driver Info in Linux
Use modinfo command to get the version details
Firmware Version Details
Host Bus Adapter firmware details can be achieved using below command
You can also use scli command to get HBA firmware details
Single command get all Firmware, Driver and HBA Model details. HowTo Check HBA Firmware & Driver Info in Linux
Conclusion
HowTo Check HBA Firmware & Driver Info in Linux is very simple using above commands. First identify which card details you would like to find they note there slot number details and hostN.
Related Articles
Thanks for your wonderful Support and Encouragement
Источник