[MPlayer-users] xv and sdl do not work in high resolution

Eduardo M Kalinowski ekalin at gmail.com
Mon Aug 21 18:11:34 CEST 2006


Hi,

    I recently bought a 19" monitor, configured X to use a higher
resolution (1600x1200), but now neither xv nor sdl work on that
resolution (x11 works, but is terribly slow).

   With xv I get a blue screen. With sdl I get a screen full of
small red crosses. But otherwise the video plays fine, there are no
error messages and I can hear the audio.

   However, if I change the mode with Ctrl+Alt+- / +, then the video
displays correctly in lower resolutions. I don't even need to stop the
player and start again, it just starts displaying and stops if I get
back to the highest resolution.

mplayer version:
MPlayer dev-CVS-060430-14:41-4.0.4 (C) 2000-2006 MPlayer Team

X version:
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-1-vserver-amd64-k8 x86_64
Current Operating System: Linux elrond 2.6.17-1-amd64-k8 #1 Mon Jul 17
11:59:49 UTC 2006 x86_64

Also, relevant parts of xorg.conf:
Section "Module"
       Load    "bitmap"
       Load    "dbe"
       Load    "ddc"
       Load    "dri"
       Load    "extmod"
       Load    "freetype"
       Load    "glx"
       Load    "int10"
       Load    "record"
       Load    "type1"
       Load    "v4l"
       Load    "vbe"
       Load    "xv"
EndSection

Section "Device"
       Identifier      "Silicon Integrated Systems (SiS) 315PRO PCI/AGP VGA Di
splay Adapter"
       Driver          "sis"
       BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
       Identifier      "SyncMaster 997MB"
       Option          "DPMS"
       HorizSync       30-96
       VertRefresh     50-160
EndSection

Section "Screen"
       Identifier      "Default Screen"
       Device          "Silicon Integrated Systems (SiS) 315PRO PCI/AGP VGA Di
splay Adapter"
       Monitor         "SyncMaster 997MB"
       DefaultDepth    24
       SubSection "Display"
               Depth           1
               Modes           "1600x1200" "1280x1024" "1024x768" "832x624" "8
00x600" "720x400" "640x480" "1x1"
       EndSubSection
       SubSection "Display"
               Depth           4
               Modes           "1600x1200" "1280x1024" "1024x768" "832x624" "8
00x600" "720x400" "640x480" "1x1"
       EndSubSection
       SubSection "Display"
               Depth           8
               Modes           "1600x1200" "1280x1024" "1024x768" "832x624" "8
00x600" "720x400" "640x480" "1x1"
       EndSubSection
       SubSection "Display"
               Depth           15
               Modes           "1600x1200" "1280x1024" "1024x768" "832x624" "8
00x600" "720x400" "640x480" "1x1"
       EndSubSection
       SubSection "Display"
               Depth           16
               Modes           "1600x1200" "1280x1024" "1024x768" "832x624" "8
00x600" "720x400" "640x480" "1x1"
       EndSubSection
       SubSection "Display"
               Depth           24
               Modes           "1600x1200" "1280x1024" "1024x768" "832x624" "8
00x600" "720x400" "640x480" "1x1"
       EndSubSection
EndSection

Section "ServerLayout"
       Identifier      "Default Layout"
       Screen          "Default Screen"
       InputDevice     "Generic Keyboard"
       InputDevice     "Configured Mouse"
EndSection

Section "DRI"
       Mode    0666
EndSection



More information about the MPlayer-users mailing list