Hi There

On Sun, Dec 03, 2000 at 10:16:27AM -0300, Valerio Ferreira wrote:
>   I have a voodoo 3000 card and i'd like to install xfree4.
> 
>   At http://linux.3dfx.com/open_source/download/rpm.htm i got the
>   drivers in RPM format and they informe 'It is highly recommended
>   that Debian users use Alien to create deb packages'.
> 
>   There are 3 files:
>      tdfx_dri-4.0.1-1.i386.rpm 
>      tdfx_drm-1.0-3.src.rpm 
>      Glide_V3-DRI-3.10-6.i386.rpm 
> 
>   The question is how do i execute the instructions below using DEB format?
> 
>      rpm --rebuild tdfx_drm-1.0-3.src.rpm 
>      rpm -Uvh /usr/src/redhat/RPMS/i386/tdfx_drm-1.0-3.i386.rpm

You might want to do exactly what they say and use "alien" to convert
the RPMs into DEBs then install them.

apt-get install alien
alien tdfx_dri-4.0.1-1.i386.rpm
alien tdfx_drm-1.0-3.src.rpm
alien Glide_V3-DRI-3.10-6.i386.rpm

dpkg -i Glide_V3-DRI-3.10-6.i386.deb
dpkg -i tdfx_drm-1.0-3.src.deb (i'm picking you'll have to build this
one after install)
dpkg -i Glide_V3-DRI-3.10-6.i386.deb

You might have to force the install as the packages, once converted, may
complain about dependencies.

Just a warning here in that if the you force the install of these
packages, ie. not dependency checking, then when uninstalling them you
will not be prompted to remove any of the un-needed packages.

Matt

-- 
--------Chaos, panic and disorder - my work here is done--------
http://www.spinner.org.nz       stick at spinner dot org dot nz
                                stick at rage dot net dot nz
----------------------------------------------------------------

_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to