Решил перейти с проприетарных дров nvidia на опенсурс nv. Столкнулся с
проблемой, не могу отключить один из двух мониторов через xorg.conf. В
мане к последнему отыскал опцию 'Option "Enable" "bool"', но что-то не
срабатывает она у меня.

Кусок xorg.conf:

Section "Monitor"
        Identifier   "Samsung"
EndSection

Section "Monitor"
        Identifier   "LG"
        Option       "Enable" "false"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nv"
        VendorName  "nVidia Corporation"
        BoardName   "GeForce 8600 GT"
        BusID       "PCI:1:0:0"
        Option      "Monitor-VGA1" "Samsung"
        Option      "Monitor-VGA2" "LG"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        #Monitor    "Samsung"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        #       Virtual  3200 1200
        EndSubSection
EndSection

В чём может быть загвоздка? Командой xrandr --output VGA2 --off монитор
отключается, но хотелось бы на стадии инициализации иксов.

Спасибо,
-- 
Murat D. Kadirov

Attachment: pgpVHKb6hFmDT.pgp
Description: PGP signature

Ответить