반응형
원문 : http://linuxtweaking.blogspot.com/2010/12/how-to-install-wwwnvidiacom-drivers-in.html
Step 1. 개발도구 설치
Command : su -c 'yum install gcc make kernel-devel'
Step 2. Nvidia 공식 홈페이지에서 해당 드라이버 다운로드
Step 3. grub.conf 수정 : 부팅 커널에 'nomodeset'과 '3' 추가
ex.
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,1)
# kernel /boot/vmlinuz-version ro root=/dev/sda2
# initrd /boot/initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.35.9-64.fc14.x86_64)
root (hd0,1)
kernel /boot/vmlinuz-2.6.35.9-64.fc14.x86_64 nomodeset 3 ro root=UUID=d18f27a8-5c8b-4f82-af72-75cc78ad3f27 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UT$
initrd /boot/initramfs-2.6.35.9-64.fc14.x86_64.img
title Fedora (2.6.35.6-45.fc14.x86_64)
root (hd0,1)
kernel /boot/vmlinuz-2.6.35.6-45.fc14.x86_64 ro root=UUID=d18f27a8-5c8b-4f82-af72-75cc78ad3f27 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UT$
initrd /boot/initramfs-2.6.35.6-45.fc14.x86_64.img
title Other
rootnoverify (hd1,0)
chainloader +1
Step 4. reboot
Step 5. 다운로드 받은 공식 드라이버 설치
Step 6. 'Step 3'에서 추가한 '3' 삭제
Step 7. reboot
Step 8. 3D 동작 확인
마치며..
Geforce 9500GT / 9300GS에서 테스트 완료 하였습니다..
기타 모델은 다른 방법이 필요할 수도..? ^^
Step 1. 개발도구 설치
Command : su -c 'yum install gcc make kernel-devel'
Step 2. Nvidia 공식 홈페이지에서 해당 드라이버 다운로드
Step 3. grub.conf 수정 : 부팅 커널에 'nomodeset'과 '3' 추가
ex.
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,1)
# kernel /boot/vmlinuz-version ro root=/dev/sda2
# initrd /boot/initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.35.9-64.fc14.x86_64)
root (hd0,1)
kernel /boot/vmlinuz-2.6.35.9-64.fc14.x86_64 nomodeset 3 ro root=UUID=d18f27a8-5c8b-4f82-af72-75cc78ad3f27 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UT$
initrd /boot/initramfs-2.6.35.9-64.fc14.x86_64.img
title Fedora (2.6.35.6-45.fc14.x86_64)
root (hd0,1)
kernel /boot/vmlinuz-2.6.35.6-45.fc14.x86_64 ro root=UUID=d18f27a8-5c8b-4f82-af72-75cc78ad3f27 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UT$
initrd /boot/initramfs-2.6.35.6-45.fc14.x86_64.img
title Other
rootnoverify (hd1,0)
chainloader +1
Step 4. reboot
Step 5. 다운로드 받은 공식 드라이버 설치
Step 6. 'Step 3'에서 추가한 '3' 삭제
Step 7. reboot
Step 8. 3D 동작 확인
마치며..
Geforce 9500GT / 9300GS에서 테스트 완료 하였습니다..
기타 모델은 다른 방법이 필요할 수도..? ^^
반응형