Bug 18094 - No output (black) with XVideo (Xv)
Summary: No output (black) with XVideo (Xv)
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: 6.8.0
Hardware: Other All
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 12:57 UTC by Orion Poplawski
Modified: 2008-10-16 13:56 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
X log (37.18 KB, text/plain)
2008-10-16 12:57 UTC, Orion Poplawski
no flags Details

Description Orion Poplawski 2008-10-16 12:57:51 UTC
Created attachment 19699 [details]
X log

01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]

Running Fedora 9 with xorg-x11-drv-ati-6.8.0-19.fc9.i386

Displaying to external monitor, VGA connector.

Various media players display black window when playing video files using Xv.  If I use "-vo x11" with mplayer I can see the video.
Comment 1 Alex Deucher 2008-10-16 13:40:43 UTC
if you are using the video overlay (the default Xv adapter) it can only be displayed on one head at a time.  Either use textured video (select a textured video adapter port in your video app) or use the XV_CRTC xv attribute to switch which head the overlay is displaying on.  you can use an app like xvattr to change Xv port adapter properties:
xvattr -a XV_CRTC -v 1
Comment 2 Orion Poplawski 2008-10-16 13:46:05 UTC
Hmm, I was surprised to learn that multiple output were active:

$ xrandr
Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 1600 x 1200
VGA-0 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 367mm x 275mm
LVDS connected 1600x1200+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
S-video disconnected (normal left inverted right x axis y axis)

as the lid to my laptop is closed.  I suppose this is a separate bug that the LVDS port is still active?

Thanks for the info about xv.
Comment 3 Alex Deucher 2008-10-16 13:56:07 UTC
(In reply to comment #2)
> Hmm, I was surprised to learn that multiple output were active:
> 
> $ xrandr
> Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 1600 x 1200
> VGA-0 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 367mm
> x 275mm
> LVDS connected 1600x1200+0+0 (normal left inverted right x axis y axis) 0mm x
> 0mm
> S-video disconnected (normal left inverted right x axis y axis)
> 
> as the lid to my laptop is closed.  I suppose this is a separate bug that the
> LVDS port is still active?


It's not a bug per se.  The problem is two fold: first lots of laptops have broken bioses that do not report lid status properly (lid always shows closed or open) and it seems quite a few people like to boot their laptops with the lid closed and expect LVDS to be connected when they later open the laptop up.  There is an option to enable lid status support for LVDS:
Option "IgnoreLidStatus" "FALSE"
this will attempt to use the acpi lid status information to determine whether to consider the panel is connected or not.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.