LINUX.ORG.RU

Как настроить клонированый вывод на внешний монитор?


0

0

Есть ноутбук, надо графический вывод клонировать на внешний монитор (вообще проектор, но не суть как важно). Что пробовал: добавил в xorg.conf слудующие строчки

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
+	Option       "MonitorLayout"  "CRT,LFP"
+	Option       "Clone"  "true"
+	Option       "DevicePresence" "true"
EndSection
что вижу в Xorg.0.log:
(II) intel(0): Output VGA using monitor section Monitor0
(II) intel(0): Output LVDS has no monitor section
...
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TMDS-1 disconnected
(II) intel(0): Output TV disconnected
...
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is off
(II) intel(0):   Display plane A is now disabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TMDS-1 is connected to pipe none
(II) intel(0):   Output TV is connected to pipe none
...
(WW) intel(0): Option "MonitorLayout" is not used
(WW) intel(0): Option "Clone" is not used
(WW) intel(0): Option "DevicePresence" is not used
но на внешнем монике ничего не происходит. ЧЯДНТ? P.S. xorg-server-1.6.0, xf86-video-intel-2.6.99.902

★★★★★

У меня не склонировано, а выведено отдельным экраном, так удобнее :)

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen         "aticonfig-Screen[0]-1" LeftOf "Screen0"
    InputDevice    "Mouse5but" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

...

Section "Device"
    Identifier  "Card0"
    Driver      "fglrx"
    Option      "EnableMonitor" "crt1,tv"
    Option      "KeyNotFound" "DDX"
    Option      "TVFormat" "PAL-SECAM-D"
    Option      "ForceMonitors" "crt1,tv"
    Option      "NoTV" "no"
    Option      "OverlayOnCRTC2" "1"
    Option      "XAANoOffscreenPixmaps" "true"
    Option      "DesktopSetup" "clone"
    Option      "Mode2" "640x480"
    Option      "Capabilities" "0x00000800"
    Option      "TexturedVideoSync" "on"
    BusID       "PCI:1:0:0"
EndSection
    
Section "Device"
    Identifier  "aticonfig-Device[0]-1"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
    Screen      1
EndSection

...

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
#   Device     "CardRadeon"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"

  # initial origin if mode is smaller than desktop
        Viewport   0 0
        Depth     24
        Modes    "1152x864" "1024x768" "800x600"
    EndSubSection
EndSection
    
Section "Screen"
    Identifier "aticonfig-Screen[0]-1"
    Device     "aticonfig-Device[0]-1"
#   Device     "CardRadeon"
    Monitor    "aticonfig-Monitor[0]-1"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "800x600"
    EndSubSection
EndSection
    

KRoN73 ★★★★★
()
Ответ на: комментарий от KRoN73

Клонированный вариант тоже делал (как раз с него начал), но сейчас не помню рабочую конфигурацию. Помню, что проще :)

Но неудобно нифига, с раздельными лучше. Я в Интернете сижу, жена кино смотрит :)

KRoN73 ★★★★★
()

Все оказалось гораздо тупее, настраивалось гномовской утилитой, для моего случая - самый удобный вариант: пришел - воткнул кабель - тыкнул мышкой - показал - еще раз тыкнул мышкой - выткнул кабель

tiandrey ★★★★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.