Jump to content

Fatal Server Error installing 10.1 CE [solved]


SpikeyKlitske
 Share

Recommended Posts

Points:

 

The longer "glx" line refers to a symlink, libglx.a. If it is not present you can create it yourself. Link it to the nvidia file located in the same directory.

 

The gui will work regardless if glx is loading properly or not. glx becomes evident only under certain conditions: some screen savers and games, for example. I have found that frequently, starting with mandy9.2, I had to manually place some entries into the system to load the module correctly.

 

In /etc/modules.conf, there should be a line "alias char-major-195* nvidia"

 

In /etc/modprobe.preload, there should be a line "nvidia". I put these in myself. Do that, and restart the x server. (ctrl-alt-backspc)

 

See if that helps.

Link to comment
Share on other sites

Points:

 

The longer "glx" line refers to a symlink, libglx.a. If it is not present you can create it yourself. Link it to the nvidia file located in the same directory.

 

 

:woops: how do i create the file and how do i link it to that file?

 

Meanwhile i did insert the line nvidia as suggested and x starts nicely, i will add the other line as per your suggestion err how to read the file?

Edited by SpikeyKlitske
Link to comment
Share on other sites

I am doing this from memory, since my linux box is at home and I am on a windows box.

 

As root in a console, navigate to the directory /usr/X11R6/lib/modules/extensions/ and type:

ln -s libglx.a libglx.so.1.0.6111

 

Got home. The above is correct.

Link to comment
Share on other sites

Thx for the input, however when entering the line you suggested i got the message file libglx.so.1.0.6111 already exist. I assume this command was to replace the reference libglx.a to libglx.so.1.0.6111 so i changed the XF86 Config file accordingly and the system started up nicely without any hickups.

 

So in conclusion these are the steps to install the nvidia drivers correctly:

 

1. download latest driver package (6111 in this case)

2. download the c header file pm.h found elswere in this post

3. open a terminal window and enter su followed by the password

4. copy the c header file pm.h in /usr/linux/include/linux/

5. enter telinit 3 to shutdown X server

6. login as root

7. enter sh NVIDIA-Linux-x86-1.0-6111-pkg1.run

8. enter vi /etc/X11/XF86Config and edit file as follows:

a. replace: "vesa"or "nv"with "nvidia"

b. replace "libglx.a" with "libglx.so.1.0.6111"

c. add in module section : load "glx" (ed. line already there)

d. remove: load "dri" (ed. line not found)

e: remove: load "GLcore" (ed. line not found)

Edited by SpikeyKlitske
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...