You are not logged in.

#1 2011-02-08 09:24:24

clownish
Member
Registered: 2007-09-24
Posts: 7

strange mplayer behavior

Hey folks,

After not using mplayer for quit a while, i recently tried to watch a dvd on my laptop which has a resolution of  1400x1050. It works all fine, till i try to resize the window or switch to fullscreen. If i do so, the Screen starts flickering and ofter a little time X freezes. The funny thing is: if i resize the window "carefully enough" , means in small amounts, and go to fullscreen the flickering goes away and everything is fine. Also i don't have this Problem with my extern Monitor. I tried various aspect-ratios and vo drivers but i cant get it fixed.  Sadly mplayer gives me no useful debug-output about this.

Someone else with this problems?

Specs:

nvidia 260.19.36-2
X.Org X Server 1.9.4
dwm-5.8.2
mplayer 32792-1
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen          0  "Screen0" 0 0
    #Option "BlankTime" "0"
          #Option "StandbyTime" "0"
          #Option "SuspendTime" "0"
          #Option "OffTime" "0"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/local"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/artwiz-fonts"
    FontPath     "/usr/share/fonts/local"
EndSection

Section "Module"
    Load  "glx"
#    Load  "dri"
    Load  "dbe"
#    Load  "xtrap"
    Load  "extmod"
#    Load  "freetype"
EndSection

# intern
Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
    Option          "DPMS" "False"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
    BoardName   "Quadro NVS 140M"
    BusID       "PCI:1:0:0"
    Option         "NoLogo" "True"
    #Option      "ConnectedMonitor" "DFP"
    Option      "UseDisplayDevice" "DFP-1"
    Option      "UseEdidDpi" "False"
    Option      "DPI" "96 x 96"
    Screen      0
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth 24
EndSection

Section "ServerFlags"
    Option "AllowEmptyInput"
EndSection

Section "InputClass"
    Identifier             "Keyboard Defaults"
    MatchIsKeyboard       "yes"
    Option               "XkbLayout" "us_de"
EndSection

Offline

Board footer

Powered by FluxBB