Announcement

Collapse
No announcement yet.

Reading DVD

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Reading DVD

    i installed medibuntu.

    than i try to start xine and :
    X Error of failed request: BadMatch (invalid parameter attributes)
    Major opcode of failed request: 140 (XVideo)
    Minor opcode of failed request: 14 ()
    Serial number of failed request: 2409
    Current serial number in output stream: 2409

    any idea ?

    #2
    Re: Reading DVD

    As you are posting in Gutsy, I'll (safely) assume you do have Gutsy installed.

    Read this post on getting Kaffeine to play commercial DVDs in Gutsy.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Reading DVD

      as kaffeine use xine won't work either.

      solved the problem by re-installing xgl. but, xgl was off for a reason...

      Comment


        #4
        Re: Reading DVD

        Okay I ran into a problem with your howto but it works without installing xgl with a twist
        first you have to have the gutsy medibuntu installed:


        Ubuntu 7.10 "Gutsy Gibbon":

        Code:
        sudo wget [url]http://www.medibuntu.org/sources.list.d/gutsy.list[/url] -O /etc/apt/sources.list.d/medibuntu.list
        Then, add the GPG Key:

        Code:
        wget -q [url]http://packages.medibuntu.org/medibuntu-key.gpg[/url] -O- | sudo apt-key add - && sudo apt-get update

        and all medibuntu repos deleted from the sources list.

        As mentioned in the howto
        libdvdread3

        must be installed
        then

        libdvdcss2
        w32codecs

        afterwords you can install
        libxine1-plugins

        this worked fine for me.

        Thankx snowhog
        HP Pavilion dv6 core i7 (Main)
        4 GB Ram
        Kubuntu 18.10

        Comment


          #5
          Re: Reading DVD

          don't know i just added medibuntu on the source liste ? would it make a difference ?

          because for the rest, all done

          Comment


            #6
            Re: Reading DVD

            don't know i just added medibuntu on the source liste ? would it make a difference ?
            If you are in gutsy changing your medibuntu from feisty to gutsy and accommadating the address change doen't work for some reason. I don't know why and am not expert enough to know why.

            This
            Code:
            sudo wget [url]http://www.medibuntu.org/sources.list.d/gutsy.list[/url] -O /etc/apt/sources.list.d/medibuntu.list
            apparently adds a different sources.list in which the medibuntu repos reside.
            and works. You can see that in synaptic under "origins".

            I am happy the rest worked for you
            HP Pavilion dv6 core i7 (Main)
            4 GB Ram
            Kubuntu 18.10

            Comment


              #7
              Re: Reading DVD

              i made a clean install of gusty. so i have no trace of the feisty repos that could mess up. Plus, xine don't start at all. If that was a codec issue it would crash/display a message only when try reading someting.

              That sure is a video issue. I think i need to tweak my xorg.conf...
              Would you mind posting yours ? Even with feisty, i spent some time getting it running.

              Comment


                #8
                Re: Reading DVD

                Sure for what it's worth:

                # /etc/X11/xorg.conf (xorg X Window System server configuration file)
                #
                # This file was generated by dexconf, the Debian X Configuration tool, using
                # values from the debconf database.
                #
                # Edit this file with caution, and see the xorg.conf(5) manual page.
                # (Type "man xorg.conf" at the shell prompt.)
                #
                # This file is automatically updated on xserver-xorg package upgrades *only*
                # if it has not been modified since the last upgrade of the xserver-xorg
                # package.
                #
                # If you have edited this file but would like it to be automatically updated
                # again, run the following command:
                # sudo dpkg-reconfigure -phigh xserver-xorg

                Section "Files"
                FontPath "/usr/share/fonts/X11/misc"
                FontPath "/usr/share/fonts/X11/cyrillic"
                FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
                FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
                FontPath "/usr/share/fonts/X11/Type1"
                FontPath "/usr/share/fonts/X11/100dpi"
                FontPath "/usr/share/fonts/X11/75dpi"
                # path to defoma fonts
                FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
                EndSection

                Section "Module"
                Load "i2c"
                Load "bitmap"
                Load "ddc"
                Load "dri"
                Load "extmod"
                Load "freetype"
                Load "glx"
                Load "int10"
                Load "vbe"
                EndSection

                Section "InputDevice"
                Identifier "Generic Keyboard"
                Driver "kbd"
                Option "CoreKeyboard"
                Option "XkbRules" "xorg"
                Option "XkbModel" "pc105"
                Option "XkbLayout" "ch"
                Option "XkbVariant" "de_nodeadkeys"
                EndSection

                Section "InputDevice"
                Identifier "Configured Mouse"
                Driver "mouse"
                Option "CorePointer"
                Option "Device" "/dev/input/mice"
                Option "Protocol" "ImPS/2"
                Option "ZAxisMapping" "4 5"
                Option "Emulate3Buttons" "true"
                EndSection

                Section "InputDevice"
                Driver "wacom"
                Identifier "stylus"
                Option "Device" "/dev/input/wacom"
                Option "Type" "stylus"
                Option "ForceDevice" "ISDV4" # Tablet PC ONLY
                EndSection

                Section "InputDevice"
                Driver "wacom"
                Identifier "eraser"
                Option "Device" "/dev/input/wacom"
                Option "Type" "eraser"
                Option "ForceDevice" "ISDV4" # Tablet PC ONLY
                EndSection

                Section "InputDevice"
                Driver "wacom"
                Identifier "cursor"
                Option "Device" "/dev/input/wacom"
                Option "Type" "cursor"
                Option "ForceDevice" "ISDV4" # Tablet PC ONLY
                EndSection

                Section "Device"
                Identifier "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
                Driver "ati"
                BusID "PCI:1:0:0"
                EndSection

                Section "Monitor"
                Identifier "Acer AL1951"
                Option "DPMS"
                EndSection

                Section "Screen"
                Identifier "Default Screen"
                Device "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
                Monitor "Acer AL1951"
                DefaultDepth 24
                SubSection "Display"
                Depth 1
                Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
                EndSubSection
                SubSection "Display"
                Depth 4
                Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
                EndSubSection
                SubSection "Display"
                Depth 8
                Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
                EndSubSection
                SubSection "Display"
                Depth 15
                Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
                EndSubSection
                SubSection "Display"
                Depth 16
                Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
                EndSubSection
                SubSection "Display"
                Depth 24
                Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
                EndSubSection
                EndSection

                Section "ServerLayout"
                Identifier "Default Layout"
                Screen "Default Screen"
                InputDevice "Generic Keyboard"
                InputDevice "Configured Mouse"
                InputDevice "stylus" "SendCoreEvents"
                InputDevice "cursor" "SendCoreEvents"
                InputDevice "eraser" "SendCoreEvents"
                EndSection

                Section "DRI"
                Mode 0666
                EndSection
                It's the default I got from gutsy, no editing

                what video card are you using?
                HP Pavilion dv6 core i7 (Main)
                4 GB Ram
                Kubuntu 18.10

                Comment


                  #9
                  Re: Reading DVD

                  ah, you're using the "ati" driver. I use the flgrx, because my X1300 won't work with any other..

                  Mmm, i'll try some cleaning up of the lines i added to get xgl running.

                  Comment


                    #10
                    Re: Reading DVD

                    Yeah, that is what gutsy gave me.
                    I have no experience with x1300
                    let us know how it goes.
                    HP Pavilion dv6 core i7 (Main)
                    4 GB Ram
                    Kubuntu 18.10

                    Comment


                      #11
                      Re: Reading DVD

                      did some cleaning up. some corrupting the xorg.conf (oups), a bit of vi editing, and xine start now
                      Longs for hardy.. hopfully the new ati drivers will get us rid of this mess.

                      And the weird display i had when runing the lego digital designer through wine is gone too. (ah actually no..) It mess up with borders.. how anoying !

                      don't have a vidéo to test, i'm at work, but i'll try it later.

                      So, back to work now :P

                      Comment


                        #12
                        Re: Reading DVD

                        lego digital designer through wine
                        wine??

                        Why not use vmware server/payer??

                        Have fun at work At my end at the world it is almost apero (happy hour) time
                        HP Pavilion dv6 core i7 (Main)
                        4 GB Ram
                        Kubuntu 18.10

                        Comment


                          #13
                          Re: Reading DVD

                          oh, i'm again with only the "log-off" buton. oh, now now.

                          And OpenOffice won't start anymore. Annoying, Now a have a real excuse not to work lol.

                          So, here we go again...
                          ok i hate this !!!

                          Comment


                            #14
                            Re: Reading DVD

                            Got the same problem with fglrx. Xine dies with:

                            Code:
                            X Error of failed request: BadMatch (invalid parameter attributes)
                              Major opcode of failed request:  140 (XVideo)
                              Minor opcode of failed request:  14 ()
                              Serial number of failed request:  2409
                              Current serial number in output stream:  2409
                            I made a fresh install... Anyone managed to solve that problem on Gusty?

                            EDIT: Tried with VLC and it works like a charm... Hrm...

                            D.

                            Comment

                            Working...
                            X