Announcement

Collapse
No announcement yet.

yv12 ,xvideo support

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

  • #21
    You could run the script or try out the new driver. See the last line of my previous reply to you.

    HTH,

    Partha

    Comment


    • #22
      i've followed the instructions using partha.com site and using the script

      fglrx-f7t1-builder.sh

      i've installed the four new rpm generated


      now i have one problem

      Your X server doesn't support YV12 overlays

      cat /var/log/Xorg.0.log | grep EE && cat /var/log/Xorg.0.log | grep WW
      (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
      (II) Loading extension MIT-SCREEN-SAVER
      (EE) Failed to load module "v4l" (module does not exist, 0)
      (EE) Failed to load module "XVideo" (module does not exist, 0)
      (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
      (WW) The core pointer device wasn't specified explicitly in the layout.
      (WW) Warning, couldn't open module v4l
      (WW) Warning, couldn't open module XVideo
      (WW) fglrx: No matching Device section for instance (BusID PCI:6:0:1) found
      (WW) fglrx(0): board is an unknown third party board, chipset is supported
      (WW) fglrx(0): Option "VendorName" is not used
      (WW) fglrx(0): Option "ModelName" is not used
      (WW) <default pointer>: No Device specified, looking for one...

      Comment


      • #23
        Originally posted by localizer View Post
        i've followed the instructions using partha.com site and using the script

        fglrx-f7t1-builder.sh

        i've installed the four new rpm generated


        now i have one problem

        Your X server doesn't support YV12 overlays

        cat /var/log/Xorg.0.log | grep EE && cat /var/log/Xorg.0.log | grep WW
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
        (II) Loading extension MIT-SCREEN-SAVER
        (EE) Failed to load module "v4l" (module does not exist, 0)
        (EE) Failed to load module "XVideo" (module does not exist, 0)
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
        (WW) The core pointer device wasn't specified explicitly in the layout.
        (WW) Warning, couldn't open module v4l
        (WW) Warning, couldn't open module XVideo
        (WW) fglrx: No matching Device section for instance (BusID PCI:6:0:1) found
        (WW) fglrx(0): board is an unknown third party board, chipset is supported
        (WW) fglrx(0): Option "VendorName" is not used
        (WW) fglrx(0): Option "ModelName" is not used
        (WW) <default pointer>: No Device specified, looking for one...
        Please get rid of all the extraneous lines in your xorg.conf file. FC6 does not even require an xorg.conf file for proper operation. We (the users of fglrx) need it only for the fglrx driver. In particular, please remove the lines containing XVideo and v4l.

        I recall from your previous post
        (WW) fglrx(0): Textured Video not supported without DRI enabled.
        (WW) fglrx(0): Video Overlay not supported on AVIVO based graphics cards. For XVideo support use Option "TexturedVideo".
        So, please change the option VideoOverly to TexturedVideo and let me know what you get. I am assuming that DRI and 3d acceleration is now working?

        Partha

        Comment


        • #24
          Originally posted by partha View Post
          Please get rid of all the extraneous lines in your xorg.conf file. FC6 does not even require an xorg.conf file for proper operation. We (the users of fglrx) need it only for the fglrx driver. In particular, please remove the lines containing XVideo and v4l.

          I recall from your previous post


          So, please change the option VideoOverly to TexturedVideo and let me know what you get. I am assuming that DRI and 3d acceleration is now working?

          Partha
          www.partha.com
          okay i've deleted lines for XVideo and v41 and inserted option TexturedVideo instead of VideoOverlay

          here is the output after all
          cat /var/log/Xorg.0.log | grep EE && cat /var/log/Xorg.0.log | grep WW
          (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
          (II) Loading extension MIT-SCREEN-SAVER
          (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
          (WW) The core pointer device wasn't specified explicitly in the layout.
          (WW) fglrx: No matching Device section for instance (BusID PCI:6:0:1) found
          (WW) fglrx(0): board is an unknown third party board, chipset is supported
          (WW) <default pointer>: No Device specified, looking for one...


          still this X video overlay problem

          Comment


          • #25
            Originally posted by localizer View Post
            okay i've deleted lines for XVideo and v41 and inserted option TexturedVideo instead of VideoOverlay

            here is the output after all
            cat /var/log/Xorg.0.log | grep EE && cat /var/log/Xorg.0.log | grep WW
            (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
            (II) Loading extension MIT-SCREEN-SAVER
            (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
            (WW) The core pointer device wasn't specified explicitly in the layout.
            (WW) fglrx: No matching Device section for instance (BusID PCI:6:0:1) found
            (WW) fglrx(0): board is an unknown third party board, chipset is supported
            (WW) <default pointer>: No Device specified, looking for one...


            still this X video overlay problem

            Your X server doesn't support YV12 overlays.

            Comment


            • #26
              Originally posted by localizer View Post
              Your X server doesn't support YV12 overlays.
              I see you have answered yourself.

              What is the output of
              Code:
              grep DRI /var/log/Xorg.0.log -A 10
              ?

              Partha

              Comment


              • #27
                grep DRI /var/log/Xorg.0.log -A 10
                (II) Loading extension XFree86-DRI
                (II) LoadModule: "glx"
                (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
                (II) Module glx: vendor="X.Org Foundation"
                compiled for 7.1.1, module version = 1.0.0
                ABI class: X.Org Server Extension, version 0.3
                (**) AIGLX disabled
                (II) Loading extension GLX
                (II) LoadModule: "fglrx"
                (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so
                (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
                --
                (==) fglrx(0): NoDRI = NO
                (II) Loading sub module "fglrxdrm"
                (II) LoadModule: "fglrxdrm"
                (II) Reloading /usr/lib64/xorg/modules/linux/libfglrxdrm.so
                (II) fglrx(0): Depth moves disabled by default
                (==) fglrx(0): Capabilities: 0x00000000
                (==) fglrx(0): CapabilitiesEx: 0x00000000
                (==) fglrx(0): cpuFlags: 0x4000001f
                (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
                (**) fglrx(0): ATI GART size: 128 MB
                (II) fglrx(0): [pcie] 126976 kB allocated with handle 0xdeadbeef
                --
                (II) Loading extension ATIFGLRXDRI
                (II) fglrx(0): doing DRIScreenInit
                drmOpenDevice: node name is /dev/dri/card0
                drmOpenDevice: open result is 7, (OK)
                drmOpenDevice: node name is /dev/dri/card0
                drmOpenDevice: open result is 7, (OK)
                drmOpenByBusid: Searching for BusID PCI:6:0:0
                drmOpenDevice: node name is /dev/dri/card0
                drmOpenDevice: open result is 7, (OK)
                drmOpenByBusid: drmOpenMinor returns 7
                drmOpenByBusid: drmGetBusid reports
                drmOpenDevice: node name is /dev/dri/card1
                --
                (II) fglrx(0): DRIScreenInit done
                (II) fglrx(0): Kernel Module Version Information:
                (II) fglrx(0): Name: fglrx
                (II) fglrx(0): Version: 8.33.6
                (II) fglrx(0): Date: Jan 8 2007
                (II) fglrx(0): Desc: ATI FireGL DRM kernel module
                (II) fglrx(0): Kernel Module version matches driver.
                (II) fglrx(0): Kernel Module Build Time Information:
                (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.20-1.2933.fc6
                (II) fglrx(0): Build-Kernel MODVERSIONS: yes
                (II) fglrx(0): Build-Kernel __SMP__: yes
                --
                (II) fglrx(0): DRI initialization successfull!
                (II) fglrx(0): FBADPhys: 0xd0000000 FBMappedSize: 0x00701000
                (II) fglrx(0): FBMM initialized for area (0,0)-(1280,1434)
                (II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color buffer - assumption)
                (II) fglrx(0): Largest offscreen area available: 1280 x 410
                (==) fglrx(0): Backing store disabled
                (==) fglrx(0): Silken mouse enabled
                (II) Loading extension FGLRXEXTENSION
                (II) Loading extension ATITVOUT
                (**) fglrx(0): DPMS enabled
                (II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
                --
                (II) fglrx(0): [DRI] installation complete
                (II) fglrx(0): Direct rendering enabled
                (==) fglrx(0): Using hardware cursor
                (II) fglrx(0): Interrupt handler installed at IRQ 19.
                (II) fglrx(0): Exposed events to the /proc interface
                (==) RandR enabled
                (II) Initializing built-in extension MIT-SHM
                (II) Initializing built-in extension XInputExtension
                (II) Initializing built-in extension XTEST
                (II) Initializing built-in extension XKEYBOARD
                (II) Initializing built-in extension XC-APPGROUP

                Comment


                • #28
                  According to that, DRI seems to be working fine. There were no warning or error lines containing DRI there.

                  Could you post "cat /var/log/Xorg.0.log | grep EE && cat /var/log/Xorg.0.log | grep WW" again? It looks to me like it changed.

                  Comment


                  • #29
                    Originally posted by SheeEttin View Post
                    According to that, DRI seems to be working fine. There were no warning or error lines containing DRI there.

                    Could you post "cat /var/log/Xorg.0.log | grep EE && cat /var/log/Xorg.0.log | grep WW" again? It looks to me like it changed.
                    i forgot to mention that since i've installed the new rpms , my pc log me off when i run xine

                    hereis

                    cat /var/log/Xorg.0.log | grep EE && cat /var/log/Xorg.0.log | grep WW
                    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
                    (II) Loading extension MIT-SCREEN-SAVER
                    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
                    (WW) The core pointer device wasn't specified explicitly in the layout.
                    (WW) fglrx: No matching Device section for instance (BusID PCI:6:0:1) found
                    (WW) fglrx(0): board is an unknown third party board, chipset is supported
                    (WW) <default pointer>: No Device specified, looking for one...

                    Comment


                    • #30
                      Originally posted by localizer View Post
                      i forgot to mention that since i've installed the new rpms , my pc log me off when i run xine

                      hereis

                      cat /var/log/Xorg.0.log | grep EE && cat /var/log/Xorg.0.log | grep WW
                      (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
                      (II) Loading extension MIT-SCREEN-SAVER
                      (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
                      (WW) The core pointer device wasn't specified explicitly in the layout.
                      (WW) fglrx: No matching Device section for instance (BusID PCI:6:0:1) found
                      (WW) fglrx(0): board is an unknown third party board, chipset is supported
                      (WW) <default pointer>: No Device specified, looking for one...
                      I am confused. Please post your computer specs and your /etc/X11/xorg.conf.

                      Also, you have checked to see whether DRI is working? (I can see from the previous post that it is. But please double check with fgl_glxgears.)

                      When you use the default opensource driver "radeon" do you have any issues in terms of xine or what is the output using the radeon driver?

                      Let me know.

                      Thanks,

                      Partha

                      Comment

                      Working...
                      X