Ver Mensaje Individual
  #7 (permalink)  
Antiguo 18/04/2006, 12:43
Pernito
 
Fecha de Ingreso: marzo-2004
Mensajes: 45
Antigüedad: 20 años, 1 mes
Puntos: 0
Pregunta

de esos dos el primero me tira error y el segundo dice que lo tengo instalado

en un blog encontré esto, y la verdad es que entre que me cuesta entender todo lo nuevo de linux, aparte está en inglés (me defiendo pero no soy un alto entendedor)
pego lo que dice ahí

Código:
after installation, I had a garbled desktop again and then X would drop me back down into console. I had to edit the xorg.conf and change the driver to vesa then go back into the X desktop to see what needed to be done to install the nvidia drivers. Basically a new kernel was required because of a glitch with the default kernel and non-gpl drivers. Anyways the steps I took to install the new kernel and get my video card working were :

su -
cd /etc/yum.repos.d/
wget http://people.redhat.com/davej/kernels/Fedora/FC5/kernels.repo
yum install rpm-build
yum update kernel kernel-devel -y
rpm -Uhv http://rpm.livna.org/livna-release5.rpm
mkdir /root/nvidia
cd /root/nvidida
wget http://www.leemhuis.info/files/fedorarpms/MISC.lvn/graphics/xorg-x11-drv-nvidia-1.0.8178-0.lvn.5.i386.rpm
wget http://www.leemhuis.info/files/fedorarpms/MISC.lvn/graphics/nvidia-kmod-1.0.8178-0.lvn.3.2.6.15_1.1881_FC5.src.rpm
reboot
select the new kernel, then:
su -
rpmbuild –rebuild –target `uname -m` nvidia-kmod-*.src.rpm
cp -a /usr/src/redhat/RPMS/`uname -m`/kmod-nvidia* ./
rpm -Uvh kmod-nvidia-1.0.8178-0.*$(uname -r)*.rpm xorg-x11-drv-nvidia-1.0.8178-0.lvn.5.i386.rpm
modprobe nvidia
chkconfig nvidia-glx start
service nvidia-glx on
nvidia-xconfig
reboot
______________________________________________________________________________________________________
***NOTE : IT IS NO LONGER NECESSARY TO TAKE THE ABOVE MENTIONED STEPS***

updated kernels are in the fedora-updates-testing.repo (kernel-2.6.16-1.2069_FC5.i686.rpm) and the updated nvidia drivers are in livnia-testing.repo simply log in as root in the terminal and do :

yum –enablerepo=updates-testing update kernel
yum –enablerepo=livna-testing install kmod-nvidia xorg-x11-drv-nvidia
/usr/sbin/nvidia-xconfig
reboot
______________
fuente: link

si esto tiene sentido avisen por favor
Salu2
P[e]RNiTo