Re: Compiz effects don't work after upgrade to nvidia-x11-drv-1.0.9762-3.fc7.i386.rpm
"Trond Danielsen" <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
2007/6/12, Marek Matulka <[email protected]>: > On 12/06/07, Trond Danielsen <[email protected]> wrote: > > 2007/6/12, Marek Matulka <[email protected]>: > > > I have upgraded nvidia driver to > > > nvidia-x11-drv-1.0.9762-3.fc7.i386.rpm and on my both machines - > > > desktop and laptop - I've lost desktop effects. How to fix it? Why is > > > that? :-) > > > > Are you running SELinux in enforcing mode? If so, maybe it is related > > to the problem I have reported here: > > http://lists.freshrpms.net/pipermail/freshrpms-list/2007-June/014700.html > > I am not running SELinux :-) > > > Do you find any error messages in Xorg.0.log regarding Nvidia and GLX? > > (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X > (EE) NVIDIA(0): log file that the GLX module has been loaded in your X > (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If > (EE) NVIDIA(0): you continue to encounter problems, Please try > (EE) NVIDIA(0): reinstalling the NVIDIA driver. > > so... can you make available version -2 of this driver as it worked fine? :-) As described in another thread, this is caused by an incorrect module path. The easiest thing to do is to manually modify xorg.conf. You "Files" section should look like this: - - - - - - - - - Section "Files" ModulePath "/usr/lib64/xorg/modules/extensions/nvidia" ModulePath "/usr/lib64/xorg/modules" EndSection - - - - - - - - - Regards, -- Trond Danielsen