as above, I found it since that Linux version of Celestia is up and under developement as the windows version, and since there are many Linux users or new-bees need some help in installing Celestia , and the majority has the same common problem, its installing and configuring the system to make Celestia run, that means:
*how to install nvidia(or other drivers,ati?) drivers, the whole process.
*how to install celestia
*how to ...
it will be very helpful posting such a sticky thread, this request is meant for site admins, hope they can hear that
-----------
last but not least, my proposed how to install nvidia drivers:
*exiting and terminating X-Window to text mode only console,
*cd to the folder where nvidia drivers are, doing:
Code: Select all
./NVIDIA-Linux-x86-1.0-xxxx.run
as xxxx is the number of the detonator version
*edit this file# /etc/X11/XF86Config-4
(I use mc = midnight commander, to navigate in the console mode, and to edit files using F4, I guess its the easiest way at least for me)
**in the section "module" remove:
Code: Select all
Load "dri"
Load "Glcore"
add:
Code: Select all
Load "glx"
in the section "driver"
Code: Select all
Driver "nv"
replace "nv" with "nvidia"
*edit this file# /etc/modutils/aliases
**add the line:
Code: Select all
alias char-major-195 nvidia
*execute#
Code: Select all
update-modules
reboot, and I guess everything is done!
-----------------------------------------------
please correct me if Im wrong?