| Fedora This forum is for the discussion of the Fedora Project. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-10-2004, 04:06 AM
|
#1
|
|
Member
Registered: Feb 2004
Posts: 89
Rep:
|
Is this guide for kernel compilation accurate?
Hi there
I am going to install Fedora Core 2 at the weekend and since this doesnt work with nvidia drivers out of the box at present i am also going to take it as an opportunity to compile my own 2.6.6 kernel for the first time.
I found a decent guide that prints off 1 page A4 and i just want to know if it should work.
Quote:
Taken from http://www.nvnews.net/vbulletin/show...05&postcount=7
OK, I had a hard time installing NVIDIA drivers on FC2. I tried various kernels including 2.6.5, 2.6.5-1.358, 2.6.2, 2.6.6. I succeed to get it working with 2.6.2 and 2.6.6.
I think some people who are unexperienced in compiling a kernel need some help.
Here is everything you need
# cd /usr/src
# wget h ttp://www.kernel.org/linux/kernel/v2.6/linux-2.6.6.tar.bz2 (without space on http)
(or download the 2.6.6 kernel from your favorite mirror)
# tar jxvf linux-2.6.6.tar.bz2
# \rm linux
# ln -sf linux-2.6.6 linux
# cd /usr/src/linux
* go to http://www.nvnews.net/vbulletin/sho...6597#post326597
* download the config-2.6.6.txt Omnifarius posted on post #9 and put it in this directory
# make mrproper
# mv config-2.6.6.txt .config
# make xconfig
* you donīt need to change many things, you can disable the drivers for the unnecessary devices. (but I disabled the CONFIG_REGPARM setting in the CPU settings because I heard it may cause trouble)
*save (to .config) and exit
# make
# make modules_install
# make install
(this installs the new kernel and modifies grub.conf (or lilo.conf))
and thatīs it. All you need after is to reboot your computer, select the new kernel on grub (or lilo). and uninstall/reinstall your NVIDIA driver after bootup. (dont forget to modify your XF86Config (or xorg.conf whichever is present) appropriately)
restart X server
go play some tuxracer
|
|
|
|
|
06-10-2004, 08:01 AM
|
#2
|
|
Member
Registered: Oct 2003
Location: Memphis, TN
Distribution: Slackware current
Posts: 485
Rep:
|
Yeah, but I just copy over the default fedora config from /boot...
|
|
|
|
06-10-2004, 12:22 PM
|
#3
|
|
Member
Registered: Jun 2003
Location: UK
Distribution: Fedora 8, Centos 5.1
Posts: 480
Rep:
|
Thats the exact guide i used to build my 2.6.6 kernel and i have full accelerated nvidia graphics now:
I wish someone would sticky these questions and solutions and just redirect everyone to that thread. There's been so many people asking this one question.
[edit] The default fedora config contains the 4k stacks problem, dont use it or you wont be getting that driver working.
|
|
|
|
06-10-2004, 12:39 PM
|
#4
|
|
Member
Registered: Oct 2003
Location: Memphis, TN
Distribution: Slackware current
Posts: 485
Rep:
|
Quote:
Originally posted by v00d00101
Thats the exact guide i used to build my 2.6.6 kernel and i have full accelerated nvidia graphics now:
I wish someone would sticky these questions and solutions and just redirect everyone to that thread. There's been so many people asking this one question.
[edit] The default fedora config contains the 4k stacks problem, dont use it or you wont be getting that driver working.
|
No it doesn't... copying over the config does not automatically enable 4kstacks in the 2.6.6 config b/c there isn' even an option to enable/disable in the FC2 kernel... you would still have to go and turn it on using a default FC2 config.
|
|
|
|
06-11-2004, 02:35 AM
|
#5
|
|
Member
Registered: Feb 2004
Posts: 89
Original Poster
Rep:
|
thanks a lot! i'll tell you how i get on.
EDIT- I also think a sticky thread should be made giving users possible solutions for the nvidia problem until new drivers come out (whether it be a compiled kernel rpm or this guide)
Last edited by SuperCoolAl; 06-11-2004 at 02:39 AM.
|
|
|
|
06-13-2004, 02:57 AM
|
#6
|
|
Member
Registered: Feb 2004
Posts: 89
Original Poster
Rep:
|
OH YES! That guide rocks! 2.6.6 kernel up and running perfectly with nvidia drivers first time! 3500fps in glxgears! I didnt need /rm linux because i didnt already have that directory. The kernel compiled in 1 hour only! ALL NVIDIA USERS DO THIS (if u aren't afraid lol).
|
|
|
|
06-13-2004, 10:18 AM
|
#7
|
|
Member
Registered: Oct 2003
Location: Memphis, TN
Distribution: Slackware current
Posts: 485
Rep:
|
Glad it worked out for you! And congrats on your first kernel compile!
|
|
|
|
06-13-2004, 09:27 PM
|
#8
|
|
Member
Registered: May 2004
Distribution: Fedora
Posts: 71
Rep:
|
thanks to the thread starter i have very fast fedora workstation now after a kernel compile. and of course to lupin the 3rd followed some of his tips regarding this.
you're great guys!
|
|
|
|
06-14-2004, 02:38 AM
|
#9
|
|
Member
Registered: Feb 2004
Posts: 89
Original Poster
Rep:
|
 I love this. I'm gonna install UT2004 and see how it compares to Windows. It ran slower on FC1 but I'm wondering how it will do now. It should be better than FC1, especially now I have a new kernel.
|
|
|
|
06-16-2004, 09:27 AM
|
#10
|
|
Member
Registered: May 2004
Location: Australia - Tasmania
Distribution: Julex
Posts: 57
Rep:
|
i dont spose someone could now tell me how to install the nforce drivers now 
also does this only work with fedora or is it something built into the new kernels to make it simpler?
Last edited by fester2001; 06-20-2004 at 06:45 PM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:03 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|