quote:
Originally posted by ErwinJ:
Man, this whole Linux thing is a tad on the overwhelming side!!! Thousands and thousands of modules, libs and executables to install (or not). This *is* going to take some time. BTW, is it just me, or are the filenames not exactly intuitive?
You should only have to download the modem driver, maybe compile it, and install it. No "thousands of modules, libs and executables". 1 module. Unless winmodem support is really wierd. I don't use them.
quote:
I still have a question though: The gfx-card (Geforce2) installed not quite properly. As soon as I start an OpenGL application the rendering seems to go totally software. I've been looking around and as far as I can tell OpenGL is installed. So how do I tell Linux to use that lib for OGL-applications?
I can help you with this one. I have a geforce 2 mx. The drivers that come with linux for nVidia cards isn't accelerated (hardware), because nVidia didn't want to release the specs to write a driver for it. They instead wrote their own and kept it closed source.
Download this file:
ftp://download.nvidia.com/XFree86/Quadro_Certified/1.0-4365/NVIDIA-Linux-x86-1.0-4365.runSave it to your home directory.
Now, because the driver installer insists you have to close the Linux graphics system (Xfree86, its called) theres a few steps:
1. press ctrl+alt+f1
2. log in as 'root' with your system admin pass.
3. type:
telinit 3
when the messages stop, press enter. youll see your back at the prompt.
3. type:
sh NVIDIA<tab>
it should fill in the file name. now press enter.
4. follow the instructions.
5. when its done type:
telinit 5 && exit
this will restart the graphics system and log you out of the text terminal.
if you see it flash purple once or twice and show the nvidia logo, it installed right.
6. log back in and presto! should have ultra cool performance on opengl apps
.
quote:
Anyway, thanks everyone for their input. Y'all have been a great help.
welcome. however, the nvidia question has been answered before. please search the forums for previous posts before asking next time. I hope you have a good experience with linux!
[ July 18, 2003: Message edited by: Fury: Freedom Fighter ]
[ July 18, 2003: Message edited by: Fury: Freedom Fighter ]