On Fri, 11 Feb 2005 08:50:45 +0100 (MET), Jacob (=Jouk) Jansen <joukj@xxxxxxxxxxxxxxxxxxx> wrote: > Alexander wrote: > >Am Fr, den 11.02.2005 schrieb tyzenhaus um 2:29: > > > >> I am a newbie in Fedora; where is the place with a list of kernel=20 > >> modules which are added into kernel at boot time? I have istalled all=20 > >> possible upgrades of FC3 packages via up2date from updates-released-fc3=20 > >> channel, 2.6.10-1.760_FC3 kernel included, and gdm and X servers don't=20 > >> work unless I type "modprobe nvidia" in console. > > > >http://fedora.redhat.com/docs/udev > > > >At the bottom of that documentation page about udev you find an > >instruction for using the NVidia.com driver module. You will need to > >copy the devices for udev (one time and after loading the nvidia module > >using modprobe). Next boot all is fine. > > livnia.org made rpm's specially for fedora which can be installed flawless > (at least at my system at home) without doing anything manually. I found the > documentation on a Dutch Fedora web-page > http://www.fedora-linux.nl/fedorafaq/index.php?layout=fedorastyle#nvidia > > In principle the procedure is : replace your /etc/yum.conf by one which can > reach livnia.org. An example is on the above web-page (choose "mijn Well, you don't necessarily have to replace your yum.conf you can just add the following lines: [livna-stable] name=Livna.org - Fedora Compatible Packages (stable) baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.stable http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.stable #gpgcheck=1 [livna-unstable] name=Livna.org - Fedora Compatible Packages (unstable) baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.unstable http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.unstable #gpgcheck=1 [livna-testing] name=Livna.org - Fedora Compatible Packages (testing) baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.testing http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.testing #gpgcheck=1 or you can add a enabled=0 And use enablerepo=livna-unstable or whatever when you want a certain package.