Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавил уточнение про xorg-drv-nouveau в nvidia.md #566

Merged
merged 3 commits into from
Aug 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Добавил уточнение про xorg-drv-nouveau в nvidia.md
vlad196 authored Aug 1, 2024
commit 32b457c14830885a41f674728c78d41878d626de
9 changes: 8 additions & 1 deletion docs/equipment/nvidia.md
Original file line number Diff line number Diff line change
@@ -1245,7 +1245,7 @@ epm -i kernel-modules-drm-nouveau-un-def

:::

- Если у Вас видеокарта **Curie** или старше, удостоверьтесь, что у вас установлен пакет с Xf86-video-nouveau:
- Если у Вас видеокарта **Curie** или старше, удостоверьтесь, что у вас установлен пакет xorg-drv-nouveau с DDX-драйвером Xf86-video-nouveau:

::: code-group

@@ -1259,6 +1259,13 @@ epm -i xorg-drv-nouveau

:::

::: info

**Xf86-video-nouveau** — это DDX-драйвер для Xorg, необходимый для поддержки 2D и 3D-ускорения на старый видеокартах.

Для новых видеокарт существует универсальный modesetting драйвер **Xf86-video-modesetting**, который уже входит в пакет Mesa и не нуждается в установке.
:::

- Перезагрузите систему

```shell