Форум русскоязычного сообщества Ubuntu


Считаете, что Ubuntu недостаточно дружелюбна к новичкам?
Помогите создать новое Руководство для новичков!

Автор Тема: Ноутбук, 2 независимых экрана под Xorg  (Прочитано 657 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн fill.sa

  • Автор темы
  • Любитель
  • *
  • Сообщений: 94
    • Просмотр профиля
Вопрос к знатокам.
Тема старая и много раз пережеванная, но решить ее не получается.

Вообщем имеется материнка с Intel 82852/855GM на борту. Один встроенный выход LVDS, другой VGA.
Нужно заставить в Xorg отображаться отдельно не зависимо друг от друга, на одном экране одну программу, на другом другую. Все управление мышь и клава только на LVDS экран.
Сколько ни пытаюсь, на vga получаю просто копию LVDS экрана. До конца не понимаю как это все работает.

используется Ubuntu 16.04, с xorg. Ни openbox, ни чего другого не нужно.

lspci
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)


Xorg.conf такой. Подгружаю руками его  Xorg -config ~/xorg.conf.new
# **********************************************************************
# Refer to the xorg.conf(5) man page for details about the format of
# this file.
# **********************************************************************


# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of Screen 0.

    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" 0 0

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

# InputDevice    "Mouse0" "CorePointer"
#    InputDevice "touchscreen1" "CorePointer"
    InputDevice "dummy"
    InputDevice "touchscreen2" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"

№    Option         "Xinerama" "1"

EndSection


Section "DRI"
    Mode 0666
EndSection



# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The module search path.  The default path is shown here.

ModulePath   "/usr/lib/xorg/modules"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

#    RgbPath "/usr/localshare/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#

FontPath     "/usr/share/fonts/X11/misc"
FontPath     "/usr/share/fonts/X11/cyrillic"
FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/Type1"
FontPath     "/usr/share/fonts/X11/100dpi"
FontPath     "/usr/share/fonts/X11/75dpi"
FontPath     "built-ins"
EndSection



# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection



# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

    Load        "dbe"  # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection


# This loads the font modules
#    Load        "type1"
##    Load        "freetype"
#    Load        "xtt"
## Load "elographics"
# This loads the GLX module
## Load  "glx"
# This loads the DRI module
#    Load       "dri"
EndSection




# **********************************************************************
# Input devices
# **********************************************************************



# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option "Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"

# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc105"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"

EndSection



# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto" # Auto detect
Option     "Device" "/dev/input/mice"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol" "Xqueue"

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution" "256"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate" "9600"
#    Option "SampleRate" "150"

# Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7.   Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.

Option     "ZAxisMapping" "4 5 6 7"

# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#   
EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
Section "InputDevice"
    Identifier "touchscreen1"
    Driver     "elographics"
#    Option     "Device"        "/dev/ttyS2"
    Option     "Device"        "/dev/input/event3"
    Option     "MinX"          "0"
    Option     "MaxX"          "4096"
    Option     "MinY"          "0"
    Option     "MaxY"          "4096"
    Option     "ScreenNumber"  "0"
    Option     "ReportingMode" "Scaled"
    Option     "ButtonThreshold"       "17"
    Option     "ButtonNumber"  "1"
    Option     "SendCoreEvents"
EndSection

Section "InputDevice"
    Identifier "dummy"
    Driver "null"
    Option "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
    Identifier "touchscreen2"
    Driver "evtouch"
    Option "Device" "/dev/input/usbtouchscreen"
    Option "DeviceName" "touchscreen"
    Option     "MinX"          "0"
    Option     "MaxX"          "4096"
    Option     "MinY"          "0"
    Option     "MaxY"          "4096"
    Option "ReportingMode" "Raw"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
    Option "SendCoreEvents" "On"
#    Option "DebugLevel" "5"
EndSection



# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
Identifier   "LVDS"
# VendorName   "Monitor Vendor"
# ModelName    "Monitor Model"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   31.5 - 37.9

#    HorizSync 30-64         # multisync
#    HorizSync 31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync 15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.


    VertRefresh 50-70

EndSection

Section "Monitor"
Identifier   "Monitor1"
# VendorName   "Monitor Vendor"
# ModelName    "Monitor Model"


EndSection



# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

#Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"            # [<bool>]
        #Option     "kmsdev"              # <str>
        #Option     "ShadowFB"            # [<bool>]
        #Option     "AccelMethod"        # <str>
        #Option     "PageFlip"            # [<bool>]
        #Option     "ZaphodHeads"        # <str>
# Identifier  "Card0"
# Driver      "modesetting"
# BusID       "PCI:0:2:1"
#EndSection


Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset "generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"
    BusID      "PCI:0:2:0"

#    VideoRam 256
#    Clocks 25.2 28.3
EndSection


Section "Device"
    Identifier  "asdf"
    Driver      "i810"
#    Driver      "fbdev"
   
#    BusID      "PCI:00:02:01"

    #VideoRam    8192
    # Insert Clocks lines here if appropriate
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen0"
Device     "asdf"
Monitor    "LVDS"
    DefaultDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection

EndSection

Section "Screen"
Identifier "Screen1"
Device     "Standard VGA"
Monitor    "Monitor1"
    DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1680x1050" "1280x1024" "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1680x1050" "1280x1024" "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1680x1050" "1280x1024" "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection

EndSection


Кто что посоветует?

