Задача, я хочу настроить tv-out так,чтобы я мог смотреть кино mplayerom в fulscreen режиме по телевизору и одновременно независемо работать на компьютере смотря в монитор.В настоящий момент у меня есть возможность через TvienView "clone" или клонировать изображения с монитора на телевизор или открыть через "RightOf", но при сдвиге вправо mplayer можно запустить на телевизоре, но как только включаешь fulscreen весь фильм идёт на монитор.
Я пробывал также запускать два X-servera 1 просто startx, второй только на телевизор через X -ac -layout tv :1
чтобы потом, запустить
DISPLAY=:1 mplayer
но при запуске X-servera -layout tv у меня изображения остаётся только на телевизоре,
на мониторе проподают даже консоли :)
Может кто-то делал помогите.
если кому интересно вот мой /etc/X11/XF86Config-4 файл:
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "unix/:-1"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "extmod"
Load "record"
# Load "xtrap"
Load "freetype"
Load "type1"
Load "fbdevhw"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
###########NORMAL###########################
Section "Device"
Identifier "device-normal"
BoardName "MSI GF4 Ti4200"
Driver "nvidia"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen-normal"
Device "device-normal"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "normal"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen-normal"
EndSection
###########TWIENVIEW###########################
Section "Device"
Identifier "device-twinview"
BoardName "MSI GF4 Ti4200"
Driver "nvidia"
Option "DPMS"
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TwinViewOrientation" "RightOf"
Option "MetaModes" "1024x768, 1024x768"
Option "ConnectedMonitor" "crt,tv"
EndSection
Section "Screen"
Identifier "screen-twinview"
Device "device-twinview"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "twinview"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen-twinview"
EndSection
###########TV####################################
Section "ServerLayout"
Identifier "tv"
Screen "ScreenTV"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Monitor"
Identifier "MonitorTV"
VendorName "SABA"
ModelName "model name"
HorizSync 30.0 - 50.0
VertRefresh 50.0 - 60.0
EndSection
Section "Device"
Identifier "device-tvonly"
Driver "nvidia"
Option "TVOutFormat" "COMPOSITE"
Option "ConnectedMonitor" "TV"
EndSection
Section "Screen"
Identifier "ScreenTV"
Device "device-tvonly"
Monitor "MonitorTV"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "1024x768"
EndSubSection
Option "TVOutFormat" "COMPOSITE"
Option "ConnectedMonitor" "TV"
EndSection
Ответ на:
комментарий
от UncleAndy
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.
Похожие темы
- Форум tv-out в ubuntu 11.10 (2012)
- Форум Корректен ли данный конфиг? (2016)
- Форум Slackware 12.0 Раскладка (2008)
- Форум помогите с tv out (2004)
- Форум правильные дрова xorg.conf (2007)
- Форум Отвалися тачпач (2008)
- Форум Twinview+wine (2009)
- Форум debian sid + vmware драйвера (2012)
- Форум Xubuntu 7.10 - TwinView в xorg (2008)
- Форум Arch, Intel, Mesa 7.5, Software Rasterizer (2009)