Dependencies, Kernel configurations, and others
I have a few questions I decided to roll up into one thread. I went searching through the Slackware Linux Help file for hours and through some of the other linux forums. I want to install ATI drivers, and hear they are terrible to setup. I've looked online and found an ATI driver install how-to, but it talks about kernel configurations and setting it up according to the manual. I have no clue what this means...haha. I'm pretty new to the Linux world, and this kernel stuff is totally new to me. I'm a Windows application engineer, so Windows is something I know of extremely well. Can anyone explain to me what or how to configure the kernel?
Second question: I was looking into compiling various packages, and they all say they have dependencies. Such as glibc, svgalib, etc. How in the world do I set up these dependencies? I was reading somewhere about doing a 'ln' command, but I don't know if this is right. I was trying to install Idesk for Fluxbox under Slackware, but I'm having problems installing the package. It fails with the install when I do a 'make' then 'make install'. So I'm guessing I don't have the dependencies set up correctly.
Third question: Anyone use idesk and rox? Compiling and installing packages are complicated in Linux, as you almost have to compile code, then make an install, then install with installpkg or upgradepkg. I guess my question here is how do I even install idesk and rox? I know about installpkg and ugradepkg and some of the others, but are there guides on installing these packages for Fluxbox? I'm reallly enjoying fluxbox, and would like to add some nice icons, transparencies, and other visual effects to it. Any help would be appreciated.
Also, if anyone knows where I can read manuals or any materials on those I've mentioned above, please provide them. I'd prefer manuals or instructions that actually tell me what I'm doing, not assuming I'm an advanced Linux user. As most stuff stated in manuals say, "blah blah blah, command file name, blah blah blah, I'm the best Linux user and don't want to tell people how to actually install this package, blah blah blah."
THANKS!!!
Re: Dependencies, Kernel configurations, and others
Quote:
Originally Posted by pandorazbox
I want to install ATI drivers, and hear they are terrible to setup. I've looked online and found an ATI driver install how-to, but it talks about kernel configurations and setting it up according to the manual. I have no clue what this means...haha. I'm pretty new to the Linux world, and this kernel stuff is totally new to me. I'm a Windows application engineer, so Windows is something I know of extremely well. Can anyone explain to me what or how to configure the kernel?
I have never had to reconfigure a kernel for ati support, so I can't help you there (besides looking at how to's). Why you are doing it, is for the kernel ("the thing" that controls how the software and the hardware interact) to be able to comunicate with your gc, it needs to have the correct things loaded. A windows analogy may be something like hardware specific dlls (i am sure this isn't that great of analogy, so if anyone has a better one.... :wink: )
Quote:
Originally Posted by pandorazbox
Second question: I was looking into compiling various packages, and they all say they have dependencies. Such as glibc, svgalib, etc. How in the world do I set up these dependencies? I was reading somewhere about doing a 'ln' command, but I don't know if this is right. I was trying to install Idesk for Fluxbox under Slackware, but I'm having problems installing the package. It fails with the install when I do a 'make' then 'make install'. So I'm guessing I don't have the dependencies set up correctly.
do you get any errors with ./configure, make, or make install? The best way to handle dependencies is to make sure they are installed. Many distro will do this, but since slackware is diy, it is up to you. Just install them before you install the main program.
Quote:
Originally Posted by pandorazbox
Third question: Anyone use idesk and rox? Compiling and installing packages are complicated in Linux, as you almost have to compile code, then make an install, then install with installpkg or upgradepkg. I guess my question here is how do I even install idesk and rox? I know about installpkg and ugradepkg and some of the others, but are there guides on installing these packages for Fluxbox? I'm reallly enjoying fluxbox, and would like to add some nice icons, transparencies, and other visual effects to it. Any help would be appreciated.
nope, you ./configure, then make, then make install . installpkg and upgradepkg are slackware specific programs that do all the hard work. see this faq
Try installing flux with this package.
http://www.slackware.com/pb/download...-0.9.12-i486-1
once you get it, just to installpkg packagename