RedHat Linux 9 Pro
Reply #12 – 2003-10-08 11:56:51
Some things about rpm: I recommend you use rpm -ivh. That way, rpm will print extra information while installing. In most cases, it's better to use rpm -Uvh. With the -U switch, Red Hat will first check if a previous version is already installed, and upgrade the package. If a previous version isn't found, it will simply install the rpm. You can check if a package is installed by using rpm -q <package name>. Note that you have to omit version information from the package name, so don't enter "rpm -q mplayer-common-1.0pre2-1.i386.rpm", but enter "rpm -q mplayer-common". "man rpm" is your friend. About the nVidia driver: try entering "sh NVIDIA.run". Make sure you're logged in as user root when doing this. Important: please read the included README carefully. You probably won't be able to succesfully install and use the driver if you don't. You can also read it online, here . At the very least, read sections 2 ("INSTALLING THE NVIDIA DRIVER") and 3 ("EDITING YOUR XF86CONFIG FILE"). <rant>Hey nVidia, why the hell does the driver still not modify the XF86Config file automatically ? It would make the installation process a lot easier for newbies.</rant> Also, if you have a TFT monitor, connected to the DVI port of your graphics card, you will need to do some extra modifications to your XF86Config file. I'm not going to bore you with the details if it's not necessary: if you do have this configuration, please confirm it and I will post the extra instructions. And yes, if you're starting with Linux without any previous *nix experience, it will require some patience and dedication in the beginning (lots of things to learn). Good luck.