On 02/04/10 13:38, John Welch wrote:
> On Fri, Apr 2, 2010 at 8:00 AM, John Pilkington<J.Pilk at tesco.net>  wrote:
>> On 01/04/10 22:30, Axel Thimm wrote:
>>>
>>> On Thu, Apr 01, 2010 at 05:19:10PM +0100, John Pilkington wrote:
>>>>>
>>>>> [John at localhost log]$ cat Xorg* | grep -A 3 mismatch
>>>>> (EE) Apr 01 16:25:50 NVIDIA(0): Version mismatch detected between the
>>>>> NVIDIA X driver and the
>>>>> (EE) Apr 01 16:25:50 NVIDIA(0):     NVIDIA GLX module.  X driver
>>>>> version: 190.53; GLX module
>>>>> (EE) Apr 01 16:25:50 NVIDIA(0):     version: 195.36.15.  Please try
>>>>> reinstalling the NVIDIA
>>>>> (EE) Apr 01 16:25:50 NVIDIA(0):     driver.
>>>
>>> Try using nvidia-graphics-switch e.g.
>>>
>>> init 3
>>> rmmod nvidia
>>> nvidia-graphics-switch 195.36.15
>>> init 5
>>
>> Axel:  Thanks for this suggestion.  I've tried it, and Paulo's suggestion of
>> removing /etc/modprobe.d/nvidia.conf.backup and rebooting.
>>
>> No success.  Running nvidia-graphics-switch blacklists the unwanted driver
>> in nvidia.conf but only 190.53 works for me.  I'll stay with it for the time
>> being.  I don't feel brave enough to uninstall it just to see what happens.
>>
>> I was puzzled that the log extract above looked the same after a successful
>> reboot with 190.53 - and then it clicked:  with the 'grep' it's no mismatch,
>> no report.
>>
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users at atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>>
>
> I had this issue as well on my F12 x64 box.  I ran the
> nvidia-graphics-switch a couple of times and it didn't help.  I ended
> up removing all 190.53 packages on my system, leaving just the new
> 195.36.15 packages and that did the trick.  Definitely seems like
> something is "different" with this upgrade.
>
> Just figured I would pass this along so that John P. knew he wasn't
> alone with the issue.
>
> John W.
>

Have the same issue. There seems to have been a change to the way Xorg finds 
it's drivers.
If you have two or more versions of the Nvidia drivers installed then under
/usr/lib/xorg/modules/drivers/
there will be directories for each version and a sym link pointing to the the 
one setup to use.
lrwxrwxrwx 1 root root      39 2010-04-01 19:10 nvidia-190.53_drv.so -> 
nvidia-graphics-190.53/nvidia_drv.so
lrwxrwxrwx 1 root root      39 2010-04-01 19:10 nvidia-195.36.15_drv.so -> 
nvidia-graphics-195.36.15/nvidia_drv.so
lrwxrwxrwx 1 root root      69 2010-04-01 19:10 nvidia_drv.so -> 
/usr/lib/xorg/modules/drivers/nvidia-graphics-195.36.15/nvidia_drv.so
drwxr-xr-x 2 root root    4096 2010-04-01 19:10 nvidia-graphics-195.36.15
drwxr-xr-x 2 root root    4096 2010-04-01 19:10 nvidia-graphics-190.53

For some reason it will always load the nvidia-190.53_drv.so
Attempts to get things to work - 
1) checked ldconfig setup but /usr/lib/xorg/modules/drivers is not in it so 
don't think xorg uses it to find it's drivers.
2) renamed nvidia-graphics-190.53 to XXnvidia-graphics-190.53
3) removed the nvidia-190.53_drv.so sym link.
None of the above fixed the problem. Always loaded nvidia-graphics-190.53 
driver.

To get it to work -
1) tar'ed up the nvidia-graphics-190.53 directory and removed it.
Probably good idea to put everything back before removing 
nvidia-graphics190.53-190.53-120.fc12.i686 package

Does anyone know how xorg searches for it's drivers?

Auric





_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users

Reply via email to