On Thursday 17 May 2001 00:21, Yves Duret wrote:
> hi,
> i just rebuild vlc (a dvd player), you can get it from contrib.
> Now, deCSS (not included in our package due to ...) is available threw a
> plug'in. You can get it from http://www.videolan.org, you just need to
> install vlc-css to have the deCSS working.
>
> I need more testing on it and on the ppc version (i can't test it), so let
> me know how it works..
> yves

Works OK on my system (PII-400, 380MB RAM, Matrox G400-32, CTX 17 inch 
monitor).  I used it from KDE and it failed because arts was running and it 
was looking for esound...

[02:13 peter@penguin:~]$ vlc                                                  
VideoLAN Client - version 0.2.73 Ourumov - (C)1996-2001 VideoLAN

module error: failed calling init in builtin module
mcop warning: user defined signal handler found for SIG_PIPE, overriding
intf: interface initialized
aout error: can't open esound socket (format 0x00001021 at 44100 Hz)
aout error: audio initialization failed, audio is deactivated
vout: video display initialized (720x576, 15/16 bpp)
input: opening file `dvd:/dev/dvd'
Gdk-ERROR **: BadShmSeg (invalid shared segment parameter)
  serial 49 error_code 165 request_code 145 minor_code 2

So I used this wrapper:
#!/bin/sh
# ~/bin/playdvd-vlc
# switch off DPMS screen blanking
xset -dpms

# Allow sound
killall artsd
sleep 1

/usr/bin/vlc  --width 1152 --height 1080

# switch on DPMS screen blanking again
xset +dpms

# Let the system use sound when done
artsd &
###############################################

This works (--fullscreen just gives a blank screen, though)...
[02:54 peter@penguin:~]$ playdvd-vlc                                          
warning: leaving MCOP Dispatcher and still 7 object references alive.         
  - Arts::Synth_MULTI_ADD                                   
  - Arts::Synth_MULTI_ADD                 
  - Arts::Synth_PLAY    
  - Arts::StereoEffectStack                                                   
  - Arts::Synth_BUS_DOWNLINK                                
  - Arts::SoundServer                     
  - Arts::MidiManager   
warning: leaving MCOP Dispatcher and still 41 types alive.                    
VideoLAN Client - version 0.2.73 Ourumov - (C)1996-2001 VideoLAN

module error: failed calling init in builtin module             
intf: interface initialized                                 
vout: video display initialized (1152x1080, 15/16 bpp)                        
input: opening file `dvd:/dev/dvd'                          
                                                                              
Gtk-WARNING **: invalid class type `(unknown)' in cast to `GtkObject'         
                                                                              
Gtk-WARNING **: invalid class type `(unknown)' in cast to `GtkObject'         
                                                                              
Gtk-CRITICAL **: file gtksignal.c: line 433 (gtk_signal_lookup): assertion 
`gtk_type_is_a (object_type, GTK_TYPE_OBJECT)' failed.                        
                                                                              
Gtk-WARNING **: invalid class type `(unknown)' in cast to `GtkObject'
 
Gtk-WARNING **: gtk_signal_emit_by_name(): could not find signal 
"value_changed" in the `(null)' class ancestry
input: closing file `dvd:/dev/dvd'
intf: program terminated
##################################
vlc-0.2.73-1mdk.i586.rpm        (why no controller for kde/qt users?)
vlc-gnome-0.2.73-1mdk.i586.rpm  (otherwise no controller)
vlc-gtk-0.2.73-1mdk.i586.rpm    (otherwise no controller)
vlc-css-0.2.73-1mdk.i586.rpm
-- 
                Linux Mandrake release 8.0 (Traktopel) for i586
                   Linux 2.4.3-20mdk-p, KDE: 2.1.2, Qt: 2.3.0
                           Uptime 12 hours 36 minutes

Reply via email to