Оффлайн AnrDaemon

  • Заслуженный пользователь
  • Старожил
  • *
  • Сообщений: 28366
    • Просмотр профиля
Re: Ноутбук, 2 независимых экрана под Xorg
« Ответ #1 : 20 Мая 2020, 21:10:32 »
А с чего вы взяли, что это вообще в принципе возможно для вашего чипсета?…
Далеко не все процессоры и далеко не все материнские платы имеют раздельные видеотракты.
Хотите получить помощь? Потрудитесь представить запрошенную информацию в полном объёме.

Прежде чем [Отправить], нажми [Просмотр] и прочти собственное сообщение. Сам-то понял, что написал?…

Оффлайн AlexBKost

  • Старожил
  • *
  • Сообщений: 3790
  • Kubuntu 12.04, 16.04, 18.04, 20.04, 22.04, 24.04
    • Просмотр профиля
Re: Ноутбук, 2 независимых экрана под Xorg
« Ответ #2 : 20 Мая 2020, 21:40:01 »
Xorg.conf такой. Подгружаю руками его  Xorg -config ~/xorg.conf.new
fill.sa, это вообще про что? Руками делаются другие дела, а xorg.conf, пусть даже такой как вы себе надумал, просто должен находиться в нужном месте.
Я странен, а не странен кто ж? (С)

Оффлайн fill.sa

  • Автор темы
  • Любитель
  • *
  • Сообщений: 94
    • Просмотр профиля
Re: Ноутбук, 2 независимых экрана под Xorg
« Ответ #3 : 20 Мая 2020, 22:25:00 »
AlexBKost,
На сколько я знаю, xorg.conf в том виде в котором был раньше, уже давно не используется.
И если нужно подгружается руками.
Но могу ошибаться.

Пользователь добавил сообщение 20 Мая 2020, 22:26:54:
AnrDaemon,
Ни с чего, за отсутствием информации делаем все возможное, дабы понять может или нет.
Да и как говорится нерешаемых задач нету.
Будем отталкиваться от того, что возможно. Как решается такая задачка? Где что можно проверить что бы узнать?
« Последнее редактирование: 20 Мая 2020, 22:28:14 от fill.sa »

Оффлайн AlexBKost

  • Старожил
  • *
  • Сообщений: 3790
  • Kubuntu 12.04, 16.04, 18.04, 20.04, 22.04, 24.04
    • Просмотр профиля
Re: Ноутбук, 2 независимых экрана под Xorg
« Ответ #4 : 20 Мая 2020, 23:19:09 »
На сколько я знаю, xorg.conf в том виде в котором был раньше, уже давно не используется.
fill.sa, xorg.conf ещё никто не отменял и не запрещал, если он вам нужен, то "руководством" заниматься нет никаких причин.
Я странен, а не странен кто ж? (С)

Оффлайн fill.sa

  • Автор темы
  • Любитель
  • *
  • Сообщений: 94
    • Просмотр профиля
Re: Ноутбук, 2 независимых экрана под Xorg
« Ответ #5 : 21 Мая 2020, 03:13:04 »
Пока так и не понял к чему вы клоните. Явно это не помогает решить проблему.

Для достоверности, что оба выхода физически не запаралелены, запустил лайв версию Ubuntu-мате. В настройках выходы видны раздельно и рабочий стол смог растянуть на оба экрана. Стало быть моя задача выполнима.
« Последнее редактирование: 21 Мая 2020, 11:20:39 от Azure »

Morisson

  • Гость
Re: Ноутбук, 2 независимых экрана под Xorg
« Ответ #6 : 21 Мая 2020, 06:30:39 »
Удалите все, что вы насоздавали и просто зайдите в параметры экрана. Там должна быть галочка зеркалирование экрана. Уберите ее.

Оффлайн fill.sa

  • Автор темы
  • Любитель
  • *
  • Сообщений: 94
    • Просмотр профиля
Re: Ноутбук, 2 независимых экрана под Xorg
« Ответ #7 : 21 Мая 2020, 08:44:54 »
У меня голые иксы, без каких либо параметров экрана. Так бы уже давно из графики все сделал.

На плате крутился маленький сервер, к которому подрубил сейчас моники, доустановил xorg и хочу выводить статичную прогу на экран, без всяких графических окружений. А получаю на обо экрана одинаковую картинку. Вот и начал делать xorg.conf.
Xorg -configure если что тоже пробовал, создает не жизнеспособный файл.
« Последнее редактирование: 21 Мая 2020, 11:21:09 от Azure »

Dzhoser

  • Гость
Re: Ноутбук, 2 независимых экрана под Xorg
« Ответ #8 : 21 Мая 2020, 08:59:13 »
Как создаёте Xorg -configure?

Morisson

  • Гость
Re: Ноутбук, 2 независимых экрана под Xorg
« Ответ #9 : 21 Мая 2020, 15:43:03 »
https://wiki.archlinux.org/index.php/multihead
Вот тут попробуйте почитать.

Оффлайн Lesopoval

  • Активист
  • *
  • Сообщений: 904
    • Просмотр профиля
Re: Ноутбук, 2 независимых экрана под Xorg
« Ответ #10 : 22 Мая 2020, 06:41:54 »
fill.sa, может XRANDR?
Здесь много примеров:
(Нажмите, чтобы показать/скрыть)

 

Страница сгенерирована за 0.033 секунд. Запросов: 25.