tv-out не работает с beryl

Телевизор настроен в X-ах как отдельный девайс. Когда мне нужно что-то выводить на телек, например mplayer, я соответственно запускаю его так DISPLAY=:0.1 progname. Все работает прекрасно, если не использовать beryl. С ним экран на телеке просто серый, либо тупо показывает десктоп.

x11-drivers/nvidia-drivers-1.0.9746 (nVidia GeForce FX5200)
x11-base/xorg-server-1.1.1-r4
gnome-base/gnome-2.16.2
x11-wm/beryl-0.1.4

xorg.conf (только то, что относится к видео)

Section "Module"

	Load	"dbe"

	SubSection	"extmod"
		Option	"omit xfree86-dga"
	EndSubSection

	Load	"type1"
	Load	"freetype"
	
	Load	"glx"
	Load	"dri"

EndSection


Section "Monitor"

	Identifier	"FP93G"
	VendorName	"BenQ"
	ModelName	"BenQ FP93G"
	
	HorizSync	31-83
	VertRefresh	56-76
	Option	"dpms"

EndSection

Section "Monitor"

	Identifier	"FP93G"
	VendorName	"BenQ"
	ModelName	"BenQ FP93G"
	
	HorizSync	31-83
	VertRefresh	56-76
	Option	"dpms"

EndSection


Section "Monitor"

	Identifier		"Thomson"
	HorizSync		30-50
	VertRefresh		60
	
EndSection


Section "Device"

	Identifier	"GeForce"
	Driver	"nvidia"
	Screen	0
	Option	"CursorShadow"	"on"
	Option	"NoLogo"	"on"
	Option	"NvAgp"	"3"
	Option	"RenderAccel"	"on"
	Option	"ConnectedMonitor"	"CRT,TV"
	#Option	"UseDisplayDevice"	"CRT"
	Option	"DPMS"
	Option	"AllowGLXWithComposite"	"on"
	Option	"AddARGBGLXVisuals"	"on"
	BusID	"PCI:2:0:0"
	VideoRam	131072

EndSection

Section "Device"

	Identifier	"Television"
	Driver	"nvidia" 
	Screen	1
	Option	"TVOutFormat" "SVIDEO"
	Option	"TVStandard" "PAL-D"
	Option	"ConnectedMonitor" "TV"
	#Option	"UseDisplayDevice" "TV"
        Option  "AllowGLXWithComposite" "on"
        Option  "AddARGBGLXVisuals"     "on"
	BusID	"PCI:2:0:0" #adjust using 'lspci' or cat /proc/pci

EndSection


Section "Screen"

    Identifier	"Screen 0"
    Device	"GeForce"
    Monitor	"FP93G"

    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection

EndSection


Section "Screen"

	Identifier	"Screen 1"
	Device	"Television"
	Monitor	"Thomson" 
	DefaultDepth	24
	SubSection	"Display"
		Depth	24 
		Modes	"1024x768" 
	EndSubSection
EndSection


Section "ServerLayout"

	Identifier	"Main Layout"

	Screen	"Screen 0"
	Screen	"Screen 1"

	InputDevice	"Mouse1" "CorePointer"
	InputDevice	"Keyboard1" "CoreKeyboard"
	
	Option	"DefaultServerLayout"

EndSection


Section "Extensions"

	Option	"Composite" "Enable"

EndSection

В SVN-овском

В SVN-овском бериле уже работает, я тоже очень долго этого ждал...

как?

Я тоже установил SVN, но tv-out по-прежнему не пашет. Есть опция которая его включает?

а как

а как реализован ТВ-аут?

у меня просто запускается плейер - export DISPLAY=:0.1 && mplayer -fs *.avi

Beryl system compatibility

Beryl system compatibility check *
**************************************************************

Detected xserver : NVIDIA

Checking Display :0.0 ...

Checking for XComposite extension : passed (v0.3)
Checking for XDamage extension : passed
Checking for RandR extension : passed
Checking for XSync extension : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig : passed
Checking for GLX_EXT_texture_from_pixmap : passed
Checking for non power of two texture support : passed
Checking maximum texture size : passed (4096x4096)

Checking Screen 1 ...

Checking for GLX_SGIX_fbconfig : passed
Checking for GLX_EXT_texture_from_pixmap : passed
Checking for non power of two texture support : passed
Checking maximum texture size : passed (4096x4096)

[Warning ]: Multiple X screens support in Beryl is considered experimental and
[Warning ]: might not work properly, depending on your setup.
[Warning ]: Please report success stories with Xgl, non-nVidia or multiple video
[Warning ]: cards to the developers. Developers can be reached through:
[Warning ]: http://lists.beryl-project.org/
[Warning ]: Relaunching beryl with __GL_YIELD="NOTHING"

вот лог запуска из консоли :)

У меня тоже

Заработало)
Запустил берил отдельно на скрине 0 (монитор), а на телевизоре оставил КДЕ-шный window manager.
Странно, но берил на ТВ работать не хочет, хотя лог выдает нормальный.

а как ты сделал

а как ты сделал чтобы на мониторе берил а на тв аут кде менеджер?

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".