URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 63538
[ Назад ]

Исходное сообщение
"два мониторо"

Отправлено kamazi , 21-Янв-06 13:49 
И еще такая ситуация имеется NVidia Ti 4200, к которой подключенно два монитора, можно ли как-нибудь сделать доступным второй монитор как CLI так и а GUI.  Заранее спасибо:)

Содержание

Сообщения в этом обсуждении
"два мониторо"
Отправлено Skif , 21-Янв-06 15:13 
>И еще такая ситуация имеется NVidia Ti 4200, к которой подключенно два
>монитора, можно ли как-нибудь сделать доступным второй монитор как CLI так
>и а GUI.  Заранее спасибо:)


Для иксов без проблем. Смотри секцию Screen и Monitor в xorg.conf

man xorg.conf
....
MONITOR SECTION
       The  config file may have multiple Monitor sections.  There should nor-
       mally be at least one, for the monitor being used, but a  default  con-
       figuration will be created when one isn't specified.

       Monitor sections have the following format:

           Section "Monitor"
               Identifier "name"
               entries
               ...
           EndSection

       The  only mandatory entry in a Monitor section is the Identifier entry.
................
SCREEN SECTION
       The config file may have multiple Screen sections.  There  must  be  at
       least  one,  for  the  "screen"  being used.  A "screen" represents the
       binding of a graphics device (Device section) and  a  monitor  (Monitor
       section).   A Screen section is considered "active" if it is referenced
       by an active ServerLayout  section  or  by  the  -screen  command  line
       option.  If neither of those is present, the first Screen section found
       in the config file is considered the active one.

       Screen sections have the following format:

           Section "Screen"
               Identifier "name"
               Device     "devid"
               Monitor    "monid"
               entries
               ...
               SubSection "Display"
                  entries
                  ...
               EndSubSection
               ...
           EndSection