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, ...
- 09-12-2007 #1Just 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?
- 09-12-2007 #2
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.
- 09-12-2007 #3Just 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
- 09-12-2007 #4Just Joined!
- Join Date
- Sep 2007
- Posts
- 4
Did you do anything like use envy or anything change to make that happen?
- 09-14-2007 #5Just 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.


Reply With Quote
