Announcement

Collapse
No announcement yet.

fglrx + tvtuner

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • fglrx + tvtuner

    Hi! Help me, plz! I don't know english language.

    fglrx + tv tuner(philips saa7134) ?

    work?
    Last edited by MMihon; 26 October 2007, 08:20 AM.

  • #2
    Yes, it is possible. I am doing so myself. You can eg use tvtime to watch tv. You only have to activate two things in your xorg.conf (XVideo and activating VideoOverlay). Here is the relevant part from my configuration:

    Code:
    Section "Extensions"
    #       fglrx needs this for xvideo (tvtime)
            Option "XVideo" "Enable"
    EndSection
    
    Section "Device"
            Identifier      "ATI Graphics Adapter"
            Driver          "fglrx"
            BusID           "PCI:1:0:0"
            Screen          0
    #       if not used the image will get choppy in tvtime
            Option          "XAANoOffscreenPixmaps" "true"
    #       video overlay options
            Option          "VideoOverlay"          "on"
            Option          "OpenGLOverlay"         "off"
    EndSection

    Comment


    • #3
      worked, thanks.

      Comment


      • #4
        don't work on HD2xxx ...

        Comment


        • #5
          on HD2xxx you need to use mplayer and -vo x11 to watch tv. this is only way how I can utilize my tvtuner with this damn driver

          Comment

          Working...
          X