You are not logged in.

#1 2006-02-25 02:07:30

wulax
Member
Registered: 2006-02-20
Posts: 30

ATI tv-out with xorg7 [solved]

Hi everybody.

I have a problem with tv-out on my ATI card since upgrading to xorg7. When I connect the card to my tv I can see the desktop but when I try to play a movie I get just a blue screen where the video is supposed to be.

DRI and other things work fine. I have a Mobility Radeon 9700 using the 8.22.5 driver and fglrxinfo shows:

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON 9700 Generic
OpenGL version string: 2.0.5642 (8.22.5)

It is probably a VX thing but I have no idea how to solve this problem. Any ideas?

Offline

#2 2006-02-25 03:29:55

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: ATI tv-out with xorg7 [solved]

In your xorg.conf, make sure you have the following in your device section:

    Option "VideoOverlay"               "on"
    Option "OpenGLOverlay"              "off"

Offline

#3 2006-02-25 17:43:00

wulax
Member
Registered: 2006-02-20
Posts: 30

Re: ATI tv-out with xorg7 [solved]

Thanks for the tip, but the problem actually was that I did have those lines in my xorg.conf. When I deleted them it started working. smile

If someone else is having this problem in a similar configuration, here is the device section from my xorg.conf.

Section "Device"
    Identifier  "** ATI Radeon"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
    Option "UseInternalAGPGART" "no"
    Option "NoTV" "no"
     Option "TVStandard"                 "PAL-D"
    Option "TVHSizeAdj"                 "4"     
    Option "TVVSizeAdj"                 "0"     
    Option "TVHPosAdj"                  "0"     
     Option "TVVPosAdj"                  "4"     
    Option "TVHStartAdj"                "2"     
    Option "TVColorAdj"                 "255"     
EndSection

Offline

Board footer

Powered by FluxBB