thank you very much. i really appreciate it. i'll remember to put thos links in my favorites.
i just came back, from a very very interesting learning experience. installing the nvidia drivers. O_o
so here's what i got, so my story makes sense i guess.
debian sarge
kernel 2.6.8
the first hurdle i got, was how i couldn't install the drivers with X running. so i had to learn how to boot with X disable or whatnot. i went googling, and found this
http://www.linuxforums.org/forum/topic-50451.html
i used nomar's method.
# update-rc.d -f gdm remove
very nice.
my next hurdle, was that accursed kernel. waht i believe i have learned, is that the nvidia kernel has to match my own, when installing itself, (or something or other) but it dind't come with it, nor could it find one on its ftp server, and so it had to compile it.
so the next hurdle was figuring out what to do. and this link helped me.
http://www.linuxforums.org/forum/topic-58717.html
mainly farslayers' post.
Quote:
apt-get install kernel-source-2.6.8 # install kernel version
cd /usr/src # change to build directory
tar --bzip2 -xvf kernel-source-2.6.8.tar.bz2 # extract source to folder untill you extract it your system can't find it..
and then create the symlink in the /usr/src directory to the correct version of hte kernel source..
ln -s /usr/src/kernel-2.6.8/ linux
|
that extraction process sure took a while. lots of stuff! o_o
after that, i wasn't exactly sure i did things right, so to be double sure, i did a little of this..
http://home.comcast.net/~andrex/Debi...tallation.html
i tried this first but nothing was working. in the end, the only things i was able to make work here were the module assistant steps. and even then i had to omit the last 3 words from "apt-get install module-assistant" cause it wouldn't work his way.
i did what i thought made sense and seemed logical in module assistant. in the end it felt as if i dind't do anything cause it happend so fast.
but just for the heck of it, i tried running the driver again. with that "sh" command
and walla. it actually worked.

still not sure which major step was the one that made it work, (i think it was farslayer's post and the "symlink")
but i'm happy with it. then i used nomar's post to re-enable gdm defaults, rebooted, and i got my 1280x1024 resolution just like i wanted.
oh and i can't forget i did also follow step 3 "update configuration" debian method from the debian-nvidia HOWTO link. i think that sealed the deal.
i never, in all my years, had so much trouble with a driver install. lol maybe cause i was learning and reading at the same time. if i had it memorized, it would have prolly been a cinch. lots of steps though.
