Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of dev/LinuxFedora


Ignore:
Timestamp:
Nov 7, 2005, 1:59:00 PM (19 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxFedora

    v1 v1  
     1= Get it Running =
     2[[TracNav(TracNav/TOC)]]
     3== Fedora Linux ==
     4
     5 1. Edit "/etc/inittab" => Change the {{{id:5:initdefault}}} to {{{id:3:initdefault}}}
     6 1. Edit "/etc/X11/Xorg.conf" => Look for the Driver "nv" change it to Driver "nvidia". [[br]]
     7    In the Module section, make sure to have: Load "glx"[[br]]
     8    Remove the following lines:
     9    {{{
     10    Load "dri"
     11    Load "GLcore"
     12    }}}
     13    save the files and reboot
     14
     15 1. Text Mode-Login screen. Login as root.[[br]]
     16    Change to the directory, where's the NVIDIA-Linux-x86-1.0-6629-pkg1.run file located.[[br]]
     17   
     18   a. Type sh NVIDIA-Linux-x86-1.0-6629-pkg1.run .
     19   a.. No precompiled kernel interface was found to match your kernel; would you like the installer to attempt to download a kernel interface for your kernel from the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)
     20   a. No precompiled kernel interface was found to match your kernel; this means that the installer will need to compile a new kernel interface. (Answer: OK)
     21   a. WARNING: Your kernel was configured to include rivafb support as a loadable kernel module. The rivafb driver conflicts with the NVIDIA driver; the NVIDIA kernel module will still be built and installed, but be aware that the NVIDIA driver will not be able to function properly if the rivafb module is loaded! (Answer: OK)
     22   a. Wait for the Nvidia to finish the installation!
     23
     24 1. At the Text-Mode Login Screen, type:
     25    {{{
     26     user@wraith ~ $ modprobe nvidia.
     27     user@wraith ~ $ cp -a /dev/nvidia* /etc/udev/devices
     28     user@wraith ~ $ chown root.root /etc/udev/devices/nvidia*
     29     user@wraith ~ $ reboot
     30    }}}
     31
     32 1. At the Text-Mode Login Screen.
     33    {{{
     34     user@wraith ~ $ init 5
     35    }}}
     36
     37 1. Edit the /etc/inittab => id:3:initdefault to id:5:initdefault
     38
     39
     40=== Installing the Libraries ===
     41Install the following libraries:
     42 * SDL main library, libsdl1.2-dev, web: [http://www.libsdl.org/index.php link]
     43 * SDL image library, libsdl-image1.2-dev, web: [http://www.libsdl.org/index.php link]
     44 * SDL true type fonts, libsdl-ttf2.0-dev, web: [http://www.libsdl.org/index.php link]
     45 * SDL mixer, libsdl-mixer1.2-dev, web: [http://www.libsdl.org/index.php link]