Hey guys, I was hoping someone could really help me with this, I have been searching for solution every where.
I am trying to install the kmod-nvidia drivers onto my machine, knowing full well there is no kmod for FC14 kernel that I am running, I am hoping someone could me solve the problem. I have looked everywhere and could not find a solution. Anyway I was able to get akmods-nvidia install and was able to make my driver successively. I have properly disabled nouveau and as soon as I run my nvidia-xconfig things fail.
During boot I get this message,
Code:
Enabling the nvidia driver: Traceback (most recent call last):
File "/usr/sbin/nvidia-config-display", line 28, in <module>
import livnaConfigDisplay.ConfigDisplay
File "/usr/lib/python2.7/site-packages/livnaConfigDisplay/ConfigDisplay.py", line 29, in <module>
import xf86config
File "/usr/lib64/python2.7/site-packages/xf86config.py", line 1, in <module>
import ixf86config
ImportError: /usr/lib64/python2.7/site-packages/ixf86configmodule.so: undefined symbol: xstrtokenize
[60G[[0;31mFAILED[0;39m]
When i telinit and try to startx manually I get this error in Xorg.0.log
Code:
[ 111.489] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 111.489] (==) NVIDIA(0): RGB weight 888
[ 111.489] (==) NVIDIA(0): Default visual is TrueColor
[ 111.489] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 111.489] (**) NVIDIA(0): Enabling RENDER acceleration
[ 111.489] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 111.490] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 111.490] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 111.490] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 111.490] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 111.494] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
[ 111.494] (EE) NVIDIA(0): system's kernel log for additional error messages and
[ 111.494] (EE) NVIDIA(0): consult the NVIDIA README for details.
[ 111.494] (EE) NVIDIA(0): *** Aborting ***
[ 111.494] (II) UnloadModule: "nvidia"
[ 111.494] (II) UnloadModule: "wfb"
[ 111.494] (II) UnloadModule: "fb"
[ 111.494] (EE) Screen(s) found, but none have a usable configuration.
Adding in some parts in the xorg.conf in the Files section(i don't remember what exactly), I get this error in Xorg.0.log
Code:
[ 78.940] (**) FontPath set to:
/usr/share/fonts/default/Type1,
catalogue:/etc/X11/fontpath.d,
built-ins
[ 78.940] (**) ModulePath set to "/usr/lib/xorg/modules/extensions/nvidia,/usr/lib/xorg/modules"
[ 78.940] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 78.940] (WW) Disabling Keyboard0
[ 78.940] (WW) Disabling Mouse0
[ 78.940] (II) Loader magic: 0x787130
[ 78.940] (II) Module ABI versions:
[ 78.940] X.Org ANSI C Emulation: 0.4
[ 78.940] X.Org Video Driver: 8.0
[ 78.940] X.Org XInput driver : 11.0
[ 78.940] X.Org Server Extension : 4.0
[ 78.942] (--) PCI:*(0:2:0:0) 10de:0613:196e:0592 rev 162, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/131072
[ 78.942] (II) LoadModule: "extmod"
[ 78.943] (WW) Warning, couldn't open module extmod
[ 78.943] (II) UnloadModule: "extmod"
[ 78.943] (EE) Failed to load module "extmod" (module does not exist, 0)
[ 78.943] (II) LoadModule: "dbe"
[ 78.943] (WW) Warning, couldn't open module dbe
[ 78.943] (II) UnloadModule: "dbe"
[ 78.943] (EE) Failed to load module "dbe" (module does not exist, 0)
[ 78.943] (II) LoadModule: "glx"
[ 78.943] (WW) Warning, couldn't open module glx
[ 78.943] (II) UnloadModule: "glx"
[ 78.943] (EE) Failed to load module "glx" (module does not exist, 0)
[ 78.944] (II) LoadModule: "record"
[ 78.944] (WW) Warning, couldn't open module record
[ 78.944] (II) UnloadModule: "record"
[ 78.944] (EE) Failed to load module "record" (module does not exist, 0)
[ 78.944] (II) LoadModule: "dri"
[ 78.944] (WW) Warning, couldn't open module dri
[ 78.944] (II) UnloadModule: "dri"
[ 78.944] (EE) Failed to load module "dri" (module does not exist, 0)
[ 78.945] (II) LoadModule: "dri2"
[ 78.945] (WW) Warning, couldn't open module dri2
[ 78.945] (II) UnloadModule: "dri2"
[ 78.945] (EE) Failed to load module "dri2" (module does not exist, 0)
[ 78.945] (II) LoadModule: "nvidia"
[ 78.945] (WW) Warning, couldn't open module nvidia
[ 78.945] (II) UnloadModule: "nvidia"
[ 78.945] (EE) Failed to load module "nvidia" (module does not exist, 0)
[ 78.946] (EE) No drivers available.
[ 78.946]
Fatal server error:
[ 78.947] no screens found
[ 78.947]
Please consult the Fedora Project support
at http://wiki.x.org
for help.
[ 78.948] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 78.949]
I have done this successively on older versions of Fedora, I am trying to figure out a solution for this problem. If it persists I will just go back to previous version, but I really dont want to.
Thanks for all the help.
TheLegace