On Wed, Jul 03, 2013 at 04:06:03PM +0200, Nicolas Chauvet wrote:
2013/7/3 John Pilkington <J.Pilk(a)tesco.net>
> On 03/07/13 13:45, Sérgio Basto wrote:
>
> clean section "Files" on xorg.conf
>>
>> 00-nvidia.conf have the same and the correct version .
>>
>>
> Great. It's working again. Thank you.
>
@John,
This is the same problem as
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2785
So there is a need to know which component messed the ModulePath ?
Nicolas (kwizart)
Pardon me please for being confused. I'm not sure what I need to do to get this
working again. As I understand it, I should _not_ modify my ModulePath as in sasanj's
blog?
$ cat /etc/X11/xorg.conf
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
$ cat /etc/X11/xorg.conf.d/00-nvidia.conf
#This file is provided by xorg-x11-drv-nvidia-304xx
#Do not edit
Section "Files"
ModulePath "/usr/lib64/nvidia-304xx/xorg"
ModulePath "/usr/lib64/xorg/modules"
EndSection
$ ll /usr/lib64/nvidia-304xx/xorg
total 9288
lrwxrwxrwx. 1 root root 16 Jul 6 21:18 libglx.so -> libglx.so.304.88
lrwxrwxrwx. 1 root root 16 Jul 6 21:18 libglx.so.1 -> libglx.so.304.88
-rwxr-xr-x. 1 root root 9509768 Mar 27 14:49 libglx.so.304.88
$ ll /usr/lib64/xorg/modules
total 776
drwxr-xr-x. 2 root root 4096 Jul 6 21:18 drivers
drwxr-xr-x. 2 root root 4096 Apr 20 12:12 extensions
drwxr-xr-x. 2 root root 4096 May 7 23:07 input
-rwxr-xr-x. 1 root root 99456 Apr 16 21:52 libexa.so
-rwxr-xr-x. 1 root root 19712 Apr 16 21:52 libfbdevhw.so
-rwxr-xr-x. 1 root root 151992 Apr 16 21:52 libfb.so
-rwxr-xr-x. 1 root root 15696 May 22 11:48 libglamoregl.so
-rwxr-xr-x. 1 root root 150920 Apr 16 21:52 libint10.so
-rwxr-xr-x. 1 root root 36560 Apr 16 21:52 libshadowfb.so
-rwxr-xr-x. 1 root root 32032 Apr 16 21:52 libshadow.so
-rwxr-xr-x. 1 root root 27936 Apr 16 21:52 libvbe.so
-rwxr-xr-x. 1 root root 33208 Apr 16 21:52 libvgahw.so
-rwxr-xr-x. 1 root root 197048 Apr 16 21:52 libwfb.so
lrwxrwxrwx. 1 root root 23 Jul 6 21:18 nvidia-304xx-304.88 ->
../../nvidia-304xx/xorg
John