LINUX.ORG.RU

Как сохранить настройки в NVIDIA X Server Settings, а именно Force Full Composition Pipeline?

 ,


0

1

Эта настройка постоянно сбрасывается.

В /etc/X11/ нет xorg.conf.. Может быть этот файл теперь в другом месте создаётся.

$ uname -a
Linux PC 4.17.0-0.bpo.3-amd64 #1 SMP Debian 4.17.17-1~bpo9+1 (2018-08-27) x86_64 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 9.5 (stretch)
Release:        9.5
Codename:       stretch

$ glxinfo |grep NVIDIA
server glx vendor string: NVIDIA Corporation
client glx vendor string: NVIDIA Corporation
OpenGL vendor string: NVIDIA Corporation
OpenGL core profile version string: 4.5.0 NVIDIA 390.87
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL version string: 4.6.0 NVIDIA 390.87
OpenGL shading language version string: 4.60 NVIDIA
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 390.87



Последнее исправление: just_a_brake (всего исправлений: 1)

Создай конфиг /etc/X11/xorg.conf.d/20-nvidia.conf. Вот тебе пример с Arch Wiki:

Section "Device"
        Identifier "Nvidia Card"
        Driver     "nvidia"
        VendorName "NVIDIA Corporation"
        BoardName  "GeForce GTX 1050 Ti"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    Option         "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
    Option         "AllowIndirectGLXProtocol" "off"
    Option         "TripleBuffer" "on"
EndSection
Kron4ek ★★★★★
()
Ответ на: комментарий от Kron4ek

Не надо работать гуглом за этого ленивого индивида. У него каждый день новой вопрос, который гуглится за минуту. Медвежью услугу оказываешь.

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.