Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
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.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
ages ago i installed my nvidia card, and it was working fine,
i went to the nvidia site, downloaded the binary .run file
changed to runlevel 3, ran it. updated XF86config
EASY
NOW, months later ive found a load of open GL games.
but when i try to install them, i get a failed dependance, OpenGL is not installed. AGH !
aparently i also have to install NVIDIA_GLX,
which has the dependency NVIDIA_kernel.
there are NO links to these files on nvidia's site, nor any mention of them, but i finaly find them using the search feature, (direct links to the files, no other explanation)
but, the damn NVIDIA_kernel will not compile.
it gives programming errors..
integer to pointer without casting
and warning depreciated header files ect ect ect.
i have redhat 9.
how the h3ll do i get openGL on my system ?????????
Well if UT2003 and Tuxracer work then it's obviously installed and working fine.
Maybe those apps are looking in the wrong place or for an out-dated thing. Which apps are they and how are you installing them?
I get an error saying that Kernel headers wern't installed
I'm a newbie, and I don't remember doing such a thing
how do I install these "kernel headers"??
I use Slackware 9.0 and a Geforce FX 5600
Thanks!
Kernel headers are found in the source code of your kernel. You can find the version of your kernel by typing this in the console:
uname -r
This will tell you the kernel version, after that you can simply download and install kernel-source package from the internet. For example, if my kernel is 2.4.8-20, I'll look for kernel-source-2.4.8-20-i386.tar.gz on the net.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.