View Full Version : Nvidia guide for F13 Development.
leigh123linux
29th January 2010, 07:38 PM
This is a Three-Step Process. If you don't follow all three steps, your install will fail!
1. Install the nvidia driver. ( if you have 4Gb of RAM or more you will probably have a PAE kernel [32bit only] so follow the PAE part )
For GeForce 6, 7, 8, 9 & 200 series cards
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686
If you use a PAE kernel
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-PAE
Or (akmod builds the required kmod on bootup )
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686
2. Edit grub.conf ( if you omit this step the driver will fail to work )
this command adds rdblacklist=nouveau option to /boot/grub/grub.conf
su -
sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)3. Reboot
leigh123linux
29th January 2010, 07:47 PM
[leigh@localhost ~]$ rpm -qa |grep -e nvidia -e Xorg |sort
kmod-nvidia-2.6.33-0.24.rc5.git1.fc13.x86_64-195.30-2.fc13.x86_64
nvidia-settings-1.0-3.2.fc13.x86_64
nvidia-xconfig-1.0-1.fc13.x86_64
xorg-x11-drv-nvidia-195.30-2.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.30-2.fc13.i686
xorg-x11-drv-nvidia-libs-195.30-2.fc13.x86_64
xorg-x11-server-Xorg-1.7.99.3-1.20100120.fc13.x86_64
[leigh@localhost ~]$ uname -r
2.6.33-0.24.rc5.git1.fc13.x86_64
[leigh@localhost ~]$ glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context,
GLX_ARB_create_context_profile, GLX_ARB_multisample, GLX_NV_float_buffer,
GLX_ARB_fbconfig_float
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGI_swap_control, GLX_EXT_swap_control, GLX_ARB_create_context,
GLX_ARB_create_context_profile, GLX_NV_float_buffer,
GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float,
GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB,
GLX_NV_present_video, GLX_NV_copy_image, GLX_NV_multisample_coverage,
GLX_NV_video_capture
GLX version: 1.4
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context,
GLX_ARB_create_context_profile, GLX_ARB_multisample, GLX_NV_float_buffer,
GLX_ARB_fbconfig_float, GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 7600 GT/PCI/SSE2
OpenGL version string: 2.1.2 NVIDIA 195.30
OpenGL shading language version string: 1.20 NVIDIA via Cg compiler
chepioq
30th January 2010, 02:49 PM
Hi Leigh...
Thank for this tuto, that work with my rawhide kernel 2.6.33-0.24.rc5.git1.fc13.x86_64 and Nvidia card GeForce 8700M GT/PCI/SSE2
Sagitter
30th January 2010, 04:32 PM
Only for 64 bit arch? :confused:
leigh123linux
30th January 2010, 04:53 PM
Only for 64 bit arch? :confused:
No it should work for 32 bit as well.
Sagitter
30th January 2010, 07:47 PM
Very good !!!:D:cool:
nvidia driver beta are installed, thank you Leigh123Linux.
leigh123linux
3rd February 2010, 07:29 PM
Guide updated to 195.36.03
Kernel patch no longer needed.
chepioq
3rd February 2010, 07:40 PM
Before update to 195.36.03, I remove the 195.30-2 one?
leigh123linux
3rd February 2010, 07:53 PM
Before update to 195.36.03, I remove the 195.30-2 one?
No need, just run yum update
i.e
yum --nogpgcheck update /path/to/rpms
chepioq
4th February 2010, 06:56 AM
Hi Leigh
Thank that work...
I have just a question:
I am on x64, but for wine I need xorg-x11-drv-nvidia-libs-195.36.03-1.i686
And I don't remember how install (or built...) on my x64...
---------- Post added at 07:56 AM CST ---------- Previous post was at 07:17 AM CST ----------
I found the solution;
rpmbuild -ba xorg-x11-drv-nvidia.spec --define "kernels $(uname -r)" --target i686
leigh123linux
4th February 2010, 09:30 AM
Hi Leigh
Thank that work...
I have just a question:
I am on x64, but for wine I need xorg-x11-drv-nvidia-libs-195.36.03-1.i686
And I don't remember how install (or built...) on my x64...
---------- Post added at 07:56 AM CST ---------- Previous post was at 07:17 AM CST ----------
I found the solution;
rpmbuild -ba xorg-x11-drv-nvidia.spec --define "kernels $(uname -r)" --target i686
You could use
rpmbuild -ba xorg-x11-drv-nvidia.spec --target i686
chepioq
4th February 2010, 01:35 PM
Thank Leigh.
leigh123linux
27th February 2010, 11:08 AM
Updated to 195.36.08
chepioq
28th February 2010, 06:25 AM
Thank leigh, update to 195.36.08 work fine on my laptop.
Sagitter
28th February 2010, 05:59 PM
Does this guide also work with kernel-2.6.33-1.fc13.i686 ?
leigh123linux
28th February 2010, 07:12 PM
Does this guide also work with kernel-2.6.33-1.fc13.i686 ?
Yes, it also works with 2.6.34rc
mako999
1st March 2010, 09:15 AM
1st step was all it took, your Compiz thread and nVida thread Thanks you very much, Leigh. :)
I try the nVidia guide for Rawhide step in RC4 ISO's of F13 (http://forums.fedoraforum.org/showthread.php?t=241268) (64bit) and rpm image were making succeeded. yum operation is OK. And reboot.
But init5 (logon) cannot be done. Could you please advice me about the following problem?
Thanks and Best Regards!
leigh123linux
3rd March 2010, 04:53 AM
1st step was all it took, your Compiz thread and nVida thread Thanks you very much, Leigh. :)
I try the nVidia guide for Rawhide step in RC4 ISO's of F13 (http://forums.fedoraforum.org/showthread.php?t=241268) (64bit) and rpm image were making succeeded. yum operation is OK. And reboot.
But init5 (logon) cannot be done. Could you please advice me about the following problem?
Thanks and Best Regards!
I'm not running F13 at the moment, I might try the final alpha version if I get the time ( I prefer Rawhide )
[leigh@localhost ~]$ rpm -qa |grep -e nvidia -e kernel |sort
abrt-addon-kerneloops-1.0.8-1.fc14.x86_64
buildsys-build-rpmfusion-kerneldevpkgs-current-13-0.1.x86_64
kernel-2.6.33-1.fc13.x86_64
kernel-2.6.34-0.4.rc0.git2.fc14.x86_64
kernel-devel-2.6.33-1.fc13.x86_64
kernel-devel-2.6.34-0.4.rc0.git2.fc14.x86_64
kernel-headers-2.6.34-0.4.rc0.git2.fc14.x86_64
kmod-nvidia-2.6.33-1.fc13.x86_64-195.36.08-1.fc14.x86_64
kmod-nvidia-2.6.34-0.4.rc0.git2.fc14.x86_64-195.36.08-1.fc14.x86_64
nvidia-settings-1.0-3.4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.08-1.fc14.x86_64
xorg-x11-drv-nvidia-devel-195.36.08-1.fc14.x86_64
xorg-x11-drv-nvidia-libs-195.36.08-1.fc14.i686
xorg-x11-drv-nvidia-libs-195.36.08-1.fc14.x86_64
[leigh@localhost ~]$ uname -r
2.6.34-0.4.rc0.git2.fc14.x86_64
[leigh@localhost ~]$ glxinfo |grep direct
direct rendering: Yes
GL_EXT_direct_state_access, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
[leigh@localhost ~]$
Did you do step 7 ?
mako999
3rd March 2010, 06:25 AM
Thanks a lot for the infomation!.
I'm not running F13 at the moment, I might try the final alpha version if I get the time ( I prefer Rawhide )
I understand.
My step in RC4.
1. Edit grub.conf add rdblacklist=nouveau and nouveau.modeset=0.
2. selinux stop.
3 #su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm'
4. I install the kmodtool-1-18.fc11.noarch.rpm by rpm command.
5. Your rpm image was installed. (by yum localinstall *.rpm --nogpgcheck)
But init5 N/G.
And according to nVForum (http://www.nvnews.net/vbulletin/showpost.php?p=2159458&postcount=17) , nvidia (190.53 + nvidia-betasam-2.6.33.patch.txt) was build in init3.
Same init 5 N/G.
Excuse me, please teach the one raised besides the Rawhide kernel ? (For exmple xorg....FC13).
Only Rawhide kernel up, nVidia worked as desin.
Regards.:)
p.s I mistake in the above description.I'm sorry. kernel-2.6.34-0.4.rc0.git2.fc14.x86_64 doesn't normally stand up (vesa mode). I am investigating now.
leigh123linux
3rd March 2010, 10:14 AM
Thanks a lot for the infomation!.
I understand.
My step in RC4.
1. Edit grub.conf add rdblacklist=nouveau and nouveau.modeset=0.
2. selinux stop.
3 #su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm'4. I install the kmodtool-1-18.fc11.noarch.rpm by rpm command.
5. Your rpm image was installed. (by yum localinstall *.rpm --nogpgcheck)
But init5 N/G.
Excuse me, please teach the one raised besides the Rawhide kernel ? (For exmple xorg....FC13).
Only Rawhide kernel up, nVidia worked as desin.
Regards.:)
p.s I mistake in the above description.I'm sorry. kernel-2.6.34-0.4.rc0.git2.fc14.x86_64 doesn't normally stand up (vesa mode). I am investigating now.
But init5 N/G.
Excuse me, please teach the one raised besides the Rawhide kernel ? (For exmple xorg....FC13).
Only Rawhide kernel up, nVidia worked as desin.
And according to nVForum (http://www.nvnews.net/vbulletin/showpost.php?p=2159458&postcount=17) , nvidia (190.53 + nvidia-betasam-2.6.33.patch.txt) was build in init3.
Same init 5 N/G.
There is no patch needed for 195.36.08, as for init, it doesn't apply to rpm's.
mako999
3rd March 2010, 11:24 AM
There is no patch needed for 195.36.08, as for init, it doesn't apply to rpm's.
Thanks leigh!. My mistake operation.:(
By the way ,kernel-2.6.34-0.4.rc0.git2.fc14.x86_64 started only once by update the FC14 Rawhide repo. However, init 5 was N/G though nvidia was built (your rpm image) in.
dracut was done to make sure.
There might be a problem in my environment. The following test is executed by P5E and 7900GS.
Regards.
leigh123linux
3rd March 2010, 11:38 AM
Thanks leigh!. My mistake operation.:(
By the way ,kernel-2.6.34-0.4.rc0.git2.fc14.x86_64 started only once by update the FC14 Rawhide repo. However, init 5 was N/G though nvidia was built (your rpm image) in.
dracut was done to make sure.
There might be a problem in my environment. The following test is executed by P5E and 7900GS.
Regards.
Post
rpm -qa |grep -e nvidia -e kernel |sort
mako999
3rd March 2010, 01:52 PM
Post
rpm -qa |grep -e nvidia -e kernel |sort
Please accept my apologies for our request so soon. Clean install was executed and Fc14 repo is not used.
$ rpm -qa |grep -e nvidia -e kernel |sort
abrt-addon-kerneloops-0.0.11-1.fc12.x86_64
abrt-plugin-kerneloopsreporter-0.0.11-1.fc12.x86_64
akmod-nvidia-190.53-1.fc12.x86_64
kernel-2.6.31.12-174.2.22.fc12.x86_64
kernel-2.6.31.5-127.fc12.x86_64
kernel-2.6.34-0.4.rc0.git2.fc14.x86_64
kernel-devel-2.6.31.12-174.2.22.fc12.x86_64
kernel-devel-2.6.34-0.4.rc0.git2.fc14.x86_64
kernel-headers-2.6.34-0.4.rc0.git2.fc14.x86_64
kmod-nvidia-2.6.31.12-174.2.22.fc12.x86_64-190.53-1.fc12.x86_64
kmod-nvidia-2.6.34-0.4.rc0.git2.fc14.x86_64-195.36.08-1.fc12.x86_64
nvidia-settings-1.0-3.2.fc12.x86_64
nvidia-xconfig-1.0-1.fc12.x86_64
xorg-x11-drv-nvidia-195.36.08-1.fc12.x86_64
xorg-x11-drv-nvidia-libs-195.36.08-1.fc12.x86_64
Now, puts it in init 5:)
p.s
Did you do step 7 ?
Yes. And the above-mentioned is the same environment.
mako999
4th March 2010, 04:14 AM
After report. Env Asus P5E and 7900GS
$ yum repolist
Loaded plugins: presto, refresh-packagekit
repo id repo name status
fedora Fedora 13 - x86_64 20,242
rpmfusion-free-rawhide RPM Fusion for Fedora Rawhide - Free 473
rpmfusion-nonfree-rawhide RPM Fusion for Fedora Rawhide - Nonfree 178
repolist: 20,893
$ rpm -qa |grep -e Xorg -e nvidia |sort
kmod-nvidia-2.6.34-0.4.rc0.git2.fc14.x86_64-195.36.08-1.fc13.x86_64
nvidia-settings-1.0-3.4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.08-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.08-1.fc13.x86_64
xorg-x11-server-Xorg-1.7.99.901-8.20100223.fc13.x86_64
$ uname -a
Linux jp242583 2.6.34-0.4.rc0.git2.fc14.x86_64 #1 SMP Fri Feb 26 16:52:28 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
$ glxinfo |grep direct
direct rendering: Yes
GL_EXT_direct_state_access, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
Thank you very much for your kind support.:)
lovenemesis
6th March 2010, 05:05 PM
How can I switch back to Nouveau once installed the binary one?
Nouveau works fine for most of my daily work so I decide to run the binary driver enabled only when I played 3D games.
Is it possible?
leigh123linux
6th March 2010, 05:41 PM
How can I switch back to Nouveau once installed the binary one?
Nouveau works fine for most of my daily work so I decide to run the binary driver enabled only when I played 3D games.
Is it possible?
Remove the nvidia driver + livna-config-display, Remove rdblacklist=nouveau from grub.conf & delete xorg.conf.
Reboot
lovenemesis
6th March 2010, 05:50 PM
Remove the nvidia driver + livna-config-display, Remove rdblacklist=nouveau from grub.conf & delete xorg.conf.
Reboot
Thanks, but is it possible to switch to nouveau without uninstalling the binary?
I tried to use "nvidia-config-display disable" and remove rdblacklist=nouveau from grub.conf.
Reboot to GUI failed. X server refused to launch.
leigh123linux
6th March 2010, 06:04 PM
Thanks, but is it possible to switch to nouveau without uninstalling the binary?
I tried to use "nvidia-config-display disable" and remove rdblacklist=nouveau from grub.conf.
Reboot to GUI failed. X server refused to launch.
The rpmfusion driver also blacklists nouveau.
lovenemesis
6th March 2010, 07:46 PM
Oh, right. I will try again by tuning it off.
Thank you!
---------- Post added at 03:46 AM CST ---------- Previous post was at 02:19 AM CST ----------
Bad luck. Changing from "blacklist nouveau" to "blacklist nvidia" did not work.
lovenemesis
9th March 2010, 11:14 AM
Simplified Chinese version for this guide, with reference pointed here.
http://linuxtoy.org/archives/howto-install-nvidia-binary-driver-under-fedora-13.html
Thank you, leigh123linux.
leigh123linux
16th March 2010, 12:59 PM
Updated to 195.36.15
katastrophal
16th March 2010, 02:35 PM
errr. either i'm doing something wrong, or you have a wrong dependency in your spec files. yum always complains about missing dependency nvidia-kmod. this should be kmod-nvidia, shouldn't it? :-)
leigh123linux
16th March 2010, 03:13 PM
errr. either i'm doing something wrong, or you have a wrong dependency in your spec files. yum always complains about missing dependency nvidia-kmod. this should be kmod-nvidia, shouldn't it? :-)
Try downloading the spec file again and rebuild.
leigh123linux
16th March 2010, 03:28 PM
Try downloading the spec file again and rebuild.
Ok that should be fixed now .
katastrophal
16th March 2010, 08:32 PM
ye. it's fixed. thanks leigh :-)
chepioq
17th March 2010, 05:39 PM
Updated to 195.36.15
Thank leigh.
That work on my laptop...
JEO
22nd March 2010, 10:56 AM
Leigh, Thank you for this set of instructions. I have installed the nvidia driver under 2.6.33-1.fc13.i686.PAE (had to install kernel-PAE-devel instead of kernel-devel of course).
I tested it with second life and the frame rates are equal to the best I've seen.
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 6200/AGP/SSE2
OpenGL version string: 2.1.2 NVIDIA 195.36.15
OpenGL shading language version string: 1.20 NVIDIA via Cg compiler
hannes|l
25th March 2010, 02:09 PM
Does anyone know when the driver is available via rpmfusion? What is the reason that we need to use such a workaround to make the binary driver available?
Thanks for your work!
Greetings
GoinEasy9
25th March 2010, 06:29 PM
F13 is only Beta, you'll have to wait till release to get the blob from rpmfusion, or if someone like Leigh makes an rpm before hand. I hear that sgfxi is handling fedora these days, don't know if h2 has checked out the 2.6.33 kernel yet though. I'm sort of happy being blobless, nouveau is working for what I need it to.
moisha
3rd April 2010, 08:20 PM
Missing nvidia-kmod-common ? :
kernel-2.6.33-0.52.rc8.git6.fc13.x86_64
nVidia Corporation G96 [GeForce 9400 GT]
error: Failed dependencies:
nvidia-kmod-common >= 195.36.15 is needed by kmod-nvidia-2.6.33.1-19.fc13.x86_64-195.36.15-1.fc13.x86_64
Also, any particular reason for executing step 2 as non-root ?
Thank you.
leigh123linux
3rd April 2010, 08:43 PM
Missing nvidia-kmod-common ? :
kernel-2.6.33-0.52.rc8.git6.fc13.x86_64
nVidia Corporation G96 [GeForce 9400 GT]
error: Failed dependencies:
nvidia-kmod-common >= 195.36.15 is needed by kmod-nvidia-2.6.33.1-19.fc13.x86_64-195.36.15-1.fc13.x86_64
Also, any particular reason for executing step 2 as non-root ?
Thank you.
You need to install xorg-x11-drv-nvidia & xorg-x11-drv-nvidia-libs at the same time as kmod-nvidia i.e one transaction .
[root@localhost ~]# rpm -q xorg-x11-drv-nvidia --provides
nvidia-kmod-common = 195.36.15
nvidia-x11-drv = 195.36.15-1.fc13
xorg-x11-drv-nvidia-newest = 195.36.15-101
libglx.so()(64bit)
nvidia_drv.so()(64bit)
xorg-x11-drv-nvidia = 195.36.15-1.fc13
xorg-x11-drv-nvidia(x86-64) = 195.36.15-1.fc13
[root@localhost ~]#
Also, any particular reason for executing step 2 as non-root ?
It's bad practice to build anything as root .
moisha
3rd April 2010, 10:07 PM
Very good. Thank you for quick reply.
Any tips on how to deal with the Nvidia virtualization bug described here (http://fedoraforum.org/forum/showthread.php?t=241844)(besides disabling virtualizatin in BIOS):
[ 609.861] (EE) Apr 03 16:52:32 NVIDIA(0): WAIT: (E, 0, 0x887d, 0)
leigh123linux
3rd April 2010, 10:58 PM
Very good. Thank you for quick reply.
Any tips on how to deal with the Nvidia virtualization bug described here (http://fedoraforum.org/forum/showthread.php?t=241844)(besides disabling virtualizatin in BIOS):
[ 609.861] (EE) Apr 03 16:52:32 NVIDIA(0): WAIT: (E, 0, 0x887d, 0)
Do you have a intel chipset ?
http://osdir.com/ml/users/2010-03/msg02653.html
http://forums.fedoraforum.org/showthread.php?t=239704
moisha
4th April 2010, 12:37 AM
Do you have a intel chipset ?
http://osdir.com/ml/users/2010-03/msg02653.html
http://forums.fedoraforum.org/showthread.php?t=239704
Adding iommu=soft at the end of /boot/grub/grub.conf solved my problem.
Yep. That was it. Thanks a lot.
Wonder if this is basically the same as disabling VT-d in BIOS
mps2006
9th April 2010, 11:49 AM
Worked great for me with the 2.6.33.2-35 from koji and a Quadro NVS 160M once I added the iommu=soft option.
Many thanks Leigh. Perhaps add info about the iommu=soft option to the begining of the guide as I'm sure there will be many people downloading the beta once it comes out and running into this problem?
Cheers
M.
Debroyston
10th April 2010, 03:59 PM
Leigh,
rpmdev-setuptree command not found.
Using F13 alpha.
What do I do now?
leigh123linux
10th April 2010, 04:42 PM
Leigh,
rpmdev-setuptree command not found.
Using F13 alpha.
What do I do now?
Follow the guide (step 1 should have installed it)
yum install rpmdevtools
lmcogs
12th April 2010, 01:43 AM
Got as far as step 4 and I get
[root@localhost SPECS]# rpmbuild -ba nvidia-kmod.spec --define "kernels $(uname -r)" --target $(uname -m)
Building target platforms: x86_64
Building for target x86_64
error: File /root/rpmbuild/SOURCES/nvidia-kmod-data-195.36.15.tar.bz2: No such file or directory
[root@localhost SPECS]# uname -r
2.6.33.1-24.fc13.x86_64
and there is nothing in
ls /root/rpmbuild/SOURCES/
---------- Post added at 04:43 PM CDT ---------- Previous post was at 04:22 PM CDT ----------
Oh I see you are meant to do step 3 4 as non root.
However I am now getting this
yum install --nogpgcheck nvidia-kmod xorg-x11-drv-nvidia
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Install Process
No package xorg-x11-drv-nvidia available.
Resolving Dependencies
--> Running transaction check
---> Package kmod-nvidia.x86_64 0:190.53-1.fc13 set to be updated
--> Processing Dependency: kmod-nvidia-2.6.32.2-15.fc13.x86_64 >= 190.53-1.fc13 for package: kmod-nvidia-190.53-1.fc13.x86_64
--> Running transaction check
---> Package kmod-nvidia-2.6.32.2-15.fc13.x86_64.x86_64 0:190.53-1.fc13 set to be updated
--> Processing Dependency: kernel-uname-r = 2.6.32.2-15.fc13.x86_64 for package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64
--> Processing Dependency: nvidia-kmod-common >= 190.53 for package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64
--> Finished Dependency Resolution
Error: Package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64 (rpmfusion-nonfree-rawhide)
Requires: kernel-uname-r = 2.6.32.2-15.fc13.x86_64
Installed: kernel-2.6.33-0.52.rc8.git6.fc13.x86_64 (installed)
Installed: kernel-2.6.33.1-24.fc13.x86_64 (@fedora)
Error: Package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64 (rpmfusion-nonfree-rawhide)
Requires: nvidia-kmod-common >= 190.53
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
leigh123linux
12th April 2010, 11:08 AM
Got as far as step 4 and I get
[root@localhost SPECS]# rpmbuild -ba nvidia-kmod.spec --define "kernels $(uname -r)" --target $(uname -m)
Building target platforms: x86_64
Building for target x86_64
error: File /root/rpmbuild/SOURCES/nvidia-kmod-data-195.36.15.tar.bz2: No such file or directory
[root@localhost SPECS]# uname -r
2.6.33.1-24.fc13.x86_64
and there is nothing in
ls /root/rpmbuild/SOURCES/
---------- Post added at 04:43 PM CDT ---------- Previous post was at 04:22 PM CDT ----------
Oh I see you are meant to do step 3 4 as non root.
However I am now getting this
yum install --nogpgcheck nvidia-kmod xorg-x11-drv-nvidia
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Install Process
No package xorg-x11-drv-nvidia available.
Resolving Dependencies
--> Running transaction check
---> Package kmod-nvidia.x86_64 0:190.53-1.fc13 set to be updated
--> Processing Dependency: kmod-nvidia-2.6.32.2-15.fc13.x86_64 >= 190.53-1.fc13 for package: kmod-nvidia-190.53-1.fc13.x86_64
--> Running transaction check
---> Package kmod-nvidia-2.6.32.2-15.fc13.x86_64.x86_64 0:190.53-1.fc13 set to be updated
--> Processing Dependency: kernel-uname-r = 2.6.32.2-15.fc13.x86_64 for package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64
--> Processing Dependency: nvidia-kmod-common >= 190.53 for package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64
--> Finished Dependency Resolution
Error: Package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64 (rpmfusion-nonfree-rawhide)
Requires: kernel-uname-r = 2.6.32.2-15.fc13.x86_64
Installed: kernel-2.6.33-0.52.rc8.git6.fc13.x86_64 (installed)
Installed: kernel-2.6.33.1-24.fc13.x86_64 (@fedora)
Error: Package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64 (rpmfusion-nonfree-rawhide)
Requires: nvidia-kmod-common >= 190.53
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
http://forums.fedoraforum.org/showpost.php?p=1347823&postcount=41
lmcogs
12th April 2010, 11:58 AM
Still getting error requesting earlier kernel I think
yum install --nogpgcheck kmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-libs
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Install Process
No package xorg-x11-drv-nvidia available.
No package xorg-x11-drv-nvidia-libs available.
Resolving Dependencies
--> Running transaction check
---> Package kmod-nvidia.x86_64 0:190.53-1.fc13 set to be updated
--> Processing Dependency: kmod-nvidia-2.6.32.2-15.fc13.x86_64 >= 190.53-1.fc13 for package: kmod-nvidia-190.53-1.fc13.x86_64
--> Running transaction check
---> Package kmod-nvidia-2.6.32.2-15.fc13.x86_64.x86_64 0:190.53-1.fc13 set to be updated
--> Processing Dependency: kernel-uname-r = 2.6.32.2-15.fc13.x86_64 for package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64
--> Processing Dependency: nvidia-kmod-common >= 190.53 for package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64
--> Finished Dependency Resolution
Error: Package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64 (rpmfusion-nonfree-rawhide)
Requires: kernel-uname-r = 2.6.32.2-15.fc13.x86_64
Installed: kernel-2.6.33-0.52.rc8.git6.fc13.x86_64 (installed)
Installed: kernel-2.6.33.1-24.fc13.x86_64 (@fedora)
Error: Package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64 (rpmfusion-nonfree-rawhide)
Requires: nvidia-kmod-common >= 190.53
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
leigh123linux
12th April 2010, 12:12 PM
Still getting error requesting earlier kernel I think
yum install --nogpgcheck kmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-libs
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Install Process
No package xorg-x11-drv-nvidia available.
No package xorg-x11-drv-nvidia-libs available.
Resolving Dependencies
--> Running transaction check
---> Package kmod-nvidia.x86_64 0:190.53-1.fc13 set to be updated
--> Processing Dependency: kmod-nvidia-2.6.32.2-15.fc13.x86_64 >= 190.53-1.fc13 for package: kmod-nvidia-190.53-1.fc13.x86_64
--> Running transaction check
---> Package kmod-nvidia-2.6.32.2-15.fc13.x86_64.x86_64 0:190.53-1.fc13 set to be updated
--> Processing Dependency: kernel-uname-r = 2.6.32.2-15.fc13.x86_64 for package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64
--> Processing Dependency: nvidia-kmod-common >= 190.53 for package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64
--> Finished Dependency Resolution
Error: Package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64 (rpmfusion-nonfree-rawhide)
Requires: kernel-uname-r = 2.6.32.2-15.fc13.x86_64
Installed: kernel-2.6.33-0.52.rc8.git6.fc13.x86_64 (installed)
Installed: kernel-2.6.33.1-24.fc13.x86_64 (@fedora)
Error: Package: kmod-nvidia-2.6.32.2-15.fc13.x86_64-190.53-1.fc13.x86_64 (rpmfusion-nonfree-rawhide)
Requires: nvidia-kmod-common >= 190.53
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
You should be installing the newly built rpms found in ~/rpmbuild/RPMS/x86_64.
Try
su
rm -f /home/*/rpmbuild/RPMS/x86_64/*nvidia*de*rpm
yum install --nogpgcheck /home/*/rpmbuild/RPMS/x86_64/*nvidia*rpm
lmcogs
12th April 2010, 12:32 PM
Dead on leigh123linux completed and rebooted and working well thanks
newiLuvatar
12th April 2010, 08:24 PM
when I try rebuilding the driver for kernel 2.6.33.1-24.fc13.x86_64 I get a dependency resolution error if I try to install using yum:
--> Finished Dependency Resolution
Error: Package: akmod-open-vm-tools-0.0.0.236320-1.fc13.x86_64 (rpmfusion-free-rawhide)
Requires: open-vm-tools-kmod-common >= 0.0.0.236320
Available: open-vm-tools-0.0.0.226760-1.fc13.x86_64 (rpmfusion-free-rawhide)
Error: Package: VirtualBox-OSE-3.1.4-1.fc13.x86_64 (rpmfusion-free-rawhide)
Requires: VirtualBox-OSE-kmod = 3.1.4
Available: akmod-VirtualBox-OSE-3.0.10-1.fc12.4.x86_64 (rpmfusion-free-rawhide)
Available: akmod-VirtualBox-OSE-3.1.0-0.1.beta2.fc13.x86_64 (rpmfusion-free-rawhide)
Available: akmod-VirtualBox-OSE-3.1.0-1.fc13.x86_64 (rpmfusion-free-rawhide)
Installing: akmod-VirtualBox-OSE-3.1.2-1.fc13.x86_64 (rpmfusion-free-rawhide)
Available: kmod-VirtualBox-OSE-3.0.10-1.fc12.4.x86_64 (rpmfusion-free-rawhide)
Available: kmod-VirtualBox-OSE-3.1.0-0.1.beta2.fc13.x86_64 (rpmfusion-free-rawhide)
Available: kmod-VirtualBox-OSE-3.1.0-1.fc13.x86_64 (rpmfusion-free-rawhide)
Available: kmod-VirtualBox-OSE-3.1.2-1.fc13.x86_64 (rpmfusion-free-rawhide)
Available: kmod-VirtualBox-OSE-2.6.31.5-127.fc12.x86_64-3.0.10-1.fc12.4.x86_64 (rpmfusion-free-rawhide)
Error: Package: akmod-VirtualBox-OSE-3.1.2-1.fc13.x86_64 (rpmfusion-free-rawhide)
Requires: VirtualBox-OSE-kmodsrc = 3.1.2
Available: VirtualBox-OSE-kmodsrc-3.1.4-1.fc13.x86_64 (rpmfusion-free-rawhide)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
leigh123linux
12th April 2010, 08:38 PM
when I try rebuilding the driver for kernel 2.6.33.1-24.fc13.x86_64 I get a dependency resolution error if I try to install using yum:
--> Finished Dependency Resolution
Error: Package: akmod-open-vm-tools-0.0.0.236320-1.fc13.x86_64 (rpmfusion-free-rawhide)
Requires: open-vm-tools-kmod-common >= 0.0.0.236320
Available: open-vm-tools-0.0.0.226760-1.fc13.x86_64 (rpmfusion-free-rawhide)
Error: Package: VirtualBox-OSE-3.1.4-1.fc13.x86_64 (rpmfusion-free-rawhide)
Requires: VirtualBox-OSE-kmod = 3.1.4
Available: akmod-VirtualBox-OSE-3.0.10-1.fc12.4.x86_64 (rpmfusion-free-rawhide)
Available: akmod-VirtualBox-OSE-3.1.0-0.1.beta2.fc13.x86_64 (rpmfusion-free-rawhide)
Available: akmod-VirtualBox-OSE-3.1.0-1.fc13.x86_64 (rpmfusion-free-rawhide)
Installing: akmod-VirtualBox-OSE-3.1.2-1.fc13.x86_64 (rpmfusion-free-rawhide)
Available: kmod-VirtualBox-OSE-3.0.10-1.fc12.4.x86_64 (rpmfusion-free-rawhide)
Available: kmod-VirtualBox-OSE-3.1.0-0.1.beta2.fc13.x86_64 (rpmfusion-free-rawhide)
Available: kmod-VirtualBox-OSE-3.1.0-1.fc13.x86_64 (rpmfusion-free-rawhide)
Available: kmod-VirtualBox-OSE-3.1.2-1.fc13.x86_64 (rpmfusion-free-rawhide)
Available: kmod-VirtualBox-OSE-2.6.31.5-127.fc12.x86_64-3.0.10-1.fc12.4.x86_64 (rpmfusion-free-rawhide)
Error: Package: akmod-VirtualBox-OSE-3.1.2-1.fc13.x86_64 (rpmfusion-free-rawhide)
Requires: VirtualBox-OSE-kmodsrc = 3.1.2
Available: VirtualBox-OSE-kmodsrc-3.1.4-1.fc13.x86_64 (rpmfusion-free-rawhide)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Try
wget http://download1.rpmfusion.org/free/fedora/development/source/SRPMS/VirtualBox-OSE-kmod-3.1.2-1.fc13.src.rpm
rpmbuild --rebuild VirtualBox-OSE-kmod-3.1.2-1.fc13.src.rpm --define "kernels $(uname -r)" --target $(uname -m)Then include the kmod in the transaction
newiLuvatar
12th April 2010, 11:55 PM
now I get this:
$ rpmbuild --rebuild VirtualBox-OSE-kmod-3.1.2-1.fc13.src.rpm --define "kernels $(uname -r)" --target $(uname -m)
Installing VirtualBox-OSE-kmod-3.1.2-1.fc13.src.rpm
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
Building target platforms: x86_64
Building for target x86_64
error: Failed build dependencies:
VirtualBox-OSE-kmodsrc = 3.1.2 is needed by VirtualBox-OSE-kmod-3.1.2-1.fc13.x86_64
I was looking for a package VirtualBox-OSE-kmodsrc-3.1.2-1.fc13.x86_64, but I could only find VirtualBox-OSE-kmodsrc-3.1.2-1.fc12.x86_64. Should I try that one?
leigh123linux
13th April 2010, 12:27 AM
now I get this:
$ rpmbuild --rebuild VirtualBox-OSE-kmod-3.1.2-1.fc13.src.rpm --define "kernels $(uname -r)" --target $(uname -m)
Installing VirtualBox-OSE-kmod-3.1.2-1.fc13.src.rpm
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
Building target platforms: x86_64
Building for target x86_64
error: Failed build dependencies:
VirtualBox-OSE-kmodsrc = 3.1.2 is needed by VirtualBox-OSE-kmod-3.1.2-1.fc13.x86_64
I was looking for a package VirtualBox-OSE-kmodsrc-3.1.2-1.fc13.x86_64, but I could only find VirtualBox-OSE-kmodsrc-3.1.2-1.fc12.x86_64. Should I try that one?
You could try this package
http://hany.sk/~hany/RPM/rpmfusion-free-f12-x86_64/VirtualBox-OSE-kmodsrc-3.0.10-1.fc12.x86_64.html
newiLuvatar
13th April 2010, 10:59 PM
ok, so I downloaded
VirtualBox-OSE-kmodsrc-3.1.2-1.fc12.x86_64.rpm
akmod-VirtualBox-OSE-3.1.4-1.fc13.x86_64.rpm
kmod-VirtualBox-OSE-3.1.4-1.fc13.x86_64.rpm
built
VirtualBox-OSE-kmod-3.1.2-1.fc13.src.rpm
(guess I could have donwloaded the f12 rpm, too)
then installed with
# yum --nogpgcheck install *.rpm
worked fine here. hope I didn't forget anything...
lmcogs
14th April 2010, 12:12 PM
Just noticed that you have to rebuild again with any new kernel update.
leigh123linux
14th April 2010, 12:53 PM
Just noticed that you have to rebuild again with any new kernel update.
You only have to build the kmod package.
i.e after today's kernel update I ran this
rpmbuild --rebuild /home/leigh/rpmbuild/SRPMS/nvidia-kmod-195.36.15-1.fc13.src.rpm --define "kernels 2.6.33.2-41.fc13.x86_64" --target $(uname -m)
Then installed the new kmod with rpm -ivh
Debroyston
14th April 2010, 02:25 PM
Leigh, I have tried to enable the rawhide repository with
yum --enablerepo=rawhide
but get the following
error getting repository data for rawhide, repository not found.
Please help.
leigh123linux
14th April 2010, 02:32 PM
Leigh, I have tried to enable the rawhide repository with
yum --enablerepo=rawhide
but get the following
error getting repository data for rawhide, repository not found.
Please help.
Try installing the release rpm
su
yum install fedora-release-rawhide
The Matrix
15th April 2010, 06:51 AM
Hi bro, i have a broblem. Can you help me?
[NeO@localhost SPECS]$ rpmbuild -ba nvidia-kmod.spec --define "kernels $(uname -r)" --target $(uname -m)
Building target platforms: x86_64
Building for target x86_64
error: Failed build dependencies:
/usr/bin/kmodtool is needed by nvidia-kmod-195.36.15-1.fc13.x86_64
Thank kiu :)
I'm using Fedora 13 Beta
leigh123linux
15th April 2010, 11:31 AM
Hi bro, i have a broblem. Can you help me?
[NeO@localhost SPECS]$ rpmbuild -ba nvidia-kmod.spec --define "kernels $(uname -r)" --target $(uname -m)
Building target platforms: x86_64
Building for target x86_64
error: Failed build dependencies:
/usr/bin/kmodtool is needed by nvidia-kmod-195.36.15-1.fc13.x86_64
Thank kiu :)
I'm using Fedora 13 Beta
Try
su
yum install kmodtool
The Matrix
15th April 2010, 03:04 PM
I tried your solve but I have a new problem
[root@localhost NeO]# yum install kmodtool
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
No package kmodtool available.
Nothing to do
leigh123linux
15th April 2010, 03:17 PM
I tried your solve but I have a new problem
[root@localhost NeO]# yum install kmodtool
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
No package kmodtool available.
Nothing to do
You need to install the rpmfusion repos
The Matrix
15th April 2010, 04:23 PM
Thank bro, but I have new problem
I try su
rm -f /home/*/rpmbuild/RPMS/x86_64/*nvidia*de*rpm
yum install --nogpgcheck /home/*/rpmbuild/RPMS/x86_64/*nvidia*rpm
But
[root@localhost NeO]# yum install --nogpgcheck /home/*/rpmbuild/RPMS/x86_64/*nvidia*rpm
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
No package /home/*/rpmbuild/RPMS/x86_64/*nvidia*rpm available.
Nothing to do
leigh123linux
15th April 2010, 04:27 PM
Thank bro, but I have new problem
I try su
rm -f /home/*/rpmbuild/RPMS/x86_64/*nvidia*de*rpm
yum install --nogpgcheck /home/*/rpmbuild/RPMS/x86_64/*nvidia*rpm
But
[root@localhost NeO]# yum install --nogpgcheck /home/*/rpmbuild/RPMS/x86_64/*nvidia*rpm
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
No package /home/*/rpmbuild/RPMS/x86_64/*nvidia*rpm available.
Nothing to do
Post
ls -l /root/rpmbuild//RPMS/x86_64
ls -l /home/*/rpmbuild/RPMS/x86_64
The Matrix
15th April 2010, 04:34 PM
[root@localhost NeO]# ls -l /root/rpmbuild//RPMS/x86_64
ls: cannot access /root/rpmbuild//RPMS/x86_64: No such file or directory
[root@localhost NeO]# ls -l /home/*/rpmbuild/RPMS/x86_64
ls: cannot access /home/*/rpmbuild/RPMS/x86_64: No such file or directory
If I using command
rpmbuild -ba nvidia-kmod.spec --define "kernels $(uname -r)" --target $(uname -m)
then
[root@localhost NeO]# rpmbuild -ba nvidia-kmod.spec --define "kernels $(uname -r)" --target $(uname -m)
Building target platforms: x86_64
Building for target x86_64
error: File /root/rpmbuild/SOURCES/nvidia-kmod-data-195.36.15.tar.bz2: No such file or directory
Although I have file nvidia-kmod-data-195.36.15.tar.bz2 in that folder
leigh123linux
15th April 2010, 04:42 PM
[root@localhost NeO]# ls -l /root/rpmbuild//RPMS/x86_64
ls: cannot access /root/rpmbuild//RPMS/x86_64: No such file or directory
[root@localhost NeO]# ls -l /home/*/rpmbuild/RPMS/x86_64
ls: cannot access /home/*/rpmbuild/RPMS/x86_64: No such file or directory
If I using command
rpmbuild -ba nvidia-kmod.spec --define "kernels $(uname -r)" --target $(uname -m)
then
[root@localhost NeO]# rpmbuild -ba nvidia-kmod.spec --define "kernels $(uname -r)" --target $(uname -m)
Building target platforms: x86_64
Building for target x86_64
error: File /root/rpmbuild/SOURCES/nvidia-kmod-data-195.36.15.tar.bz2: No such file or directory
Although I have file nvidia-kmod-data-195.36.15.tar.bz2 in that folder
Why are you building using root ( the guide states don't use root )
The Matrix
15th April 2010, 04:47 PM
Sorry you :(. I trying this command as non root but
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0ihh6s
+ umask 022
+ cd /home/NeO/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ echo 'kmodtool error: Don'\''t know how to handle 2.6.33.1-24.fc13.x86_64 -- /lib/modules/2.6.33.1-24.fc13.x86_64/build/Makefile not found'
kmodtool error: Don't know how to handle 2.6.33.1-24.fc13.x86_64 -- /lib/modules/2.6.33.1-24.fc13.x86_64/build/Makefile not found
+ exit 2
error: Bad exit status from /var/tmp/rpm-tmp.0ihh6s (%prep)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.0ihh6s (%prep)
leigh123linux
15th April 2010, 04:56 PM
Sorry you :(. I trying this command as non root but
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0ihh6s
+ umask 022
+ cd /home/NeO/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ echo 'kmodtool error: Don'\''t know how to handle 2.6.33.1-24.fc13.x86_64 -- /lib/modules/2.6.33.1-24.fc13.x86_64/build/Makefile not found'
kmodtool error: Don't know how to handle 2.6.33.1-24.fc13.x86_64 -- /lib/modules/2.6.33.1-24.fc13.x86_64/build/Makefile not found
+ exit 2
error: Bad exit status from /var/tmp/rpm-tmp.0ihh6s (%prep)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.0ihh6s (%prep)
You need the 2.6.33.1-24.fc13.x86_64 kernel-devel package installed ( it needs to be the same as the running kernel )
The Matrix
15th April 2010, 04:59 PM
My kernel is 2.6.33.1-24.fc13.x86_64 because I install Fedora 13 beta :(. Can you explain for me? I'm stupid :(
leigh123linux
15th April 2010, 05:10 PM
Sorry you :(. I trying this command as non root but
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0ihh6s
+ umask 022
+ cd /home/NeO/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ echo 'kmodtool error: Don'\''t know how to handle 2.6.33.1-24.fc13.x86_64 -- /lib/modules/2.6.33.1-24.fc13.x86_64/build/Makefile not found'
kmodtool error: Don't know how to handle 2.6.33.1-24.fc13.x86_64 -- /lib/modules/2.6.33.1-24.fc13.x86_64/build/Makefile not found
+ exit 2
error: Bad exit status from /var/tmp/rpm-tmp.0ihh6s (%prep)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.0ihh6s (%prep)
My kernel is 2.6.33.1-24.fc13.x86_64 because I install Fedora 13 beta :(. Can you explain for me? I'm stupid :(
Post
rpm -q kernel-devel
The Matrix
15th April 2010, 05:17 PM
[NeO@localhost ~]$ rpm -q kernel-devel
kernel-devel-2.6.33.2-41.fc13.x86_64
leigh123linux
15th April 2010, 05:21 PM
[NeO@localhost ~]$ rpm -q kernel-devel
kernel-devel-2.6.33.2-41.fc13.x86_64
Like I said, you need kernel-devel-2.6.33.1-24.fc13.x86_64 installed to build for kernel-2.6.33.1-24.fc13.x86_64 (or boot to the newer kernel)
The Matrix
15th April 2010, 05:24 PM
I understood you said :). I will try build a new kernel. Although i don't know how to build a kernel :). Can you explain for me why in my "About this computer" show kernel is 2.6.33.1-24.fc13.x86_64
leigh123linux
15th April 2010, 05:51 PM
I understood you said :). I will try build a new kernel. Although i don't know how to build a kernel :). Can you explain for me why in my "About this computer" show kernel is 2.6.33.1-24.fc13.x86_64
No need to build the kernel , just update it
su
yum update kernelreboot
The Matrix
16th April 2010, 02:11 AM
Thank you very much bro leigh123linux :). My driver worked fine.
leigh123linux
23rd April 2010, 11:42 PM
Updated to 195.36.24
- Official Xorg 1.8 support added
http://www.nvnews.net/vbulletin/showthread.php?p=2239062
chepioq
24th April 2010, 07:43 AM
Hi leigh
I build for the 195.36.24 driver, but when I want install I have an error:
yum --nogpgcheck install kmod-nvidia-2.6.33.1-24.fc13.x86_64-195.36.24-1.fc13.x86_64.rpm xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64.rpm xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.i686.rpm xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64.rpm
Modules complémentaires chargés*: langpacks, presto, refresh-packagekit
Adding fr_FR to language list
Configuration du processus d'installation
Examen de kmod-nvidia-2.6.33.1-24.fc13.x86_64-195.36.24-1.fc13.x86_64.rpm*: kmod-nvidia-2.6.33.1-24.fc13.x86_64-195.36.24-1.fc13.x86_64
Sélection de kmod-nvidia-2.6.33.1-24.fc13.x86_64-195.36.24-1.fc13.x86_64.rpm pour mise à jour de kmod-nvidia-2.6.33.1-24.fc13.x86_64-195.36.15-1.fc13.x86_64
Examen de xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64.rpm*: xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64.rpm*: ne met pas à jour le paquet installé.
Examen de xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.i686.rpm*: xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.i686
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.i686.rpm*: ne met pas à jour le paquet installé.
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.i686.rpm*: ne met pas à jour le paquet installé.
Examen de xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64.rpm*: xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64.rpm*: ne met pas à jour le paquet installé.
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64.rpm*: ne met pas à jour le paquet installé.
Résolution des dépendances
--> Lancement de la transaction de test
---> Paquet kmod-nvidia-2.6.33.1-24.fc13.x86_64.x86_64 0:195.36.24-1.fc13 marqué pour être mis à jour
--> Résolution des dépendances terminée
Dépendances résolues
================================================== ===================================
Paquet
Architecture
Version
Dépôt Taille
================================================== ===================================
Mise à jour:
kmod-nvidia-2.6.33.1-24.fc13.x86_64
x86_64 195.36.24-1.fc13
/kmod-nvidia-2.6.33.1-24.fc13.x86_64-195.36.24-1.fc13.x86_64 13 M
Résumé de la transaction
================================================== ===================================
Installer 0 paquet(s)
Mettre à jour 1 paquet(s)
Taille totale*: 13 M
Est-ce correct [o/N]*: n
Arrêt à la demande de l'utilisateur
Terminé*!
[root@localhost nvidia]# rpm -qa |grep -e nvidia -e Xorg |sort
kmod-nvidia-2.6.33.1-19.fc13.x86_64-195.36.15-1.fc13.x86_64
kmod-nvidia-2.6.33.1-24.fc13.x86_64-195.36.15-1.fc13.x86_64
kmod-nvidia-2.6.33-1.fc13.x86_64-195.36.15-1.fc13.x86_64
nvidia-settings-1.0-3.4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.15-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.15-1.fc13.i686
xorg-x11-drv-nvidia-libs-195.36.15-1.fc13.x86_64
xorg-x11-server-Xorg-1.7.3-7.fc13.x86_64
What is wrong?
leigh123linux
24th April 2010, 10:18 AM
Hi leigh
I build for the 195.36.24 driver, but when I want install I have an error:
yum --nogpgcheck install kmod-nvidia-2.6.33.1-24.fc13.x86_64-195.36.24-1.fc13.x86_64.rpm xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64.rpm xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.i686.rpm xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64.rpm
Modules complémentaires chargés*: langpacks, presto, refresh-packagekit
Adding fr_FR to language list
Configuration du processus d'installation
Examen de kmod-nvidia-2.6.33.1-24.fc13.x86_64-195.36.24-1.fc13.x86_64.rpm*: kmod-nvidia-2.6.33.1-24.fc13.x86_64-195.36.24-1.fc13.x86_64
Sélection de kmod-nvidia-2.6.33.1-24.fc13.x86_64-195.36.24-1.fc13.x86_64.rpm pour mise à jour de kmod-nvidia-2.6.33.1-24.fc13.x86_64-195.36.15-1.fc13.x86_64
Examen de xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64.rpm*: xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64.rpm*: ne met pas à jour le paquet installé.
Examen de xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.i686.rpm*: xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.i686
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.i686.rpm*: ne met pas à jour le paquet installé.
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.i686.rpm*: ne met pas à jour le paquet installé.
Examen de xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64.rpm*: xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64.rpm*: ne met pas à jour le paquet installé.
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64.rpm*: ne met pas à jour le paquet installé.
Résolution des dépendances
--> Lancement de la transaction de test
---> Paquet kmod-nvidia-2.6.33.1-24.fc13.x86_64.x86_64 0:195.36.24-1.fc13 marqué pour être mis à jour
--> Résolution des dépendances terminée
Dépendances résolues
================================================== ===================================
Paquet
Architecture
Version
Dépôt Taille
================================================== ===================================
Mise à jour:
kmod-nvidia-2.6.33.1-24.fc13.x86_64
x86_64 195.36.24-1.fc13
/kmod-nvidia-2.6.33.1-24.fc13.x86_64-195.36.24-1.fc13.x86_64 13 M
Résumé de la transaction
================================================== ===================================
Installer 0 paquet(s)
Mettre à jour 1 paquet(s)
Taille totale*: 13 M
Est-ce correct [o/N]*: n
Arrêt à la demande de l'utilisateur
Terminé*!
[root@localhost nvidia]# rpm -qa |grep -e nvidia -e Xorg |sort
kmod-nvidia-2.6.33.1-19.fc13.x86_64-195.36.15-1.fc13.x86_64
kmod-nvidia-2.6.33.1-24.fc13.x86_64-195.36.15-1.fc13.x86_64
kmod-nvidia-2.6.33-1.fc13.x86_64-195.36.15-1.fc13.x86_64
nvidia-settings-1.0-3.4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.15-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.15-1.fc13.i686
xorg-x11-drv-nvidia-libs-195.36.15-1.fc13.x86_64
xorg-x11-server-Xorg-1.7.3-7.fc13.x86_64What is wrong?
You have to remove all the nvidia packages first ( xorg-x11-drv-nvidia is from rpmfusion and epochs 195.36.24-1 ), then try again (blacklist xorg-x11-drv-nvidia from rpmfusion first).
su
gedit /etc/yum.repos.d/rpmfusion-nonfree-updates.repoand add
[rpmfusion-nonfree-updates]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-$releasever&arch=$basearch
enabled=1
exclude=xorg-x11-drv-nvidia*
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
[rpmfusion-nonfree-updates-debuginfo]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates Debug
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/debug/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-debug-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
[rpmfusion-nonfree-updates-source]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates Source
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/SRPMS/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-source-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
chepioq
24th April 2010, 10:54 AM
Thank leigh...that work!
I also install l Xorg 1.8 and remove "Option "IgnoreABI" "true"" in my xorg.conf, and that also work.
leigh123linux
24th April 2010, 10:56 AM
Thank leigh...that work!
I also install l Xorg 1.8 and remove "Option "IgnoreABI" "true"" in my xorg.conf, and that also work.
I forgot to mention that bit :)
chepioq
24th April 2010, 11:03 AM
Yes... but i saw it with the nvidia link in your post #79
Stanca
25th April 2010, 05:35 PM
I'm running Fedora 13 Beta Goddard x86_64 on my old system and it seems already pretty stable and solid enough.The only issue remains the video driver yet,it seems that the rpmfusion nonfree rawhide x86_64 repos (http://download1.rpmfusion.org/nonfree/fedora/development/x86_64/os/repoview/index.html) didn't release the 173xx legacy driver and kmod or akmod.The nouveau and mesa development drivers don't work for me and the run package driver from the Nvidia official site (http://www.nvidia.com/object/linux_display_amd64_173.14.25.html) can't be installed because of the different compiling program version used for the 2.6.33.2.FC13.X86_64 kernel.
I guess I'll have to wait untill after the final release of F13 and that would be May 18?:confused::(:mad:
vinoman
27th April 2010, 04:04 AM
what if you have:
[davek@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.33.2-57.fc13.i686 #1 SMP Tue Apr 20 09:28:45 UTC 2010 i686 i686 i386 GNU/Linux
[davek@localhost ~]$
how would I get nvidia installed in fedora 13 beta 32bit ?
or should I just wait until the final version?
leigh123linux
27th April 2010, 08:05 AM
what if you have:
[davek@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.33.2-57.fc13.i686 #1 SMP Tue Apr 20 09:28:45 UTC 2010 i686 i686 i386 GNU/Linux
[davek@localhost ~]$
how would I get nvidia installed in fedora 13 beta 32bit ?
or should I just wait until the final version?
See post #1 :p
lovenemesis
27th April 2010, 10:01 AM
Hello, do I need to tell SELinux to let it go, as previous release:
setsebool -P allow_execstack on
lmcogs
27th April 2010, 11:12 AM
Hi getting this on yum update
Package kmod-nvidia-2.6.33.2-57.fc13.x86_64.x86_64 1:195.36.24-1.fc13.1 set to be updated
--> Processing Dependency: nvidia-kmod-common >= 1:195.36.24 for package: 1:kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.1.x86_64
---> Package xorg-x11-drv-nvidia.x86_64 1:195.36.15-1.fc13 set to be updated
---> Package xorg-x11-drv-nvidia-devel.x86_64 1:195.36.15-1.fc13 set to be updated
---> Package xorg-x11-drv-nvidia-libs.x86_64 1:195.36.15-1.fc13 set to be updated
--> Finished Dependency Resolution
Error: Package: 1:kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.1.x86_64 (rpmfusion-nonfree-updates)
Requires: nvidia-kmod-common >= 1:195.36.24
Removing: xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64 (@/xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64)
Installing: 1:xorg-x11-drv-nvidia-195.36.15-1.fc13.x86_64 (rpmfusion-nonfree-updates)
I have
rpm -qa |grep -e nvidia -e kernel |sort
abrt-addon-kerneloops-1.0.9-2.fc13.x86_64
kernel-2.6.33.1-24.fc13.x86_64
kernel-2.6.33.2-41.fc13.x86_64
kernel-2.6.33.2-57.fc13.x86_64
kernel-devel-2.6.33.1-24.fc13.x86_64
kernel-devel-2.6.33.2-41.fc13.x86_64
kernel-devel-2.6.33.2-57.fc13.x86_64
kernel-headers-2.6.33.2-57.fc13.x86_64
kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.x86_64
nvidia-kmod-debuginfo-195.36.24-1.fc13.x86_64
nvidia-settings-1.0-3.4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-debuginfo-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-devel-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
thanks
leigh123linux
27th April 2010, 02:35 PM
Hi getting this on yum update
Package kmod-nvidia-2.6.33.2-57.fc13.x86_64.x86_64 1:195.36.24-1.fc13.1 set to be updated
--> Processing Dependency: nvidia-kmod-common >= 1:195.36.24 for package: 1:kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.1.x86_64
---> Package xorg-x11-drv-nvidia.x86_64 1:195.36.15-1.fc13 set to be updated
---> Package xorg-x11-drv-nvidia-devel.x86_64 1:195.36.15-1.fc13 set to be updated
---> Package xorg-x11-drv-nvidia-libs.x86_64 1:195.36.15-1.fc13 set to be updated
--> Finished Dependency Resolution
Error: Package: 1:kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.1.x86_64 (rpmfusion-nonfree-updates)
Requires: nvidia-kmod-common >= 1:195.36.24
Removing: xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64 (@/xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64)
Installing: 1:xorg-x11-drv-nvidia-195.36.15-1.fc13.x86_64 (rpmfusion-nonfree-updates)
I have
rpm -qa |grep -e nvidia -e kernel |sort
abrt-addon-kerneloops-1.0.9-2.fc13.x86_64
kernel-2.6.33.1-24.fc13.x86_64
kernel-2.6.33.2-41.fc13.x86_64
kernel-2.6.33.2-57.fc13.x86_64
kernel-devel-2.6.33.1-24.fc13.x86_64
kernel-devel-2.6.33.2-41.fc13.x86_64
kernel-devel-2.6.33.2-57.fc13.x86_64
kernel-headers-2.6.33.2-57.fc13.x86_64
kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.x86_64
nvidia-kmod-debuginfo-195.36.24-1.fc13.x86_64
nvidia-settings-1.0-3.4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-debuginfo-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-devel-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
thanks
See post #81 (rpmfusion have pushed kmod-nvidia to the repo but no xorg-x11-drv-nvidia* )
0nline
27th April 2010, 04:57 PM
I when i write [root@niki SOURCES]# spectool -g nvidia-kmod.spec
Command not found.
I got this... where is the problem?
lmcogs
27th April 2010, 05:04 PM
I followed step 81 and redone step 1 but now getting
[root@localhost leon]# yum update
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit, refresh-updatesd, remove-with-leaves
Adding en_US to language list
Loading mirror speeds from cached hostfile
* fedora: mirror.bytemark.co.uk
* livna: rpm.livna.org
* rpmfusion-free: ftp.upjs.sk
* rpmfusion-free-updates: ftp.upjs.sk
* rpmfusion-nonfree: ftp.upjs.sk
* rpmfusion-nonfree-updates: ftp.upjs.sk
* updates-testing: ftp.nluug.nl
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package kmod-nvidia-2.6.33.2-57.fc13.x86_64.x86_64 1:195.36.24-1.fc13.1 set to be updated
--> Processing Dependency: nvidia-kmod-common >= 1:195.36.24 for package: 1:kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.1.x86_64
--> Finished Dependency Resolution
Error: Package: 1:kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.1.x86_64 (rpmfusion-nonfree-updates)
Requires: nvidia-kmod-common >= 1:195.36.24
Installed: xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64 (@/xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64)
[root@localhost leon]# rpm -qa |grep -e nvidia -e kernel |sort
abrt-addon-kerneloops-1.0.9-2.fc13.x86_64
kernel-2.6.33.1-24.fc13.x86_64
kernel-2.6.33.2-41.fc13.x86_64
kernel-2.6.33.2-57.fc13.x86_64
kernel-devel-2.6.33.1-24.fc13.x86_64
kernel-devel-2.6.33.2-41.fc13.x86_64
kernel-devel-2.6.33.2-57.fc13.x86_64
kernel-headers-2.6.33.2-57.fc13.x86_64
kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.x86_64
nvidia-kmod-debuginfo-195.36.24-1.fc13.x86_64
nvidia-settings-1.0-3.4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-debuginfo-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-devel-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
10sdassarma
27th April 2010, 06:07 PM
Online, try yum install spectool, spectool isn't installed
0nline
27th April 2010, 08:34 PM
I installed this and i got stuck on next level...
[root@niki SOURCES]# chmod +x filter-provides.sh filter-requires.sh
[root@niki SOURCES]# mv nvidia-kmod.spec xorg-x11-drv-nvidia.spec ../SPECS/
[root@niki SOURCES]# cd ../SPECS/
[root@niki SPECS]# rpmbuild -ba nvidia-kmod.spec --define "kernels $(uname -r)" --target $(uname -m)
Building target platforms: x86_64
Building for target x86_64
error: File /root/rpmbuild/SOURCES/nvidia-kmod-data-195.36.24.tar.bz2: No such file or directory
i start thinking that there are missing commands in the manual in the beginning ....
leigh123linux
27th April 2010, 08:42 PM
I installed this and i got stuck on next level...
[root@niki SOURCES]# chmod +x filter-provides.sh filter-requires.sh
[root@niki SOURCES]# mv nvidia-kmod.spec xorg-x11-drv-nvidia.spec ../SPECS/
[root@niki SOURCES]# cd ../SPECS/
[root@niki SPECS]# rpmbuild -ba nvidia-kmod.spec --define "kernels $(uname -r)" --target $(uname -m)
Building target platforms: x86_64
Building for target x86_64
error: File /root/rpmbuild/SOURCES/nvidia-kmod-data-195.36.24.tar.bz2: No such file or directory
i start thinking that there are missing commands in the manual in the beginning ....
Try it as non-root;)
dwightpaige79
28th April 2010, 12:44 AM
I followed step 81 and redone step 1 but now getting
lmcogs or anyone else please note before doing this that the packages in rpmfusion-nonfree-rawhide are labled as F-14 and not F-13. On my system they did allow the F-13 akmod-nvidia and kmod-nvidia packages to update but I don't know if they will or won't work after I reboot.
lmcogs the corresponding 'xorg-x11-drv-nvidia' are in rpmfusion-nonfree-rawhide repo. Enable it and install those [3] packages and akmod-nvidia and kmod-nvidia packages should update. Then disable rpmfusion-nonfree-rawhide repo.
FWIW I don't know who to notify of packages confusion with akmod-nvidia and kmod-nvidia in F-13 rpmfusion-nonfree-updates and xorg-x11-drv-nvidia packages in rpmfusion-nonfree-rawhide repo?
Ok. I rebooted and my nvidia graphics still work. And my system is completely up to date... Still not sure if mixing F-13 and rawhide packages is ok? Though it seems to have worked this time.
leigh123linux
28th April 2010, 09:01 AM
I when i write I got this... where is the problem?
It's you! , try following post #1
[leigh@localhost ~]$ yum provides spectool
Loaded plugins: langpacks, presto, refresh-packagekit, remove-with-leaves, show-
: leaves
Adding en_GB to language list
rpmdevtools-7.8-1.fc13.noarch : RPM Development Tools
Repo : fedora
Matched from:
Other : spectool
rpmdevtools-7.8-1.fc13.noarch : RPM Development Tools
Repo : installed
Matched from:
Other : Provides-match: spectool
[leigh@localhost ~]$
0nline
28th April 2010, 11:44 AM
OK, i got on the next step.... but i have again the same problem! I tried under root and under normal user but nothing....
[niki@niki ~]$ rpmbuild -ba xorg-x11-drv-nvidia.specerror: failed to stat /home/niki/xorg-x11-drv-nvidia.spec: No such file or directory
[niki@niki ~]$ su
Password:
[root@niki niki]# rpmbuild -ba xorg-x11-drv-nvidia.spec
error: failed to stat /home/niki/xorg-x11-drv-nvidia.spec: No such file or directory
[root@niki niki]#
lmcogs
28th April 2010, 11:55 AM
Thanks dwightpaige79 tried that but don't think i'll do the mixing f13 and f14
yum --enablerepo=rpmfusion-nonfree-rawhide update xorg-x11-drv-nvidia*
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit, refresh-updatesd, remove-with-leaves
Adding en_US to language list
Loading mirror speeds from cached hostfile
* fedora: ftp.heanet.ie
* livna: rpm.livna.org
* rpmfusion-free: ftp.upjs.sk
* rpmfusion-free-updates: ftp.upjs.sk
* rpmfusion-nonfree: ftp.upjs.sk
* rpmfusion-nonfree-rawhide: ftp.upjs.sk
* rpmfusion-nonfree-updates: ftp.upjs.sk
* updates-testing: ftp.sh.cvut.cz
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package xorg-x11-drv-nvidia.x86_64 1:195.36.24-1.fc14 set to be updated
---> Package xorg-x11-drv-nvidia-devel.x86_64 1:195.36.24-1.fc14 set to be updated
---> Package xorg-x11-drv-nvidia-libs.x86_64 1:195.36.24-1.fc14 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================== ================================================== =================
Package Arch Version Repository Size
================================================== ================================================== =================
Updating:
xorg-x11-drv-nvidia x86_64 1:195.36.24-1.fc14 rpmfusion-nonfree-rawhide 1.7 M
xorg-x11-drv-nvidia-devel x86_64 1:195.36.24-1.fc14 rpmfusion-nonfree-rawhide 118 k
xorg-x11-drv-nvidia-libs x86_64 1:195.36.24-1.fc14 rpmfusion-nonfree-rawhide 13 M
Transaction Summary
================================================== ================================================== =================
Install 0 Package(s)
Upgrade 3 Package(s)
Total download size: 15 M
Is this ok [y/N]: n
Exiting on user Command
Complete!
However there is some kind of circular dependency going on take a look at this
yum install nvidia-kmod-common
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit, refresh-updatesd, remove-with-leaves
Adding en_US to language list
Loading mirror speeds from cached hostfile
* fedora: ftp.heanet.ie
* livna: rpm.livna.org
* rpmfusion-free: ftp.upjs.sk
* rpmfusion-free-updates: ftp.upjs.sk
* rpmfusion-nonfree: ftp.upjs.sk
* rpmfusion-nonfree-updates: ftp.upjs.sk
* updates-testing: ftp.sh.cvut.cz
Setting up Install Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: xorg-x11-drv-nvidia = 195.36.24-1.fc13 for package: xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
---> Package xorg-x11-drv-nvidia.x86_64 1:195.36.15-1.fc13 set to be updated
--> Running transaction check
--> Processing Dependency: xorg-x11-drv-nvidia-libs-x86_64 = 195.36.24-1.fc13 for package: xorg-x11-drv-nvidia-devel-195.36.24-1.fc13.x86_64
---> Package xorg-x11-drv-nvidia-libs.x86_64 1:195.36.15-1.fc13 set to be updated
--> Running transaction check
---> Package xorg-x11-drv-nvidia-devel.x86_64 1:195.36.15-1.fc13 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================== ================================================== =================
Package Arch Version Repository Size
================================================== ================================================== =================
Updating:
xorg-x11-drv-nvidia x86_64 1:195.36.15-1.fc13 rpmfusion-nonfree-updates 1.7 M
Updating for dependencies:
xorg-x11-drv-nvidia-devel x86_64 1:195.36.15-1.fc13 rpmfusion-nonfree-updates 117 k
xorg-x11-drv-nvidia-libs x86_64 1:195.36.15-1.fc13 rpmfusion-nonfree-updates 13 M
Transaction Summary
================================================== ================================================== =================
Install 0 Package(s)
Upgrade 3 Package(s)
Total download size: 15 M
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 15 M
(1/3): xorg-x11-drv-nvidia-195.36.15-1.fc13.x86_64.rpm | 1.7 MB 00:02
(2/3): xorg-x11-drv-nvidia-devel-195.36.15-1.fc13.x86_64.rpm | 117 kB 00:00
(3/3): xorg-x11-drv-nvidia-libs-195.36.15-1.fc13.x86_64.rpm | 13 MB 00:17
---------------------------------------------------------------------------------------------------------------------
Total 749 kB/s | 15 MB 00:20
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : 1:xorg-x11-drv-nvidia-195.36.15-1.fc13.x86_64 1/6
Updating : 1:xorg-x11-drv-nvidia-libs-195.36.15-1.fc13.x86_64 2/6
Updating : 1:xorg-x11-drv-nvidia-devel-195.36.15-1.fc13.x86_64 3/6
Cleanup : xorg-x11-drv-nvidia-devel-195.36.24-1.fc13.x86_64 4/6
Cleanup : xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64 5/6
Cleanup : xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64 6/6
Updated:
xorg-x11-drv-nvidia.x86_64 1:195.36.15-1.fc13
Dependency Updated:
xorg-x11-drv-nvidia-devel.x86_64 1:195.36.15-1.fc13 xorg-x11-drv-nvidia-libs.x86_64 1:195.36.15-1.fc13
Complete!
[root@localhost leon]# yum update
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit, refresh-updatesd, remove-with-leaves
Adding en_US to language list
Loading mirror speeds from cached hostfile
* fedora: ftp.heanet.ie
* livna: rpm.livna.org
* rpmfusion-free: ftp.upjs.sk
* rpmfusion-free-updates: ftp.upjs.sk
* rpmfusion-nonfree: ftp.upjs.sk
* rpmfusion-nonfree-updates: ftp.upjs.sk
* updates-testing: ftp.sh.cvut.cz
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package kmod-nvidia-2.6.33.2-57.fc13.x86_64.x86_64 1:195.36.24-1.fc13.1 set to be updated
--> Processing Dependency: nvidia-kmod-common >= 1:195.36.24 for package: 1:kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.1.x86_64
--> Finished Dependency Resolution
Error: Package: 1:kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.1.x86_64 (rpmfusion-nonfree-updates)
Requires: nvidia-kmod-common >= 1:195.36.24
Installed: 1:xorg-x11-drv-nvidia-195.36.15-1.fc13.x86_64 (@rpmfusion-nonfree-updates)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
0nline
28th April 2010, 01:19 PM
I'm on the final lap! I got all installed but not working
Starting udev: udevd[450]: BUS= will be removed in a future udev version, please use SUBSYSTEM= to match the event device, or SUBSYSTEMS= to match a parent device, in /etc/udev/rules.d/85-pcscd_egate.rules:3
udevd[450]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/85-pcscd_egate.rules:3
udevd[450]: BUS= will be removed in a future udev version, please use SUBSYSTEM= to match the event device, or SUBSYSTEMS= to match a parent device, in /etc/udev/rules.d/85-pcscd_egate.rules:5
udevd-work[496]: '/usr/bin/vmmouse_detect' unexpected exit with status 0x000b
udevd-work[493]: '/usr/bin/vmmouse_detect' unexpected exit with status 0x000b
[ OK ]
Setting hostname niki: [ OK ]
Setting up Logical Volume Management: No volume groups found
[ OK ]
Checking filesystems
/dev/sda5: clean, 164868/1700608 files, 1687341/6797056 blocks
[ OK ]
Remounting root filesystem in read-write mode: [ OK ]
Mounting local filesystems: [ OK ]
Enabling local filesystem quotas: [ OK ]
Enabling /etc/fstab swaps: [ OK ]
Entering non-interactive startup
ip6tables: Applying firewall rules: [ OK ]
iptables: Applying firewall rules: [ OK ]
Checking for module nvidia.ko: [FAILED]
nvidia.ko for kernel 2.6.33.1-24.fc13.x86_64 was not found. [WARNING]
The nvidia driver will not be enabled until one is found. [WARNING]
Starting auditd: [ OK ]
Starting portreserve: [ OK ]
Starting system logger: [ OK ]
Enabling ondemand cpu frequency scaling: [ OK ]
Starting irqbalance: [ OK ]
Starting rpcbind: [ OK ]
Starting system message bus: [ OK ]
Setting network parameters... [ OK ]
Starting NetworkManager daemon: [ OK ]
Starting Avahi daemon... [ OK ]
Starting NFS statd: [ OK ]
Starting RPC idmapd: [ OK ]
Starting cups: [ OK ]
Mounting other filesystems: [ OK ]
Starting acpi daemon: [ OK ]
Starting HAL daemon: [ OK ]
Retrigger failed udev events [ OK ]
Starting PC/SC smart card daemon (pcscd): [ OK ]
Enabling Bluetooth devices:
Starting sshd: [ OK ]
Starting sendmail: [ OK ]
Starting sm-client: [ OK ]
Starting abrt daemon: [ OK ]
Starting crond: [ OK ]
[ OK ]
Enabling monthly Smolt checkin: [ OK ]
Starting atd: [ OK ]
[ OK ]
Registering binary handler for Windows applications: [ OK ]
When i type the the commands from the second post i got this:
[root@niki niki]# rpm -qa |grep -e nvidia -e Xorg |sort
kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.x86_64
nvidia-kmod-debuginfo-195.36.24-1.fc13.x86_64
nvidia-settings-1.0-3.4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-debuginfo-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-devel-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
xorg-x11-server-Xorg-1.8.0-8.fc13.x86_64
[root@niki niki]# uname -r
2.6.33.1-24.fc13.x86_64
[root@niki niki]# glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_MESA_copy_sub_buffer, GLX_INTEL_swap_event
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGI_swap_control, GLX_EXT_swap_control, GLX_ARB_create_context,
GLX_ARB_create_context_profile, GLX_NV_float_buffer,
GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float,
GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB,
GLX_NV_present_video, GLX_NV_copy_image, GLX_NV_multisample_coverage,
GLX_NV_video_capture
GLX version: 1.4
GLX extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_ARB_get_proc_address
OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
OpenGL version string: 1.4 (2.1 Mesa 7.8.1)
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,
GL_ARB_fragment_program_shadow, GL_ARB_imaging, GL_ARB_multitexture,
GL_ARB_occlusion_query, GL_ARB_point_parameters, GL_ARB_point_sprite,
GL_ARB_shadow, GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
GL_ARB_texture_non_power_of_two, GL_ARB_vertex_program, GL_ARB_window_pos,
GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_func_separate,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_draw_range_elements,
GL_EXT_framebuffer_object, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,
GL_EXT_packed_pixels, GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
GL_EXT_texture3D, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
GL_EXT_texture_object, GL_EXT_vertex_array, GL_ATI_texture_mirror_once,
GL_IBM_texture_mirrored_repeat, GL_NV_blend_square, GL_NV_depth_clamp,
GL_NV_fragment_program, GL_NV_fragment_program_option,
GL_NV_light_max_exponent, GL_NV_texture_env_combine4,
GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program1_1,
GL_SGIS_generate_mipmap, GL_SGIS_texture_lod
64 GLX Visuals
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x21 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0xc2 24 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
/////// many times smth like this ////////
128 GLXFBConfigs:
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x42 0 tc 0 8 0 r . . 3 3 2 0 0 0 0 0 0 0 0 0 0 None
0x43 0 tc 0 8 0 r . . 3 3 2 0 0 0 0 16 16 16 0 0 0 Slow
/////// many times smth like this ////////
leigh123linux
28th April 2010, 01:51 PM
I'm on the final lap! I got all installed but not working
Starting udev: udevd[450]: BUS= will be removed in a future udev version, please use SUBSYSTEM= to match the event device, or SUBSYSTEMS= to match a parent device, in /etc/udev/rules.d/85-pcscd_egate.rules:3
udevd[450]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/85-pcscd_egate.rules:3
udevd[450]: BUS= will be removed in a future udev version, please use SUBSYSTEM= to match the event device, or SUBSYSTEMS= to match a parent device, in /etc/udev/rules.d/85-pcscd_egate.rules:5
udevd-work[496]: '/usr/bin/vmmouse_detect' unexpected exit with status 0x000b
udevd-work[493]: '/usr/bin/vmmouse_detect' unexpected exit with status 0x000b
[ OK ]
Setting hostname niki: [ OK ]
Setting up Logical Volume Management: No volume groups found
[ OK ]
Checking filesystems
/dev/sda5: clean, 164868/1700608 files, 1687341/6797056 blocks
[ OK ]
Remounting root filesystem in read-write mode: [ OK ]
Mounting local filesystems: [ OK ]
Enabling local filesystem quotas: [ OK ]
Enabling /etc/fstab swaps: [ OK ]
Entering non-interactive startup
ip6tables: Applying firewall rules: [ OK ]
iptables: Applying firewall rules: [ OK ]
Checking for module nvidia.ko: [FAILED]
nvidia.ko for kernel 2.6.33.1-24.fc13.x86_64 was not found. [WARNING]
The nvidia driver will not be enabled until one is found. [WARNING]
Starting auditd: [ OK ]
Starting portreserve: [ OK ]
Starting system logger: [ OK ]
Enabling ondemand cpu frequency scaling: [ OK ]
Starting irqbalance: [ OK ]
Starting rpcbind: [ OK ]
Starting system message bus: [ OK ]
Setting network parameters... [ OK ]
Starting NetworkManager daemon: [ OK ]
Starting Avahi daemon... [ OK ]
Starting NFS statd: [ OK ]
Starting RPC idmapd: [ OK ]
Starting cups: [ OK ]
Mounting other filesystems: [ OK ]
Starting acpi daemon: [ OK ]
Starting HAL daemon: [ OK ]
Retrigger failed udev events [ OK ]
Starting PC/SC smart card daemon (pcscd): [ OK ]
Enabling Bluetooth devices:
Starting sshd: [ OK ]
Starting sendmail: [ OK ]
Starting sm-client: [ OK ]
Starting abrt daemon: [ OK ]
Starting crond: [ OK ]
[ OK ]
Enabling monthly Smolt checkin: [ OK ]
Starting atd: [ OK ]
[ OK ]
Registering binary handler for Windows applications: [ OK ]When i type the the commands from the second post i got this:
[root@niki niki]# rpm -qa |grep -e nvidia -e Xorg |sort
kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.x86_64
nvidia-kmod-debuginfo-195.36.24-1.fc13.x86_64
nvidia-settings-1.0-3.4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-debuginfo-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-devel-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
xorg-x11-server-Xorg-1.8.0-8.fc13.x86_64
[root@niki niki]# uname -r
2.6.33.1-24.fc13.x86_64
[root@niki niki]# glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_MESA_copy_sub_buffer, GLX_INTEL_swap_event
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGI_swap_control, GLX_EXT_swap_control, GLX_ARB_create_context,
GLX_ARB_create_context_profile, GLX_NV_float_buffer,
GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float,
GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB,
GLX_NV_present_video, GLX_NV_copy_image, GLX_NV_multisample_coverage,
GLX_NV_video_capture
GLX version: 1.4
GLX extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_ARB_get_proc_address
OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
OpenGL version string: 1.4 (2.1 Mesa 7.8.1)
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,
GL_ARB_fragment_program_shadow, GL_ARB_imaging, GL_ARB_multitexture,
GL_ARB_occlusion_query, GL_ARB_point_parameters, GL_ARB_point_sprite,
GL_ARB_shadow, GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
GL_ARB_texture_non_power_of_two, GL_ARB_vertex_program, GL_ARB_window_pos,
GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_func_separate,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_draw_range_elements,
GL_EXT_framebuffer_object, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,
GL_EXT_packed_pixels, GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
GL_EXT_texture3D, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
GL_EXT_texture_object, GL_EXT_vertex_array, GL_ATI_texture_mirror_once,
GL_IBM_texture_mirrored_repeat, GL_NV_blend_square, GL_NV_depth_clamp,
GL_NV_fragment_program, GL_NV_fragment_program_option,
GL_NV_light_max_exponent, GL_NV_texture_env_combine4,
GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program1_1,
GL_SGIS_generate_mipmap, GL_SGIS_texture_lod
64 GLX Visuals
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x21 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0xc2 24 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None
/////// many times smth like this ////////
128 GLXFBConfigs:
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x42 0 tc 0 8 0 r . . 3 3 2 0 0 0 0 0 0 0 0 0 0 None
0x43 0 tc 0 8 0 r . . 3 3 2 0 0 0 0 16 16 16 0 0 0 Slow
/////// many times smth like this ////////
Boot the newer kernel
0nline
28th April 2010, 01:59 PM
I got no X there! Everything is booting fine but i got no x. Just this
Registering binary handler for Windows applications: [ OK ]
and a blinking cursor. when i change the init with ctrl+alt+f2 i login as root and type - startx, nothing happens again, there's a message like no screen found. :(
loverdo
28th April 2010, 05:04 PM
work on 01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 440 Go 64M] (rev a3)
?
10sdassarma
28th April 2010, 05:06 PM
Please post contents of /etc/grub.conf.
0nline
28th April 2010, 07:20 PM
Here it is
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,4) rdblacklist=nouveau
# kernel /boot/vmlinuz-version ro root=/dev/sda5 rdblacklist=nouveau rdblacklist=nouveau
# initrd /boot/initrd-[generic-]version.img
#boot=/dev/sda
default=1
timeout=30
splashimage=(hd0,4)/boot/grub/splash.xpm.gz
hiddenmenu
title GNU GRUB 2, (1.97.2)
kernel /boot/grub2/core.img
title Fedora (2.6.33.2-57.fc13.x86_64)
root (hd0,4) rdblacklist=nouveau
kernel /boot/vmlinuz-2.6.33.2-57.fc13.x86_64 ro root=UUID=65449304-09f6-468e-89c6-e0e8b12c77f4 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet rdblacklist=nouveau rdblacklist=nouveau
initrd /boot/initramfs-2.6.33.2-57.fc13.x86_64.img
title Fedora (2.6.33.1-24.fc13.x86_64)
root (hd0,4) rdblacklist=nouveau
kernel /boot/vmlinuz-2.6.33.1-24.fc13.x86_64 ro root=UUID=65449304-09f6-468e-89c6-e0e8b12c77f4 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet rdblacklist=nouveau rdblacklist=nouveau
initrd /boot/initramfs-2.6.33.1-24.fc13.x86_64.img
title Windows
rootnoverify (hd0,1) rdblacklist=nouveau
chainloader +1
BTW! I don't know does it have something in common but i have some system crashes of metacity (only once i saw message), just system stops, i hear the last phrase of the song playing and i can make restart from button only. I think that this will be OK when i have video drivers working.
GoinEasy9
28th April 2010, 09:35 PM
rdblacklist=nouveau belongs at the end of the kernel line, not the root line, not after rootnoverify under windows. ONLY on the kernel line.
firepong
29th April 2010, 03:47 AM
Ok, I've got everything done, the build went fine, no problems, but where are the rpm's located? are they the ones in ./rpmbuild/RPMS/x86_64?
If so, when I try to install them, I get: could not do simulate: kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.x86_64 requires nvidia-kmod-common >= 195.36.24
And when I try to install the ones in ./rpmbuild/SRPMS, I get: could not do simulate: Backend will not install a src rpm file
On that second one, I can understand it because it is the Source RPM's right?
leigh123linux
29th April 2010, 08:39 AM
Ok, I've got everything done, the build went fine, no problems, but where are the rpm's located? are they the ones in ./rpmbuild/RPMS/x86_64?
If so, when I try to install them, I get: could not do simulate: kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.x86_64 requires nvidia-kmod-common >= 195.36.24
And when I try to install the ones in ./rpmbuild/SRPMS, I get: could not do simulate: Backend will not install a src rpm file
On that second one, I can understand it because it is the Source RPM's right?
post
ls -l ~/rpmbuild/RPMS/x86_64
firepong
29th April 2010, 11:41 AM
post
ls -l ~/rpmbuild/RPMS/x86_64
I'm not at home at the moment to post them, but I know are 6 RPM's in this folder. 2 I believe start with nvidia-kmod (or kmod-nvidia) and the other 4 are xorg I believe, if that's how it's spelt.
When I get home in a few hours, I can post a better picture of it lol :rolleyes:
0nline
29th April 2010, 12:28 PM
Thank you all it works now :)
firepong
29th April 2010, 08:32 PM
post
ls -l ~/rpmbuild/RPMS/x86_64
OK, now that I actually remembered to do this, heres what is in the folder:
[Kelley@Kelley ~]$ ls -l ~/rpmbuild/RPMS/x86_64
total 18408
-rw-r--r--. 1 Kelley Kelley 2595420 Apr 27 23:41 kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.x86_64.rpm
-rw-r--r--. 1 Kelley Kelley 651500 Apr 27 23:41 nvidia-kmod-debuginfo-195.36.24-1.fc13.x86_64.rpm
-rw-r--r--. 1 Kelley Kelley 1770024 Apr 27 23:42 xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64.rpm
-rw-r--r--. 1 Kelley Kelley 30816 Apr 27 23:42 xorg-x11-drv-nvidia-debuginfo-195.36.24-1.fc13.x86_64.rpm
-rw-r--r--. 1 Kelley Kelley 118912 Apr 27 23:42 xorg-x11-drv-nvidia-devel-195.36.24-1.fc13.x86_64.rpm
-rw-r--r--. 1 Kelley Kelley 13666344 Apr 27 23:42 xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64.rpm
leigh123linux
29th April 2010, 08:37 PM
OK, now that I actually remembered to do this, heres what is in the folder:
[Kelley@Kelley ~]$ ls -l ~/rpmbuild/RPMS/x86_64
total 18408
-rw-r--r--. 1 Kelley Kelley 2595420 Apr 27 23:41 kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.x86_64.rpm
-rw-r--r--. 1 Kelley Kelley 651500 Apr 27 23:41 nvidia-kmod-debuginfo-195.36.24-1.fc13.x86_64.rpm
-rw-r--r--. 1 Kelley Kelley 1770024 Apr 27 23:42 xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64.rpm
-rw-r--r--. 1 Kelley Kelley 30816 Apr 27 23:42 xorg-x11-drv-nvidia-debuginfo-195.36.24-1.fc13.x86_64.rpm
-rw-r--r--. 1 Kelley Kelley 118912 Apr 27 23:42 xorg-x11-drv-nvidia-devel-195.36.24-1.fc13.x86_64.rpm
-rw-r--r--. 1 Kelley Kelley 13666344 Apr 27 23:42 xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64.rpm
You can delete xorg-x11-drv-nvidia-debuginfo, nvidia-kmod-debuginfo & xorg-x11-drv-nvidia-devel, then
install the remaining nvidia rpm's as a single yum transaction ( use --nogpgcheck ).
firepong
29th April 2010, 08:45 PM
You can delete xorg-x11-drv-nvidia-debuginfo, nvidia-kmod-debuginfo & xorg-x11-drv-nvidia-devel, then
install the remaining nvidia rpm's as a single yum transaction ( use --nogpgcheck ).
So just open terminal then do:
su
yum --nogpgcheck install /home/Kelley/rpmbuild/RPMS/x86_64
If so, when I do that, I get:
[root@Kelley Kelley]# yum install /home/Kelley/rpmbuild/RPMS/x86_64
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
No package /home/Kelley/rpmbuild/RPMS/x86_64 available.
Nothing to do
Is it suppose to be update instead of install?
leigh123linux
29th April 2010, 08:51 PM
So just open terminal then do:
su
yum --nogpgcheck install /home/Kelley/rpmbuild/RPMS/x86_64
If so, when I do that, I get:
[root@Kelley Kelley]# yum install /home/Kelley/rpmbuild/RPMS/x86_64
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
No package /home/Kelley/rpmbuild/RPMS/x86_64 available.
Nothing to do
Is it suppose to be update instead of install?
Try
su
yum --nogpgcheck install /home/Kelley/rpmbuild/RPMS/x86_64/*rpmOr you could checkout post #1 again as I have updated it ( rpmfusion have released a driver for F13 )
firepong
29th April 2010, 09:59 PM
Try
su
yum --nogpgcheck install /home/Kelley/rpmbuild/RPMS/x86_64/*rpmOr you could checkout post #1 again as I have updated it ( rpmfusion have released a driver for F13 )
Was going to try rpmfusion's release first, but it gave me this, didn't even know a newer kernel was released for 13 yet :confused:
...
Error: Package: 1:kmod-nvidia-2.6.33.3-72.fc13.x86_64-195.36.24-1.fc13.2.x86_64 (rpmfusion-nonfree-updates-testing)
Requires: kernel-uname-r = 2.6.33.3-72.fc13.x86_64
Installed: kernel-2.6.33.1-24.fc13.x86_64 (installed)
Installed: kernel-2.6.33.2-57.fc13.x86_64 (@fedora)
Available: kernel-2.6.33.2-41.fc13.x86_64 (updates-testing)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
lmcogs
29th April 2010, 10:19 PM
Ok redone post 1 worked for me and has updated the driver. Substituted x86_64 instead of i686.
[root@localhost leon]# rpm -qa |grep -e nvidia -e kernel |sort
abrt-addon-kerneloops-1.0.9-2.fc13.x86_64
akmod-nvidia-195.36.24-1.fc13.x86_64
kernel-2.6.33.2-57.fc13.x86_64
kernel-devel-2.6.33.2-57.fc13.x86_64
kernel-headers-2.6.33.2-57.fc13.x86_64
kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.1.x86_64
nvidia-kmod-debuginfo-195.36.24-1.fc13.x86_64
nvidia-settings-1.0-3.4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-debuginfo-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
YogiBare
30th April 2010, 10:25 AM
Hi,
I have followed the outlined procedure in post #1. (tried both procedures, previous and updated)
rpm -qa produces the desired results.
Made sure that all versions match current (uname -r) kernel.
I have made sure to append the requisite argument to the kernel in grub.conf.
However when I attempt to reach runlevel 5
My monitor flashes on and off (Black and White)
The White does not seem to be just a solid white.
Any Ideas how I should proceed?
BTW
Thanks to Leigh123linux for all the diligent work done here thus far.
leigh123linux
30th April 2010, 10:37 AM
Hi,
I have followed the outlined procedure in post #1. (tried both procedures, previous and updated)
rpm -qa produces the desired results.
Made sure that all versions match current (uname -r) kernel.
I have made sure to append the requisite argument to the kernel in grub.conf.
However when I attempt to reach runlevel 5
My monitor flashes on and off (Black and White)
The White does not seem to be just a solid white.
Any Ideas how I should proceed?
BTW
Thanks to Leigh123linux for all the diligent work done here thus far.
Post
rpm -qa |grep -e nvidia -e kernel |sort
lspci |grep VGA
uname -r
firepong
30th April 2010, 11:09 AM
Just wanted to let you guys know. Got my install running pretty good, but for some reason it still doesn't have 3d desktop. I'm stumpted as to why its not working. Ive got 3d in KDE but it wont work in Gnome.
Had to use my own builds to get it to work though. Wouldn't install the ones from rpm fusion because it said I needed 2.6.33.2-72 kernel, which I don't see how to get as isn't that whats in rawhide and not released publicly yet?
Anyways, thanks a ton leigh, don't think I wound have been able to figure out how to get some of it done without you. He'll, I didn't even know you had to add *rpm to the end of a line for yum to install from your own computer. I knew it was possible, but just couldn't find a page that told how to do it.
echerif
30th April 2010, 02:50 PM
Hi,
I have followed the outlined procedure in post #1. (tried both procedures, previous and updated)
rpm -qa produces the desired results.
Made sure that all versions match current (uname -r) kernel.
I have made sure to append the requisite argument to the kernel in grub.conf.
However when I attempt to reach runlevel 5
My monitor flashes on and off (Black and White)
The White does not seem to be just a solid white.
Any Ideas how I should proceed?
BTW
Thanks to Leigh123linux for all the diligent work done here thus far.
Hi All,
Thank you guys for your great help. I really appreciate it.
I am facing the same problem than YogiBare. I followed all the procedure, everything went well. But when i start my X server, my screen starts blinking (flashing on and off with a 1 second interval) and the image is distorted (half the normal height, compressed and with horizontal black lines) :(
Here is the output ff rpm -qa |grep -e nvidia -e kernel |sort | lspci |grep VGA | uname -r
abrt-addon-kerneloops-1.0.9-2.fc13.x86_64
kernel-2.6.33.1-24.fc13.x86_64
kernel-2.6.33.2-57.fc13.x86_64
kernel-devel-2.6.33.2-57.fc13.x86_64
kernel-headers-2.6.33.2-57.fc13.x86_64
kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.x86_64
nvidia-kmod-debuginfo-195.36.24-1.fc13.x86_64
nvidia-settings-1.0-3.4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-debuginfo-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-devel-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
[root@localhost ~]# lspci |grep VGA
01:00.0 VGA compatible controller: nVidia Corporation GT216 [GeForce GT 330M] (rev a2)
And here is my grub
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root
#rdblacklist=nouveau
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.33.2-57.fc13.x86_64)
root (hd0,0)
kernel /vmlinuz-2.6.33.2-57.fc13.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=dvorak noiswmd rhgb quiet rdblacklist=nouveau
initrd /initramfs-2.6.33.2-57.fc13.x86_64.img
title Fedora (2.6.33.1-24.fc13.x86_64)
root (hd0,0)
kernel /vmlinuz-2.6.33.1-24.fc13.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=dvorak noiswmd rhgb quiet rdblacklist=nouveau
initrd /initramfs-2.6.33.1-24.fc13.x86_64.img
Why is this happening?
---------- Post added at 05:50 AM CDT ---------- Previous post was at 05:45 AM CDT ----------
[COLOR="RoyalBlue"]Oh, btw i'm running 2.6.33.2-57.fc13.x86_64
leigh123linux
30th April 2010, 02:51 PM
Hi All,
Thank you guys for your great help. I really appreciate it.
I am facing the same problem than YogiBare. I followed all the procedure, everything went well. But when i start my X server, my screen starts blinking (flashing on and off with a 1 second interval) and the image is distorted (half the normal height, compressed and with horizontal black lines) :(
Here is the output ff rpm -qa |grep -e nvidia -e kernel |sort | lspci |grep VGA | uname -r
abrt-addon-kerneloops-1.0.9-2.fc13.x86_64kernel-2.6.33.1-24.fc13.x86_64
kernel-2.6.33.2-57.fc13.x86_64
kernel-devel-2.6.33.2-57.fc13.x86_64
kernel-headers-2.6.33.2-57.fc13.x86_64
kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.x86_64
nvidia-kmod-debuginfo-195.36.24-1.fc13.x86_64
nvidia-settings-1.0-3.4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-debuginfo-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-devel-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
[root@localhost ~]# lspci |grep VGA
01:00.0 VGA compatible controller: nVidia Corporation GT216 [GeForce GT 330M] (rev a2)And here is my grub
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root
#rdblacklist=nouveau
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.33.2-57.fc13.x86_64)
root (hd0,0)
kernel /vmlinuz-2.6.33.2-57.fc13.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=dvorak noiswmd rhgb quiet rdblacklist=nouveau
initrd /initramfs-2.6.33.2-57.fc13.x86_64.img
title Fedora (2.6.33.1-24.fc13.x86_64)
root (hd0,0)
kernel /vmlinuz-2.6.33.1-24.fc13.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=dvorak noiswmd rhgb quiet rdblacklist=nouveau
initrd /initramfs-2.6.33.1-24.fc13.x86_64.imgWhy is this happening?
---------- Post added at 05:50 AM CDT ---------- Previous post was at 05:45 AM CDT ----------
Oh, btw i'm running 2.6.33.2-57.fc13.x86_64
---------- Post added at 05:50 AM CDT ---------- Previous post was at 05:50 AM CDT ----------
Oh, btw i'm running 2.6.33.2-57.fc13.x86_64
Post
cat /var/log/Xorg.0.log |grep -e EE -e WW
echerif
30th April 2010, 08:47 PM
Hi
cat /var/log/Xorg.0.log |grep -e EE -e WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23.775] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 23.775] (WW) Disabling Keyboard0
[ 23.775] (WW) Disabling Mouse0
[ 23.812] (II) Loading extension MIT-SCREEN-SAVER
[ 26.349] (WW) NVIDIA(GPU-0): The EDID read for display device CRT-0 is invalid:
[ 26.349] (WW) NVIDIA(GPU-0): unrecognized EDID Header.
[ 26.357] (WW) NVIDIA(0): TwinView requested, but only 1 display devices found.
[ 26.377] (WW) NVIDIA(0): Invalid display device in Mode Description
[ 26.377] (WW) NVIDIA(0): "DFP:nvidia-auto-select+0+0"
[ 26.377] (WW) NVIDIA(0): Not using mode description "DFP:nvidia-auto-select+0+0";
[ 26.377] (WW) NVIDIA(0): unable to map to display device
[ 27.162] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
[ 27.162] (WW) NVIDIA(0): from CRT-0's EDID.
[ 27.177] (WW) NVIDIA(0): ACPI: Error: Unable to find the brightness file path under
[ 27.177] (WW) NVIDIA(0): /proc/acpi/video. The NVIDIA X driver will not be able to
[ 27.177] (WW) NVIDIA(0): respond to ACPI brightness change hotkey events.
[ 27.997] (EE) No input driver/identifier specified (ignoring)
[ 28.055] (WW) Microsft Microsoft Wireless Optical Desktop® 2.20: ignoring absolute axes.
[ 28.056] (EE) No input driver/identifier specified (ignoring)
[ 28.057] (EE) No input driver/identifier specified (ignoring)
[ 28.215] (EE) No input driver/identifier specified (ignoring)
[ 28.237] (EE) No input driver/identifier specified (ignoring)
[ 28.237] (EE) No input driver/identifier specified (ignoring)
[ 28.243] (EE) No input driver/identifier specified (ignoring)
[ 46.583] (EE) No input driver/identifier specified (ignoring)
[ 46.595] (WW) Microsft Microsoft Wireless Optical Desktop® 2.20: ignoring absolute axes.
[ 46.595] (EE) No input driver/identifier specified (ignoring)
Well, when i plug in my monitor (CRT), it works normally, but my laptop displaf is totally black..
and when i boot without the monitor, I get my laptop's monitor blinking each 1 second with the distorted image...
---------- Post added at 06:12 AM CDT ---------- Previous post was at 06:08 AM CDT ----------
Is there any relationship with the EDID?
---------- Post added at 06:15 AM CDT ---------- Previous post was at 06:12 AM CDT ----------
Here is my xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (mockbuild@) Sun Feb 28 14:45:42 EST 2010
#Section "ServerLayout"
# Identifier "Layout0"
# Screen 0 "Screen0"
# InputDevice "Keyboard0" "CoreKeyboard"
# InputDevice "Mouse0" "CorePointer"
#EndSection
Section "Files"
FontPath "/usr/share/fonts/default/Type1"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection
#Section "Monitor"
# Identifier "Monitor0"
# VendorName "Unknown"
# ModelName "Unknown"
# HorizSync 28.0 - 33.0
# VertRefresh 43.0 - 72.0
# Option "DPMS"
#EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Tatung VM7V"
HorizSync 30.0 - 86.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation 330"
BoardName "GeForce "
EndSection
#Section "Device"
# Identifier "Device0"
# Driver "nvidia"
# VendorName "NVIDIA Corporation"
#EndSection
#Section "Screen"
# Identifier "Screen0"
# Device "Device0"
# Monitor "Monitor0"
# DefaultDepth 24
# SubSection "Display"
# Depth 24
# EndSubSection
#EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-0"
Option "metamodes" "CRT: 1152x864 +1366+0, DFP: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
---------- Post added at 11:47 AM CDT ---------- Previous post was at 06:15 AM CDT ----------
Hi again, I finally got my nvidia working. Fortunately I dumped my EDID before removing window$ from my laptop (phoenix EDID dump).
Here is my new xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (mockbuild@) Sun Feb 28 14:45:42 EST 2010
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "dvorak"
# Option XKBLAYOUT="us" XKBVARIANT="dvorak"
Option "XkbModel" "pc105"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation 330"
BoardName "GeForce "
Option "ConnectedMonitor" "DFP-0"
Option "CustomEDID" "DFP-0:/etc/X11/nvidia.raw"
EndSection
When I comment out the custom EDID option and reboot, the X starts and shows 6 duplicated small screens ??!
So strange...
YogiBare
30th April 2010, 11:21 PM
Hi,
Here is the output of the commands as requested.
rpm -qa |grep -e nvidia -e kernel |sort
abrt-addon-kerneloops-1.0.9-2.fc13.x86_64
akmod-nvidia-195.36.24-1.fc13.x86_64
kernel-2.6.33.1-24.fc13.x86_64
kernel-2.6.33.2-57.fc13.x86_64
kernel-devel-2.6.33.2-57.fc13.x86_64
kernel-headers-2.6.33.2-57.fc13.x86_64
kmod-nvidia-2.6.33.2-57.fc13.x86_64-195.36.24-1.fc13.x86_64
nvidia-settings-1.0-4.fc13.x86_64
nvidia-xconfig-1.0-2.fc13.x86_64
xorg-x11-drv-nvidia-195.36.24-1.fc13.x86_64
xorg-x11-drv-nvidia-libs-195.36.24-1.fc13.x86_64
lspci |grep VGA
01:00.0 VGA compatible controller: nVidia Corporation GT216 [GeForce GT 330M] (rev a2)
uname -r
2.6.33.2-57.fc13.x86_64
cat /var/log/Xorg.0.log |grep -e EE -e WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 96.263] (II) Loading extension MIT-SCREEN-SAVER
[ 97.194] (EE) NVIDIA(0): No display devices found for this X screen.
[ 97.800] (EE) Screen(s) found, but none have a usable configuration.
Thanks in advance :D
echerif
30th April 2010, 11:58 PM
btw, my laptop is a Sony Vaio VPCCW2S1E.
Here is my dumped EDID file: http://rapidshare.com/files/382100877/nvidia.raw.html
---------- Post added at 02:58 PM CDT ---------- Previous post was at 02:44 PM CDT ----------
Hi Yogi, I think we both have exactly the same card and the same kernel version. I also tried Leig's method but I faced the same problem of my screen flashing... hopefully i extracted my EDID by dumping it before deleting windows from my machine. I copied it itto my /etc/X11 then called it from my xorg.conf
This is how i solved the problem. I got stuck with this issue for 5 days...
YogiBare
1st May 2010, 03:09 AM
btw, my laptop is a Sony Vaio VPCCW2S1E.
Here is my dumped EDID file: http://rapidshare.com/files/382100877/nvidia.raw.html
---------- Post added at 02:58 PM CDT ---------- Previous post was at 02:44 PM CDT ----------
Hi Yogi, I think we both have exactly the same card and the same kernel version. I also tried Leig's method but I faced the same problem of my screen flashing... hopefully i extracted my EDID by dumping it before deleting windows from my machine. I copied it it to my /etc/X11 then called it from my xorg.conf
This is how i solved the problem. I got stuck with this issue for 5 days...
Hey echerif,
Thanks for the EDID, I never allowed windows to boot on my machine ;-)
I added the option to my xorg.conf
This stopped the flashing. However the screen that displays is now just white. I can here the fedora "error"
sound when I press enter. So this is the furthest I have gotten.
Still working on it,
Thank you both
After adding that EDID to my xorg.conf and issuing "cat /var/log/Xorg.0.log | grep -e EE -e WW"
the content has changed to the following;
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 27.013] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 27.013] (WW) Disabling Keyboard0
[ 27.013] (WW) Disabling Mouse0
[ 27.040] (II) Loading extension MIT-SCREEN-SAVER
[ 31.630] (EE) No input driver/identifier specified (ignoring)
[ 31.715] (EE) No input driver/identifier specified (ignoring)
[ 31.754] (EE) No input driver/identifier specified (ignoring)
[ 31.755] (EE) No input driver/identifier specified (ignoring)
[ 31.756] (EE) No input driver/identifier specified (ignoring)
Still booting to the white-ish screen (it fades into a solid color close to white)
---------- Post added at 07:09 PM CDT ---------- Previous post was at 04:56 PM CDT ----------
SUCCESS!!!
Thanks to both Leigh123Linux and Echerif,
With the help of you both I was able to boot into Fedora 13 in all its glory on my Sony f1190x with Nvidias 330M
I found another source of info that pushed it into the final working state.
http://code.google.com/p/vaio-f11-linux/wiki/NVIDIASetup
So here's how I did it.
#1) Follow Leigh123Linux's guide here
#2) Add the "option" pointer to xorg.conf as outlined in the link above
done
Thanks again to you all!! :D
mh3rn4nd3z3
1st May 2010, 06:22 AM
This is a Three-Step Process. If you don't follow all four steps, your install will fail!
Not sure if this has been mentioned to you, but is this a joke? :confused:
katastrophal
1st May 2010, 10:36 AM
I guess just a copy/paste fail from the F12 nvidia guide ;)
i would make it a 5 step process:
(1) install driver
(2) blacklist nouveau
(3) reboot
(4) ???
(5) profit!
;) :D
chepioq
2nd May 2010, 07:24 AM
Just an info
The akmod-nvidia-1:195.36.24.1.fc13.x86_64 package is available on rpmfusion-nonfree-updates...
chinazo
3rd May 2010, 02:46 AM
I'm running Fedora 13 Beta Goddard x86_64 on my old system and it seems already pretty stable and solid enough.The only issue remains the video driver yet,it seems that the rpmfusion nonfree rawhide x86_64 repos (http://download1.rpmfusion.org/nonfree/fedora/development/x86_64/os/repoview/index.html) didn't release the 173xx legacy driver and kmod or akmod.The nouveau and mesa development drivers don't work for me and the run package driver from the Nvidia official site (http://www.nvidia.com/object/linux_display_amd64_173.14.25.html) can't be installed because of the different compiling program version used for the 2.6.33.2.FC13.X86_64 kernel.
I guess I'll have to wait untill after the final release of F13 and that would be May 18?:confused::(:mad:
Same here, no 173xx package
mounterriver
10th May 2010, 11:17 AM
I have no success in bring up the system with the nvidia driver 195.36.24. My system is acer aspire 4740G with nvidia 310m( actually a GT218). When I boot with the nvidia driver, the system turns into a blank screen and Xorg log shows no error at all.
sdlor
12th May 2010, 02:01 AM
Hi All.. And thanks Leigh123 for all the help...
Re: (Post # 1)
"1. Install the nvidia driver. ( if you have 4Gb of RAM or more you will probably have a PAE kernel [32bit only] so follow the PAE part )" (then skip down to the PAE part):"
"If you use a PAE kernel:"
(and then the PAE instructions....)...
My question:
If I understand this procedure correctly, does this mean I don't need to install "xorg-x11-drv-nvidia-libs.i686", because I'm (will be) using a PAE kernel?? (It is not listed in the PAE procedure, but is in the other two examples)...
Thanks in advance, and am looking forward to installing Fedora 13..
sdlor
leigh123linux
12th May 2010, 06:30 AM
Hi All.. And thanks Leigh123 for all the help...
Re: (Post # 1)
"1. Install the nvidia driver. ( if you have 4Gb of RAM or more you will probably have a PAE kernel [32bit only] so follow the PAE part )" (then skip down to the PAE part):"
"If you use a PAE kernel:"
(and then the PAE instructions....)...
My question:
If I understand this procedure correctly, does this mean I don't need to install "xorg-x11-drv-nvidia-libs.i686", because I'm (will be) using a PAE kernel?? (It is not listed in the PAE procedure, but is in the other two examples)...
Thanks in advance, and am looking forward to installing Fedora 13..
sdlor
Installing the PAE kmod will automatically install xorg-x11-drv-nvidia-libs.i686
sdlor
12th May 2010, 11:58 AM
Installing the PAE kmod will automatically install xorg-x11-drv-nvidia-libs.i686
Understood..Thanks for the quick reply!..
mounterriver
14th May 2010, 08:06 PM
I have no success in bring up the system with the nvidia driver 195.36.24. My system is acer aspire 4740G with nvidia 310m( actually a GT218). When I boot with the nvidia driver, the system turns into a blank screen and Xorg log shows no error at all.
Finally I fixed the problem. I added additional intel_iommu=off to my grub.conf and now I have 3D acceleration.
JLear
15th May 2010, 03:58 PM
leigh I have tried using the run and also installing the driver using your guides the problem I get is when i login again to the new updated fedora 12 86 64 distro is that it wont boot please help me. It freezes on the Fedora logo screen and wont even go to the login. I use the suggested run install and all i get is the pixeled out small screen. I have a Nvidia 295 GTX and want to use it on my dual booted system.
LuKaZ
17th May 2010, 01:19 AM
Same problem with Dell Precision M6400 and Quadro FX 3700:
[19:17][albertop@amturing:~]$ cat /proc/driver/nvidia/cards/0
Model: Quadro FX 3700M
IRQ: 16
Video BIOS: 62.92.5a.00.04
Card Type: PCI-E
DMA Size: 40 bits
DMA Mask: 0xffffffffff
Bus Location: 01.00.0
The solution as you already discovered it is to add kernel parameter iommu=soft:
kernel /vmlinuz-2.6.33.3-85.fc13.x86_64 ro root=/dev/mapper/vg_amturing-lvroot rd_MD_UUID=1b9ff023:c53ecf17:bef9aaa7:234b5413 rd_MD_UUID=dcaa4234:615dfb43:2ba439de:11e6c5e2 rd_LVM_LV=vg_amturing/lvroot rd_NO_LUKS rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet rdblacklist=nouveau iommu=soft
paulga
18th May 2010, 09:44 AM
Finally I fixed the problem. I added additional intel_iommu=off to my grub.conf and now I have 3D acceleration.
How do you add "intel_iommu=off"? is it like " --intel_iommu=off" on the line of "setup"?
GoinEasy9
18th May 2010, 03:57 PM
Add it to the kernel line in /boot/grub/grub.conf.
paulga
18th May 2010, 05:30 PM
Add it to the kernel line in /boot/grub/grub.conf.
I see. Thanks. I was in opensuse when I posted last time.
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.