RE: ogle-0.9.0 on hpux 11.00 questions
"Gansser, Martin" <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <78224A6821F87A4D8023B133E5B1140B40CA4F@srvmxellwangen2.ratc-de.com> |
> -----Original Message----- > From: Bjrn Englund [mailto:[email protected]] > Sent: Friday, February 28, 2003 5:22 PM > To: Gansser, Martin > Cc: [email protected] > Subject: Re: [Ogle-devel] ogle-0.9.0 on hpux 11.00 questions > > > Fri Feb 28 2003, Gansser, Martin wrote: > > Hi, > > > > I tried ogle-0.9.0 to compile on hpux 11.00, it compiles > fine with the > > following changes: > > > > You should make changes to the configure.in file, > configure is built from it. > > > > +hpux*) > > + DEFAULT_DVD_DEVICE="/dev/dvd" > > is /dev/dvd a standard link in hpux? > You can also change this by editing the oglerc file. there exists on hpux no standard device, every user must link the responding hardware device to /dev/rdksk/cxtydz to /dev/dvd e.q. ln -s /dev/rdsk/c1t2d0 /dev/dvd > > cd ogle_gui-0.9.0: > > change the shared library suffix of libglade in configure > > > > # diff -Naur configure.orig configure > > > 1. Is it possible, that you apply this patches ? > > If you change them so they are patches against configure.in > I will apply them. Should I send you a patch again ? > To generate the configure file from configure.in > run the ./autogen.sh script or autoconf. Beware that some > versions of autoconf/automake/libtool won't work. > > > > > > 2. ogle plays a dvd at the moment only w/o the gui > > > > ogle -u cli /dev/dvd > > prounix_root:/opt/ogle/bin # ./ogle -u cli /dev/dvd > > libdvdread: Encrypted DVD support unavailable. > > libdvdread: Encrypted DVD support unavailable. > > libdvdread doesn't find libdvdcss, how are shared library files named > on hpux? > What should libdvdread dlopen? on hpux the function 'dlopen()' is called 'shl_load()' and dlclose() is called shl_unload() if you that mean. the libraries have the suffix .sl: # ll /usr/local/lib/libdvd* -rw-r--r-- 1 root sys 168592 Feb 27 11:25 /usr/local/lib/libdvdcss.a -rwxr-xr-x 1 root sys 718 Feb 27 11:25 /usr/local/lib/libdvdcss.la lrwxrwxrwx 1 root sys 16 Feb 27 11:25 /usr/local/lib/libdvdcss.sl -> libdvdcss.sl.2.3 lrwxrwxrwx 1 root sys 16 Feb 27 11:25 /usr/local/lib/libdvdcss.sl.2 -> libdvdcss.sl.2.3 -r-xr-xr-x 1 root sys 179656 Feb 27 11:25 /usr/local/lib/libdvdcss.sl.2.3 -rw-r--r-- 1 root sys 100078 Feb 4 13:44 /usr/local/lib/libdvdplay.a -rwxr-xr-x 1 root sys 754 Feb 4 13:44 /usr/local/lib/libdvdplay.la lrwxrwxrwx 1 root sys 17 Feb 4 13:44 /usr/local/lib/libdvdplay.sl -> libdvdplay.sl.0.1 lrwxrwxrwx 1 root sys 17 Feb 4 13:44 /usr/local/lib/libdvdplay.sl.0 -> libdvdplay.sl.0.1 -r-xr-xr-x 1 root sys 106496 Feb 4 13:44 /usr/local/lib/libdvdplay.sl.0.1 -rw-r--r-- 1 root sys 489140 Feb 27 15:14 /usr/local/lib/libdvdread.a -rwxr-xr-x 1 root sys 724 Feb 27 15:14 /usr/local/lib/libdvdread.la lrwxrwxrwx 1 root sys 17 Feb 27 15:14 /usr/local/lib/libdvdread.sl -> libdvdread.sl.3.0 lrwxrwxrwx 1 root sys 17 Feb 27 15:14 /usr/local/lib/libdvdread.sl.3 -> libdvdread.sl.3.0 -r-xr-xr-x 1 root sys 502396 Feb 27 15:14 /usr/local/lib/libdvdread.sl.3.0 > > > vmg: attach_ctrl_data(), shmat(): Invalid argument > > Xscreensaver not running. > > No accelerated colorspace coversion found > > vmg: attach_decoder_buffer(), shmat(): Invalid argument > > No accelerated IMDCT transform found > > ERROR[ogle_audio]: odelay failed, falling back to clock sync > > > > What means this message ? > > Is it possible to play ogle w/o audio ? > > set the audiodriver to 'null' in the oglerc file. means this, that I should copy the file $prefix/share/ogle/oglerc in ~/.oglerc what is the exact entry, and on which line ? > > Is it possible to change the video mode (sdl/X11/XShm) ? > > X11 will be used with XShm if available and Xv if available. yes, indeed > > > 3. The playback with ogle gui starts, but if I want to > > navigate in the DVD Mainmenue nothing happens. > > There seems to be some problem with SysV shared memory, I'm surprised > that you even get a picture. is a debug helpfully ? thanks Martin