[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]

Re: Rage 128 et SuSE 6.3



il faut que tu ailles sur le site de SuSe downloader un fichier qui s'appelle rage.rpm pis apres tu l'installes avec les instructions données sur le site... Moi je l'ai fait avec Suse 6.2 pis ca marche fak y'a pas de raisons que ca marche pas sur ta machine...

Voici le readme de l'installation

On a SuSE Linux system it is straight forward to install these servers. All you need to do is 

rpm -e xsvga
rpm -U --nodeps [xfcom-packet].rpm
ln -s /usr/X11R6/bin/[xfcom-server] /usr/X11R6/bin/XF86_SVGA

which means in case of the XFCom_Rage128 server 

rpm -e xsvga
rpm -U --nodeps xrage.rpm
ln -s /usr/X11R6/bin/XFCom_Rage128 /usr/X11R6/bin/XF86_SVGA

Now start SaX and select GENERIC SERVER SELECTION model SVGA. This is all that is
needed to get the server installed and configured. 

If you cannot use SaX to configure this server, we recommend that you use the current
XF86Setup program as provided by SuSE. This has been extended to handle XFCom servers
as well. 

If you are using an olde, glibc-2.0 based Linux system other than SuSE, you may run into a
slight incompatibility that causes the program to fail with the error message undefined
symbol: __register_frame_info 

This problem can be solved by installing the regframe package. Now edit (as root) the file
/etc/ld.so.preload (or create it in case it does not exist). The first line contains a (space
separated) list of libraries to pre-load before program execution. Add /lib/libregframe.so to that
list (or write /lib/libregframe.so in the first line in case you are creating this file).