davidvandoren
7th September 2010, 06:52 PM
When I got this pc I actually wanted a different nvidia card. The sales guy convinced me to get the msi since my motherboard is msi.
I followed the guide for the For GeForce 6, 7, 8, 9, 200 & 300 series cards
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-PAE
su -
sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)
Now my PC boots with the old fedora 12 graphics and stops pretty much at the end.
How can I go back to where I was before?
thanks
---------- Post added at 09:35 AM CDT ---------- Previous post was at 08:55 AM CDT ----------
this is the grub.conf file
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root rdblacklist=nouveau
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.34.6-47.fc13.i686.PAE)
root (hd0,1)
kernel /vmlinuz-2.6.34.6-47.fc13.i686.PAE ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet nouveau.modeset=0 rdblacklist=nouveau
initrd /initramfs-2.6.34.6-47.fc13.i686.PAE.img
title Fedora (2.6.33.3-85.fc13.i686.PAE)
root (hd0,1)
kernel /vmlinuz-2.6.33.3-85.fc13.i686.PAE ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet rdblacklist=nouveau
initrd /initramfs-2.6.33.3-85.fc13.i686.PAE.img
title Other
rootnoverify (hd0,0)
chainloader +1
---------- Post added at 09:52 AM CDT ---------- Previous post was at 09:35 AM CDT ----------
Solved
I logged in with an older kernel and went to System, Administration, Livna display configuration
Just applied the default and after restart everything looks okay except the kernel warning I go just now.
WARNING: at lib/vsprintf.c:1266 vsnprintf+0x44/0x24c()
Hardware name: MS-7636
Modules linked in: sunrpc cpufreq_ondemand acpi_cpufreq ip6t_REJECT nf_conntrack_ipv6 ip6table_filter ip6_tables ipv6 uinput snd_hda_codec_nvhdmi nvidia(P) snd_hda_codec_realtek snd_hda_intel snd_hda_codec i2c_i801 snd_hwdep snd_seq snd_seq_device snd_pcm iTCO_wdt iTCO_vendor_support ppdev parport_pc parport snd_timer i2c_core snd microcode soundcore snd_page_alloc r8169 mii ata_generic pata_acpi pata_jmicron [last unloaded: scsi_wait_scan]
Pid: 849, comm: hd-audio1 Tainted: P 2.6.34.6-47.fc13.i686.PAE #1
I guess I can live with it for now
I followed the guide for the For GeForce 6, 7, 8, 9, 200 & 300 series cards
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-PAE
su -
sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)
Now my PC boots with the old fedora 12 graphics and stops pretty much at the end.
How can I go back to where I was before?
thanks
---------- Post added at 09:35 AM CDT ---------- Previous post was at 08:55 AM CDT ----------
this is the grub.conf file
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root rdblacklist=nouveau
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.34.6-47.fc13.i686.PAE)
root (hd0,1)
kernel /vmlinuz-2.6.34.6-47.fc13.i686.PAE ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet nouveau.modeset=0 rdblacklist=nouveau
initrd /initramfs-2.6.34.6-47.fc13.i686.PAE.img
title Fedora (2.6.33.3-85.fc13.i686.PAE)
root (hd0,1)
kernel /vmlinuz-2.6.33.3-85.fc13.i686.PAE ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet rdblacklist=nouveau
initrd /initramfs-2.6.33.3-85.fc13.i686.PAE.img
title Other
rootnoverify (hd0,0)
chainloader +1
---------- Post added at 09:52 AM CDT ---------- Previous post was at 09:35 AM CDT ----------
Solved
I logged in with an older kernel and went to System, Administration, Livna display configuration
Just applied the default and after restart everything looks okay except the kernel warning I go just now.
WARNING: at lib/vsprintf.c:1266 vsnprintf+0x44/0x24c()
Hardware name: MS-7636
Modules linked in: sunrpc cpufreq_ondemand acpi_cpufreq ip6t_REJECT nf_conntrack_ipv6 ip6table_filter ip6_tables ipv6 uinput snd_hda_codec_nvhdmi nvidia(P) snd_hda_codec_realtek snd_hda_intel snd_hda_codec i2c_i801 snd_hwdep snd_seq snd_seq_device snd_pcm iTCO_wdt iTCO_vendor_support ppdev parport_pc parport snd_timer i2c_core snd microcode soundcore snd_page_alloc r8169 mii ata_generic pata_acpi pata_jmicron [last unloaded: scsi_wait_scan]
Pid: 849, comm: hd-audio1 Tainted: P 2.6.34.6-47.fc13.i686.PAE #1
I guess I can live with it for now