[MPlayer-users] ATI + Xorg + XV?

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Fri Mar 4 23:25:54 CET 2005


Hi,
On Fri, Mar 04, 2005 at 02:38:14PM -0500, Peace Monk wrote:
> 1.  A monitor is not involved. TV is the primary display.  A monitor
> can be connected to test but is not desired in the long run.

"Primary display" was meant in respect to what X considers it, not what
you want it to be - so to be more specific, can you connect both a
monitor and a TV and they will both display something?
Next question is what do they show: Exactly the same image or do you
have a virtual screen that stretches both or...?
I don't have an ATI card, so I can't say anything specific for that, but
I had two "Screen" sections in my xorg.conf, one for my LCD and one for
a display - maybe exchanging them in the "ServerLayout" section helps...
I attached it, maybe it gives you some ideas, but note that
1) its for an nvidia card
2) I'm just experimenting, so expect some weird settings *g*

> Will it help if we used the opensouce driver instead?  Xinerame and

Well, testing the opensource driver (without OpenGL support) is not much
effort, so I'd try it...
Trying -vo xvidix might be interesting as well (though you need to be
root, and no idea if freevo can use it).

> DualView are not familiar terms for me.  What tool can be used to
> configure these?

No idea, last time I checked all tools to configure X were crap, so I
use vi ;-)
Otherwise I'd suggest you maybe try some other app that uses xv, I
actually think it is a configuration problem (ask on the xorg list then)
or ATI drivers don't support overlay on TV out (trying the opensource
driver might help then, from what I read you can't expect any help from ATI...)

Greetings,
Reimar Döffinger
-------------- next part --------------
Section "Files"
    RgbPath	"/usr/lib64/X11/rgb"
    # For XFS, uncomment this and comment the others
    # FontPath	"unix/:-1"
    FontPath	"/usr/share/fonts/local/"
    FontPath	"/usr/share/fonts/misc/"
    FontPath	"/usr/share/fonts/75dpi/:unscaled"
    FontPath	"/usr/share/fonts/100dpi/:unscaled"
    FontPath	"/usr/share/fonts/Type1/"
    FontPath    "/usr/share/fonts/TTF/"
    FontPath	"/usr/share/fonts/CID/"
    FontPath	"/usr/share/fonts/Speedo/"
    FontPath	"/usr/share/fonts/75dpi/"
    FontPath	"/usr/share/fonts/100dpi/"
EndSection
Section "Module"
    Load	"dbe"
    SubSection	"extmod"
	Option	"omit xfree86-dga"
    EndSubSection
    Load	"type1"
    Load	"freetype"
    Load	"glx"
EndSection
Section "ServerFlags"
      Option       "AllowDeactivateGrabs" "on"
      Option       "AllowClosedownGrabs" "on"
      Option       "HandleSpecialKeys" "Always"
    Option	"DisableVidModeExtension"
EndSection
Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"keyboard"
    Option	"AutoRepeat"	"250 25"
    Option	"XkbModel"	"pc105"
    Option	"XkbLayout"	"de"
EndSection
Section "InputDevice"
    Identifier	"Mouse2"
    Driver	"mouse"
    Option	"ButtonNumber" "7"
    Option	"Protocol"	"ExplorerPS/2"
    Option	"Device"	"/dev/input/mice"
    Option	"ZAxisMapping" "4 5"
EndSection
Section "Monitor"
    Identifier	"LCD"
    HorizSync	29-49
    VertRefresh	60
ModeLine "1280x800" 68.93568 1280 1304 1356 1408 800 801 808 816
EndSection
Section "Monitor"
    Identifier	"Monitor"
    ModeLine "720x576" 23.3472 720 736 752 768 576 577 592 608
    HorizSync 30-50
    VertRefresh 50
EndSection
Section "Device"
    Identifier	"nvidia0"
    Driver	"nvidia"
    BusID	"PCI:01:00:0"
    Screen	0
    Option       "RenderAccel" "on"
    Option       "NoLogo" "on"
    Option       "HWCursor" "on"
    Option       "FlatPanelProperties" "Scaling=centered, Dithering=disabled"
    Option       "ConnectedMonitor" "DFP-0"
EndSection
Section "Device"
    Identifier	"nvidia1"
    Driver	"nvidia"
    BusID	"PCI:01:00:0"
    Screen	1
    Option       "RenderAccel" "on"
    Option       "NoLogo" "on"
    Option       "HWCursor" "on"
    Option       "TVOutFormat" "SVIDEO"
    Option       "TVStandard" "PAL-B"
    Option       "ConnectedMonitor" "TV"
EndSection
Section "Screen"
    Identifier	"Screen0"
    Device	"nvidia0"
    Monitor	"LCD"
    DefaultDepth 24
    SubSection "Display"
        Depth		24
        Modes		"1280x800"
    EndSubsection
EndSection
Section "Screen"
    Identifier	"Screen1"
    Device	"nvidia1"
    Monitor	"Monitor"
    DefaultDepth 24
    SubSection "Display"
        Depth		24
        Modes		"720x576"
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier	"Main Layout"
    Screen 	0 "Screen0"
    Screen 	1 "Screen1" above "Screen0"
    InputDevice	"Mouse2" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


More information about the MPlayer-users mailing list