Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Garbage when using -vo xv on mplayer
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
widremann
Veteran
Veteran


Joined: 14 Mar 2005
Posts: 1314

PostPosted: Sat Aug 20, 2005 2:40 pm    Post subject: Garbage when using -vo xv on mplayer Reply with quote

I wish I could do a screenshot, but that obviously doesn't work with videos. In any case, I just get complete garbage and it doesn't move. The sound works fine, of course. I know xv works on this machine, because it has worked for Gentoo in the past and certainly for FC3 where I never had any problems. I tried changing the XV color key value and it worked, but since I have restarted my machine, it no longer works. Here is my xorg.conf in case it matters:

Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"
   FontPath    "/usr/share/fonts/misc:unscaled"
   FontPath    "/usr/share/fonts/Type1"
   FontPath    "/usr/share/fonts/TTF"
   FontPath    "/usr/share/fonts/corefonts"
   FontPath    "/usr/share/fonts/freefonts"
   FontPath    "/usr/share/fonts/sharefonts"
   FontPath    "/usr/share/fonts/terminus"
   FontPath    "/usr/share/fonts/ttf-bitstream-vera"
   FontPath    "/usr/share/fonts/unifont"
   FontPath    "/usr/share/fonts/100dpi:unscaled"
   FontPath    "/usr/share/fonts/75dpi:unscaled"
   FontPath    "/usr/share/fonts/artwiz"
#   FontPath     "/usr/share/fonts/misc/:unscaled"
#   FontPath     "/usr/share/fonts/TTF/"
#   FontPath     "/usr/share/fonts/Type1/"
#   FontPath     "/usr/share/fonts/corefonts/"
#   FontPath     "/usr/share/fonts/freefont/"
#   FontPath     "/usr/share/fonts/sharefonts/"
#   FontPath     "/usr/share/fonts/terminus/"
#   FontPath     "/usr/share/fonts/ttf-bistream-vera/"
#   FontPath     "/usr/share/fonts/unifont/"
#   FontPath     "/usr/share/fonts/CID/"
#   FontPath     "/usr/share/fonts/100dpi/"
#   FontPath     "/usr/share/fonts/75dpi/"
#   FontPath     "/usr/share/fonts/Type1/"
#   FontPath     "/usr/share/fonts/misc/"
#   FontPath     "/usr/share/fonts/artwiz"
EndSection

Section "Module"
   Load  "extmod"
   Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "glx"
   Load  "type1"
   Load  "freetype"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1024x768"
        HorizSync    31.5 - 48.5
        VertRefresh  40.0 - 70.0
#       Option      "dpms"
       DisplaySize  285 215
EndSection

Section "Monitor"
   Identifier  "Monitor1"
   VendorName "AOC"
   ModelName "7SLR"
   HorizSync  30.0 - 70.0
   VertRefresh 60.0 - 85.0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"              # [<bool>]
        #Option     "PciRetry"              # [<bool>]
        #Option     "NoAccel"               # [<bool>]
        #Option     "SetMClk"               # <freq>
        #Option     "MUXThreshold"          # <i>
        #Option     "ShadowFB" "true"            # [<bool>]
        #Option     "Rotate"                # [<str>]
        Option     "VideoKey" "0"             # <i>
        #Option     "NoMMIO"                # [<bool>]
        #Option     "NoPciBurst"            # [<bool>]
        #Option     "MMIOonly"              # [<bool>]
        #Option     "CyberShadow" "true"          # [<bool>]
        #Option     "CyberStretch" "true"          # [<bool>]
        #Option     "XvHsync"               # <i>
        #Option     "XvVsync"               # <i>
        #Option     "XvBskew"               # <i>
        #Option     "XvRskew"               # <i>
        #Option     "FpDelay"               # <i>
        #Option     "Display1400"           # [<bool>]
        Option     "Display" "LCD"            # [<str>]
        #Option     "GammaBrightness"       # [<str>]
        #Option     "TVChipset"             # [<str>]
        #Option     "TVSignal"              # <i>
   Identifier  "Card0"
   Driver      "trident"
   VendorName  "Trident Microsystems"
   BoardName   "CyberBlade/i1"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth 24
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes     "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes     "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen1"
   Device "Card0"
   Monitor "Monitor1"
   DefaultDepth 24
   Subsection "Display"
      Depth 24
      Modes "1280x1024" "1024x768"
   EndSubsection
EndSection

Section "ServerLayout"
   Identifier "Multihead Layout"
   Screen "Screen0" 0 0
   Screen "Screen1" RightOf "Screen0"
   InputDevice "Mouse0" "CorePointer"
   InputDevice "Keyboard0" "CorePointer"
EndSection
Back to top
View user's profile Send private message
widremann
Veteran
Veteran


Joined: 14 Mar 2005
Posts: 1314

PostPosted: Sun Aug 21, 2005 4:51 pm    Post subject: Reply with quote

Nobody?
Back to top
View user's profile Send private message
widremann
Veteran
Veteran


Joined: 14 Mar 2005
Posts: 1314

PostPosted: Fri Aug 26, 2005 1:46 am    Post subject: Reply with quote

Now I can't generally even play with -vo x11. I basically can't play video any more. Has nobody had this problem? Google and forum searches have turned up nothing.
Back to top
View user's profile Send private message
Pithlit
l33t
l33t


Joined: 27 Dec 2003
Posts: 887
Location: fuhen

PostPosted: Fri Aug 26, 2005 4:01 am    Post subject: Reply with quote

Pick up a digicam and make a pic of what's going on. Sorry I can't be of more help. Would you mind explaining what kind of videos are you trying to play? Maybe an mplayer output?
_________________
If someone solves a problem for you say thanks... and put [SOLVED] in the title!
Back to top
View user's profile Send private message
widremann
Veteran
Veteran


Joined: 14 Mar 2005
Posts: 1314

PostPosted: Fri Aug 26, 2005 2:11 pm    Post subject: Reply with quote

This is for any type of video. When I use xv, the output is thoroughly garbeld and unrecognizable. It also does not update. That is, I just get a single very garbled image. It's usually slightly skewed horizontal lines and the overall tint seems to be green. The garbled image doesn't have any relationship to what is to be playing so far as I can tell. Sound works fine.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum