|
|
#1 | |
|
Registered User
Join Date: Oct 2006
Posts: 3
|
I used driver from nvidia, but now (for example kernel-2.6.20-1.2981.fc7 i686) I can't build kernel module... oh, driver build it fine(you can see it in attached log), but system can't see this...
|
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
(WW) Warning, couldn't open module nvidia
(II) UnloadModule: "nvidia" (EE) Failed to load module "nvidia" (module does not exist, 0) Looks like you didn't follow these instructions: http://www.nvnews.net/vbulletin/showthread.php?t=72490 |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Sep 2005
Posts: 1
|
Hello,
I've had the same problem with my FC7 x86_64. Maybe this solution works for you: It seems that the nvidia setup installs the xorg driver into a wrong path. So you need to take this way: At first create a link in /usr/lib/xorg Code:
cd /usr/lib/xorg/ ln -s ../xorg/ lib Code:
./NVIDIA-Linux-x86_64-1.0-9755-pkg2.run --x-prefix=/usr/lib/xorg/ Code:
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "GLCore"
Load "dri"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Code:
Option "AllowGLXWithComposite" "True" Option "RenderAccel" "True" Option "AddARGBGLXVisuals" "True" regards Marcel |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Mar 2006
Posts: 30
|
Hello,
I'm having problems with fedora 7 test 3, kernel: 2.6.20-1.3045.fc7 xorg-x11-drv-nvidia-1.0.9755-2.lvn7 When I try to rebuild xorg-x11-drv-nvidia-1.0.9755-2.lvn7 I get the following dependency problem... Building target platforms: i686 Building for target i686 error: Failed build dependencies: kernel-devel-i686 = 2.6.20-1.2967.fc7 is needed by nvidia-kmod-1.0.9755-1.2.6.20_1.2967.fc7.i686 kernel-PAE-devel-i686 = 2.6.20-1.2967.fc7 is needed by nvidia-kmod-1.0.9755-1.2.6.20_1.2967.fc7.i686 No idea why the kernel version is hardcoded in the spec file..
__________________
Fedora 7, AMD XP-M 2,4Ghz, Super-T DDR, GB nForce2, 7300GT DDR3(1600Mhz)
|
|
|
|
|
|
|
#5 | |
|
Registered User
Join Date: Oct 2006
Posts: 3
|
Quote:
![]() |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UEFI+Nvidia - NVRM: Your system is not currently configured to drive a VGA console... | interzoneuk | NVIDIA Linux | 0 | 06-26-12 04:51 AM |
| xorg locks-up with newest nvidia drivers w/ vdpau. | theroot | NVIDIA Linux | 1 | 06-24-12 11:04 AM |
| Lucid rt kernel can't load latest nvidia driver module, but generic does. | marcod | NVIDIA Linux | 0 | 05-02-12 06:23 AM |
| nvidia + 2.4.19 gentoo = messed up | ulukay | NVIDIA Linux | 18 | 11-01-02 11:58 PM |
| X Failed to load NVdriver | c00lr4c3r | NVIDIA Linux | 13 | 10-22-02 01:44 PM |