[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Розбіжності

Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.

Посилання на цей список змін

Порівняння попередніх версійПопередня ревізія
Наступна ревізіяПо сторонах наступні версії
uk:howtos:hardware:proprietary_graphics_drivers [2015/12/01 10:57 (UTC)] – [Встановлення через бінарний встановлювач від nVIDIA] streamthreaderuk:howtos:hardware:proprietary_graphics_drivers [2015/12/01 11:26 (UTC)] – [Встановлення використовуючи бінарний встановлювач nVIDIA] streamthreader
Рядок 188: Рядок 188:
 Відтепер модуль ''nvidia'' встановлений у системі для ядра яке зараз запущено. Відтепер модуль ''nvidia'' встановлений у системі для ядра яке зараз запущено.
  
-You must create an X.Org configuration file which loads the binary Nvidia driver if you decided //not// to let the ''nvidia-xconfig'' utility  modify your computer'''xorg.conf'' fileThe X.Org of Slackware supports individial "*.conf" files in a directory ''/etc/X11/xorg.conf.d''Any file with a ''.conf'' extension will be included together with the main ''/etc/X11/xorg.conf'' file. \\ You could create for instance a file named ''/etc/X11/xorg.conf.d/10-nvidia.conf'' with the following content: <code>+Ви повинні створити для X.Org файл налаштувань, який буде завантажувати бінарний драйвер Nvidia, якщо до цього, ви вирішили //не// дозволяти утиліті ''nvidia-xconfig'' редагувати файл ''xorg.conf''. Slackware підтримує індивідуальні файли "*.conf" для X.Org у директорії ''/etc/X11/xorg.conf.d''Будь який файл з розширенням ''.conf'', буде включений разом з загальним файлом налаштувань ''/etc/X11/xorg.conf'' як єдине ціле. \\ Ви можете створювати наприклад файл з ім'ям ''/etc/X11/xorg.conf.d/10-nvidia.conf'', з наступним вмістом: <code>
 Section "Device" Section "Device"
     Identifier  "Device0"     Identifier  "Device0"
Рядок 195: Рядок 195:
     BoardName ""     BoardName ""
 EndSection EndSection
-</code> Without this definitionyou will not get accelerated Nvidia GPU support! X.Org would fall-back to VESA mode because the nouveau driver has been blacklisted. //The kernel will not auto-detect the binary driver as opposed to the nouveau driver//.+</code> Без цього визначенняви не отримаєте підтримку прискорення від Nvidia GPU! X.Org перейде в цій ситуації (fall-back) до модулю VESA, так як модуль nouveau занесено до чорного списку. //Ядро не зможе визначити бінарний драйвер, на відміну від того як це робиться з драйвером nouveau//.
  
-=== Starting X11 with nvidia GPU Support ===+=== Запуск X11 з підтримкою nvidia GPU ===
  
 All that remains is to start the X.org server. This can be accomplished by configuring Slackware to start in //runlevel 4//, which will start a graphical login manager, such as KDM or XDM, on boot. If you want this, then you need to edit the file "/etc/inittab" and change the line <code>id:3:initdefault: All that remains is to start the X.org server. This can be accomplished by configuring Slackware to start in //runlevel 4//, which will start a graphical login manager, such as KDM or XDM, on boot. If you want this, then you need to edit the file "/etc/inittab" and change the line <code>id:3:initdefault:
 uk:howtos:hardware:proprietary_graphics_drivers ()