View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 37 posts ] 
Go to page Previous  1, 2, 3

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Fri May 07, 2004 9:26 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
the libxv or whatever it is thing I think is a debian thing. from my experience you look at the error and see what file it is that can't install because some files exist in another package blah blah blah the file should be in /var/cache/archives/ then you do a dpkg --force-overwrite /var/cache/carchives/filename.deb this will make that package go ahead and overwrite the files and the dependency problems should go away. I have not had any problems doing this with the libxv thing, but I would warn against using this trick for any other package unless you know what you are doing or are willing to risk instabilities.


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 08, 2004 8:17 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Thanks for the clue. The error I was getting was:
Code:
apt-get install libxv1 xine-ui
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  libxv1 xine-ui
0 upgraded, 2 newly installed, 0 to remove and 473 not upgraded.
Need to get 0B/1650kB of archives.
After unpacking 3453kB of additional disk space will be used.
(Reading database ... 50578 files and directories currently installed.)
Unpacking libxv1 (from .../libxv1_4.3.0.dfsg.1-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libxv1_4.3.0.dfsg.1-1_i386.deb (--unpack):
 trying to overwrite `/usr/X11R6/lib/libXv.so.1.0', which is also in package xlibs
dpkg-deb: subprocess paste killed by signal (Broken pipe)

Selecting previously deselected package xine-ui.
Unpacking xine-ui (from .../xine-ui_0.99.1-1_i386.deb) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libxv1_4.3.0.dfsg.1-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

The actual commands I had to use to fix it were:
Code:
dpkg -i --force-overwrite /var/cache/apt/archives/libxv1_4.3.0.dfsg.1-1_i386.deb
apt-get -f install

I'm not sure if this worked yet, but I'm about to go check!

Yep! It works like a charm! I've finally got a working DVD player again!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 09, 2004 5:23 pm 
Offline
Joined: Sat Feb 28, 2004 9:30 am
Posts: 69
Location: Michigan
I just had some trouble, in case any runs into this in the future make sure you have the right build number for example

The original in this thread
Code:
dpkg -i --force-overwrite /var/cache/apt/archives/libxv1_4.3.0.dfsg.1-1_i386.deb


The one I had to put in was

Code:
dpkg -i --force-overwrite /var/cache/apt/archives/libxv1_4.3.0.dfsg.1-7_i386.deb


Changing the one to 7


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 09, 2004 9:15 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
yes that's where tab completion is a godsent. libxv<tab>

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 09, 2004 9:58 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
The unspoken bit of information was that I was just using the filename it complained about at the time. Versions change far more frequently than general patterns of resolution, although those change over time too... ;-)


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 26, 2005 3:27 pm 
Offline
Joined: Sun Jan 16, 2005 6:23 pm
Posts: 21
I have the haugpauge black&grey remote....The xine lircrc config posted back on page 1 really annoyed me...my remote has direction keys, I like them, and I dont have an amp, so I like volume control. Hopes this helps ppl in my boat.

This is the lircrc config from page 1...edited to my liking
Code:
### Xine lirc setup

begin
prog = xine
button = PLAY
repeat = 3
config = Play
end

begin
prog = xine
button = STOP
repeat = 3
config = Stop
end

begin
prog = xine
button = OFF
repeat = 3
config = Quit
end

begin
prog = xine
button = PAUSE
repeat = 3
config = Pause
end

begin
prog = xine
button = UP
repeat = 3
config = EventUp
end

begin
prog = xine
button = DOWN
repeat = 3
config = EventDown
end

begin
prog = xine
button = LEFT
repeat = 3
config = EventLeft
end

begin
prog = xine
button = RIGHT
repeat = 3
config = EventRight

end

begin
prog = xine
button = OK
repeat = 3
config = EventSelect
end

begin
prog = xine
button = BACK/EXIT
repeat = 3
config = Menu
end

begin
prog = xine
button = FFW
repeat = 3
config = SpeedFaster
end

begin
prog = xine
button = REW
repeat = 3
config = SpeedSlower
end

begin
prog = xine
button = VOL+
repeat = 1
config = Volume+
end

begin
prog = xine
button = VOL-
repeat = 1
config = Volume-
end

begin
prog = xine
button = MUTE
repeat = 3
config = Mute
end

begin
prog = xine
button = MENU
repeat = 3
config = RootMenu
end

begin
prog = xine
button = SKIP
repeat = 3
config = EventNext
end

begin
prog = xine
button = REPLAY
repeat = 3
config = EventPrior
end

begin
prog = xine
button = GO
repeat = 3
config = OSDStreamInfos
end

begin
prog = xine
button = RED
repeat = 3
config = Quit
end

begin
prog = xine
button = RED

repeat = 3
config = Quit
end


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 18, 2005 5:27 pm 
Offline
Joined: Wed Jan 07, 2004 12:14 pm
Posts: 434
Location: Charlotte, NC
Has anybody successfully gotten ogle to work through a digital output (spdif) on a Soundblaster Live 5.1? It plays the video fine, analog will work (if oglerc is set that way) but I cannot get the proper setup for digital out...

If you have, please share your oglerc...

Thanks


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 37 posts ] 
Go to page Previous  1, 2, 3



All times are UTC - 6 hours




Who is online

Users browsing this forum: Bing [Bot] and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu