Возможно ли, чтобы Evince напечатал PDF-файлы и ldquo; 3-up & rdquo ;?

----------------------- РЕШЕНИЕ ДЛЯ xrandr: экран не может быть больше, чем -------------

Шаг .1 Проверьте, есть ли у вас файл xorg.conf в файле / etc / X11 ..... yes: goto step 3 else step 2

Шаг .2 Создайте файл xorg.conf, используя следующий шаг

                 Step 2.a    switch to console mode: Alt+Ctrl+F1
                 Step 2.b    kill x server: sudo service lightdm stop
                 Step 2.c    generate new xorg.conf file: sudo X -configure -- this
                             will create xorg.conf.new file in your current dir
                 Step 2.d    rename and move: sudo mv xorg.conf.new /etc/X11/xorg.conf
                 Step 2.e    return to GUI: sudo start lightdm

Шаг .3 Откройте /etc/X11/xorg.conf и добавьте «Виртуальный 3200 1080» в подраздел «Отображение»

                 Step 3.a    vi /etc/X11/xorg.conf
                 Step 3.b    Add "Virtual 3200 1080" to ALL SubSection "Display" 
                             FOR ALL SCREEN if you have more than one "Display"
                             Subsection and more than 1 screen (replace 3200 1080 
                             with your desired screen resolution)
                             FOR EXAMPLE:
                                    Section "Screen"
                                    Identifier "Screen1"
                                    Device     "Card1"
                                    Monitor    "Monitor1"
                                         SubSection "Display"
                                               Viewport   0 0
                                               Depth     1
                                               Virtual 3200 1080
                                         EndSubSection
                                     EndSection
                                    Section "Screen"
                                    Identifier "Screen2"
                                    Device     "Card1"
                                    Monitor    "Monitor1"
                                         SubSection "Display"
                                               Viewport   0 0
                                               Depth     1
                                               Virtual 3200 1080
                                         EndSubSection
                                     EndSection

Шаг 4. Перезагрузка ваш компьютер / ноутбук

Шаг 5. Создайте сценарий (vi /etc/X11/dual_monitor.sh) и включите следующий xrandr --output DVI-0 - mode 1280x1024 xrandr - выход DVI-1 - -mode 1920x1080 xrandr --output DVI-0 --auto - right-of DVI-1 --pos 1920x0 изменить разрешение файла chmod 755 /etc/X11/dual_monitor.sh (примечание: мой экран1 - это DVI-1 и screen2 DVI-0 и заменить разрешение по необходимости)

Шаг 6. Выполните скрипт и посмотрите, работает ли он. (/etc/X11/dual_monirot.sh)

Шаг 7. Если скрипт работает, включите скрипт в меню автозапуска >> Настройки >> Сессия и запуск >> Автозапуск приложения >> Добавить имя: Двойной Monitor Xfce Описание: Dual Monitor Xfce Command: /etc/X11/dual_monitor.sh

Шаг 8. Перезапустите и наслаждайтесь

Шаг 9. Повторите шаг 7 для всех пользователей, зарегистрированных в качестве user

(Пожалуйста, дайте мне знать, если это работает shasankh@hotmail.com)

0
задан 16 March 2018 в 18:06

0 ответов

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

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