[MPlayer-users] [BUG REPORT] fullscreen spanning multiple displays with Xinerama is broken
Lonni J Friedman
netllama at gmail.com
Mon Aug 7 21:57:19 CEST 2006
On 8/7/06, Dominik 'Rathann' Mierzejewski <dominik at rangers.eu.org> wrote:
> On Monday, 07 August 2006 at 21:49, Lonni J Friedman wrote:
> > I'm attempting to get mplayer (dev-SVN-r19356-4.1.1) to play a movie
> > full screen across 4 displays, and it fails.
> >
> > If I do:
> > mplayer -vo xv -fs xineramascreen -2 test.mpg
> > I get this bizarre full screen effect on the 2nd display, however only
> > the left half of the movie shows up, and the right half is completely
> > missing (it doesn't show up on any other display).
>
> What if you don't use -xineramascreen? What is your multi-screen setup
> in xorg.conf?
If you mean this:
mplayer -fs test.mpg
that just full screens the movie on one of the 4 displays.
Here's what my xorg.conf looks like:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
Screen 1 "Screen0 (2nd)" RightOf "Screen0"
Screen 2 "Screen1" RightOf "Screen0 (2nd)"
Screen 3 "Screen1 (2nd)" RightOf "Screen1"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/lib64/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "1"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/mouse"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro FX 1400"
BusID "PCI:10:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device0 (2nd)"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro FX 1400"
BusID "PCI:10:0:0"
Screen 1
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro FX 1400"
BusID "PCI:129:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1 (2nd)"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro FX 1400"
BusID "PCI:129:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen0 (2nd)"
Device "Device0 (2nd)"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1 (2nd)"
Device "Device1 (2nd)"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024"
EndSubSection
EndSection
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
L. Friedman netllama at gmail.com
LlamaLand http://netllama.linux-sxs.org
More information about the MPlayer-users
mailing list