Медленное обновление картинки на мониторах после установки драйверов nvidia

Я использую монитор ноутбука и второй монитор VGA. После установки драйверов nvidia из репозитория nvidia и cuda я включаю карту nvidia, и обновление изображения очень ленивое. Мой xorg.conf:

Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
    BusID "PCI:0@0:2:0"
    Option "AccelMethod" "None"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection
1
задан 8 November 2016 в 15:14

0 ответов

Другие вопросы по тегам:

Похожие вопросы: