FOr the NV drivers you should check out.
http://apt.physik.fu-berlin.de/fedora/2/en/i386/RPMS.at-bleeding/

Note the last word in that dir path...
also
http://apt.sw.be/fedora/2/en/i386/RPMS.dag/
has many of the python packages you will need/want.

You might just wanna get apt at many different sites. I get mine at www.freshrpms.net
then make your /etc/apt/sources.list have these additional entries


rpm http://apt.physik.fu-berlin.de fedora/2/en/i386 at-stable at-good at-testing
# You might wanna add at-bleeding if you want the NV drivers
rpm http://apt.sw.be fedora/2/en/i386 dag


then
apt-get update
apt-get upgrade
apt-get install what-ever-you-want like kernel-module-nvidia-graphics <http://apt.physik.fu-berlin.de/fedora/2/en/i386/RPMS.at-bleeding/kernel-module-nvidia-graphics-2.6.5-1.358-1.0_5336-51.rhfc2.at.i686.rpm>
<http://apt.physik.fu-berlin.de/fedora/2/en/i386/RPMS.at-bleeding/kernel-module-nvidia-graphics-2.6.5-1.358-1.0_5336-51.rhfc2.at.i686.rpm>skeeterskip wrote:


Eeeh, that sounds like alot of work. I might just have to wait until Freevo
releases next version. I still have to wait for Nvidia to come out with new
video card drivers for video card anyways.

I got Mythtv working on system. It works through computer monitor right now
until new drivers come out then I'll get it on tv.

Cheers,

Skeeterskip

----- Original Message ----- From: "Wan Tat Chee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 21, 2004 8:25 PM
Subject: Re: [Freevo-users] Fedora 2 & Freevo





On Fri, 21 May 2004, skeeterskip wrote:



[EMAIL PROTECTED] root]# which python
/usr/bin/python


Ok (just verifying).



I haven't rebuilt any of the files. I did finally find
python-imaging rpm for fc2 and I no longer get
dependency errors while installing Freevo.

I haven't created any symlinks. Below is output from


Since there's /usr/bin/python you won't need it.




rpm -qil freevo

/usr/lib/python2.2/site-packages/freevo/skins/__init__.py
/usr/lib/python2.2/site-packages/freevo/skins/__init__.pyc


          ^^^^^^^^^

That's your problem. The freevo packages were built for python2.2, which
is now replaced by python2.3 in FC2. If you check the file listing
using 'rpm -qil' of any of the dependency packages you've installed,
it should say '/usr/lib/python2.3/...' in order for the FC2 python to find
it.

You need to download the follwing:

freevo*src.rpm
mmpython*src.rpm

and probably these dependency packages (unless you found FC2 compiled
versions):

python-numeric
python-game
python-mx-base
python-imaging
python-twisted
pylirc

then do a 'rpm --rebuild *src.rpm' for each of the packages (as root?).
Remove the old packages and reinstall those you rebuilt (should be
under /usr/src/redhat/RPMS/...

T.C.
----
Wan Tat Chee (Lecturer)
School of Computer Science, Univ. of Science Malaysia,
11800 USM, Penang, Malaysia.      Rm.625 Ofc Ph: +604 653-3888 x 3617
NRG Lab Admin: +604 659-4757           Rm.601-E Ofc Ph: +604 653-4396
Internet: [EMAIL PROTECTED]            Web: http://nrg.cs.usm.my/~tcwan
GPG Key : http://nrg.cs.usm.my/~tcwan/tcw_gpg-20030322.asc
F'print : DCF2 B9B2 FA4D 1208 AD59  14CA 9A8F F54D B2C4 63C7


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users





-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users







-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to