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 all commits
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
12 changes: 10 additions & 2 deletions docs/equipment/nvidia.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -1259,10 +1259,18 @@ epm -i xorg-drv-nouveau

:::

::: info

**Xf86-video-nouveau** — это [DDX-драйвер](https://dri.freedesktop.org/wiki/DDX/) для Xorg, необходимый для поддержки 2D и 3D-ускорения на старых видеокартах.

Для новых видеокарт существует универсальный [modesetting-драйвер](https://www.x.org/wiki/ModeSetting/) **Xf86-video-modesetting**, который уже входит в пакет Mesa и не нуждается в установке.

:::

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

```shell
su-
su -
reboot
```

Expand Down
Loading