Find the answer to your Linux question:
Results 1 to 5 of 5
3d acceleration was workinf fine in etch (nvidia geforce 5500 fx) until today. when i type the command grep "EE" /var/log/Xorg.0.log i get the following message: (WW) warning, (EE) error, ...
  1. #1
    Just Joined!
    Join Date
    Apr 2005
    Location
    usa
    Posts
    58

    etch and nvidia

    3d acceleration was workinf fine in etch (nvidia geforce 5500 fx) until today. when i type the command grep "EE" /var/log/Xorg.0.log i get the following message:
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (II) Loading extension MIT-SCREEN-SAVER
    (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
    i had to edit the xorg.conf file and change nvidia to nv to boot into gnome. nvidia kernel module installed . anyone help?

  2. #2
    Linux User Daan's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    320
    I think I had the same problem. After each reboot. I used the installer from the nvidia website. Probably better to use the Debian packages.

  3. #3
    Just Joined!
    Join Date
    Sep 2007
    Posts
    4
    I am not sure what happened. Sounds kind of bizarre. At any rate if you are able to locate the glx module and put the entry in your xorg.conf file that should square you away so do this.
    in a terminal:
    sudo find / -name libglx.* (I cant remember the extension i think its .so)

    so say its in /usr/lib/xorg/modules/extensions/libglx.so

    Then in your xorg.conf file put the below like this in the Section module:

    Load "/usr/lib/xorg/modules/extensions/libglx.so"

    Thats of course if it didnt get deleted somehow.

    Cheers

  4. #4
    Just Joined!
    Join Date
    Sep 2007
    Posts
    4
    Did you do anything like use envy or anything change to make that happen?

  5. #5
    Just Joined!
    Join Date
    Apr 2005
    Location
    usa
    Posts
    58

    nvidia and etch

    no. the only thing i did after it wouldnt load the desktop was from single-user mode ,edit xorg.conf and change the driver from nvidia to nv. the desktop then loaded.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •