 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

5th April 2011, 03:32 PM
|
|
Registered User
|
|
Join Date: Apr 2011
Posts: 10

|
|
Nvidia driver problems with leigh's description
Hello everyone.
I'm pretty new to Fedora and got the typical Nvidia driver problem.
If I start the Desktop effekts (Compiz) he's telling me that I have no 3D Graphics accelerator installed.
I followed Leigh's description: http://www.fedoraforum.org/forum/sho...d.php?t=204752
I did the Kernel update. Didn't forget to reboot twice and installed the correct package (FX).
I also checked the /boot/grub/grub.conf. Nouveau is blacklisted.
I was thinktin about installing it from the Nvidia Website with su sh [install package].
I found an old thread where leigh was discussing with some people about the Nvidia installer.
I just got some trouble with terminating the X server (what ever it is).
Would you recommend me to try it with the Nvidia installer?
I should probably uninstall the driver and try it with the Nvidia description. Would just need some help on the X server then...
Well, actually I am posting this because I am pretty much out of ideas and it would be great to run compiz on this computer 
Hopefully someone got an Idea. My Graphic card is a Geforce FX 5500.
Thanks in advance.
-TutEnch
|

5th April 2011, 07:06 PM
|
|
Registered User
|
|
Join Date: Dec 2009
Location: Belgium
Posts: 96

|
|
|
Re: Nvidia driver problems with leigh's description
What is the exact error message?
|

5th April 2011, 07:09 PM
|
 |
Registered User
|
|
Join Date: Aug 2009
Location: College Station, TX
Posts: 501

|
|
|
Re: Nvidia driver problems with leigh's description
I would avoid using the driver from nvidia.com and figure out how to make the rpmfusion version work for you. If you do play with the one from nvidia.com then be sure to watch out for updates to mesalib-GL since the nvidia.com driver trashes those libraries (and requires reinstallation if they get updated).
SS
|

5th April 2011, 07:40 PM
|
|
Registered User
|
|
Join Date: Apr 2011
Posts: 10

|
|
|
Re: Nvidia driver problems with leigh's description
All right. I already thought that it would make sence to stick with the rpm packages.
But thanks for making that clear SS.
About the Error Message: The exact Error I get when I start "Desktop Effekts" is "Accelerated 3D graphics is not available. Desktop effects require hardware 3D support."
Hopefully someone got an idea. The graphic card itself is listed in the supported hardware...
So it SHOULD work. Don't know what I am doing wrong
|

5th April 2011, 08:13 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: Nvidia driver problems with leigh's description
Post
Code:
rpm -qa |grep -e kernel -e nvidia |sort;uname -r;cat /etc/X11/xorg.conf;lsmod |grep -e nouv -e nv
|

7th April 2011, 10:51 AM
|
|
Registered User
|
|
Join Date: Apr 2011
Posts: 10

|
|
|
Re: Nvidia driver problems with leigh's description
Sorry for the late reply.
Here is the info.
cheers
Code:
rpm -qa |grep -e kernel -e nvidia |sort;uname -r;cat /etc/X11/xorg.conf;lsmod |grep -e nouv -e nv
abrt-addon-kerneloops-1.1.13-2.fc14.i686
akmod-nvidia-173xx-173.14.28-1.fc14.1.i686
kernel-2.6.35.11-83.fc14.i686
kernel-2.6.35.6-45.fc14.i686
kernel-devel-2.6.35.11-83.fc14.i686
kernel-headers-2.6.35.11-83.fc14.i686
kmod-nvidia-173xx-2.6.35.11-83.fc14.i686-173.14.28-1.fc14.1.i686
nvidia-settings-1.0-9.fc14.i686
nvidia-xconfig-1.0-7.fc14.i686
xorg-x11-drv-nvidia-173xx-173.14.28-3.fc14.i686
xorg-x11-drv-nvidia-173xx-libs-173.14.28-3.fc14.i686
2.6.35.11-83.fc14.i686
cat: /etc/X11/xorg.conf: No such file or directory
nouveau 360960 0
ttm 45014 1 nouveau
drm_kms_helper 22278 1 nouveau
drm 139248 3 nouveau,ttm,drm_kms_helper
i2c_algo_bit 4197 1 nouveau
video 17730 1 nouveau
nvidia 7081681 0
i2c_core 21445 6 nouveau,drm_kms_helper,drm,i2c_algo_bit,nvidia,i2c_viapro
|

7th April 2011, 10:57 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: Nvidia driver problems with leigh's description
Quote:
Originally Posted by TutEnch
Sorry for the late reply.
Here is the info.
cheers
Code:
rpm -qa |grep -e kernel -e nvidia |sort;uname -r;cat /etc/X11/xorg.conf;lsmod |grep -e nouv -e nv
abrt-addon-kerneloops-1.1.13-2.fc14.i686
akmod-nvidia-173xx-173.14.28-1.fc14.1.i686
kernel-2.6.35.11-83.fc14.i686
kernel-2.6.35.6-45.fc14.i686
kernel-devel-2.6.35.11-83.fc14.i686
kernel-headers-2.6.35.11-83.fc14.i686
kmod-nvidia-173xx-2.6.35.11-83.fc14.i686-173.14.28-1.fc14.1.i686
nvidia-settings-1.0-9.fc14.i686
nvidia-xconfig-1.0-7.fc14.i686
xorg-x11-drv-nvidia-173xx-173.14.28-3.fc14.i686
xorg-x11-drv-nvidia-173xx-libs-173.14.28-3.fc14.i686
2.6.35.11-83.fc14.i686
cat: /etc/X11/xorg.conf: No such file or directory
nouveau 360960 0
ttm 45014 1 nouveau
drm_kms_helper 22278 1 nouveau
drm 139248 3 nouveau,ttm,drm_kms_helper
i2c_algo_bit 4197 1 nouveau
video 17730 1 nouveau
nvidia 7081681 0
i2c_core 21445 6 nouveau,drm_kms_helper,drm,i2c_algo_bit,nvidia,i2c_viapro
|
You have no nvidia.ko, try
post the output
|

7th April 2011, 11:03 AM
|
|
Registered User
|
|
Join Date: Apr 2011
Posts: 10

|
|
|
Re: Nvidia driver problems with leigh's description
seems to be okay... ( as far as I can tell )
Code:
akmods --force
Checking kmods exist for 2.6.35.11-83.fc14.i686 [ OK ]
|

7th April 2011, 11:12 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: Nvidia driver problems with leigh's description
Quote:
Originally Posted by TutEnch
seems to be okay... ( as far as I can tell )
Code:
akmods --force
Checking kmods exist for 2.6.35.11-83.fc14.i686 [ OK ]
|
Ok, please post
Code:
su
cat /boot/grub/grub.conf
|

7th April 2011, 11:19 AM
|
|
Registered User
|
|
Join Date: Apr 2011
Posts: 10

|
|
|
Re: Nvidia driver problems with leigh's description
nuveau is blacklisted, isn't it?
Code:
cat /boot/grub/grub.conf
# 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 (hd1,2)
# kernel /boot/vmlinuz-version ro root=/dev/sdd3
# initrd /boot/initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=3
splashimage=(hd1,2)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.35.11-83.fc14.i686)
root (hd1,2)
kernel /boot/vmlinuz-2.6.35.11-83.fc14.i686 ro root=UUID=95067a0d-7c8f-4247-9357-f760e150c185 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=de-latin1-nodeadkeys rhgb quiet nouveau.modeset=0 rdblacklist=nouveau
initrd /boot/initramfs-2.6.35.11-83.fc14.i686.img
title Fedora (2.6.35.6-45.fc14.i686)
root (hd1,2)
kernel /boot/vmlinuz-2.6.35.6-45.fc14.i686 ro root=UUID=95067a0d-7c8f-4247-9357-f760e150c185 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=de-latin1-nodeadkeys rhgb quiet
initrd /boot/initramfs-2.6.35.6-45.fc14.i686.img
title Fuduntu
rootnoverify (hd1,0)
chainloader +1
title Other
rootnoverify (hd0,0)
chainloader +1
|

7th April 2011, 11:31 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: Nvidia driver problems with leigh's description
Quote:
Originally Posted by TutEnch
nuveau is blacklisted, isn't it?
Code:
cat /boot/grub/grub.conf
# 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 (hd1,2)
# kernel /boot/vmlinuz-version ro root=/dev/sdd3
# initrd /boot/initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=3
splashimage=(hd1,2)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.35.11-83.fc14.i686)
root (hd1,2)
kernel /boot/vmlinuz-2.6.35.11-83.fc14.i686 ro root=UUID=95067a0d-7c8f-4247-9357-f760e150c185 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=de-latin1-nodeadkeys rhgb quiet nouveau.modeset=0 rdblacklist=nouveau
initrd /boot/initramfs-2.6.35.11-83.fc14.i686.img
title Fedora (2.6.35.6-45.fc14.i686)
root (hd1,2)
kernel /boot/vmlinuz-2.6.35.6-45.fc14.i686 ro root=UUID=95067a0d-7c8f-4247-9357-f760e150c185 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=de-latin1-nodeadkeys rhgb quiet
initrd /boot/initramfs-2.6.35.6-45.fc14.i686.img
title Fuduntu
rootnoverify (hd1,0)
chainloader +1
title Other
rootnoverify (hd0,0)
chainloader +1
|
Try
Quote:
|
Originally Posted by http://forums.fedoraforum.org/showpost.php?p=1117079&postcount=3
If nouveau refuses to die try
Code:
su
yum erase xorg-x11-drv-nouveau
mv /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.ko /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.txt
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)
|
reboot
|

7th April 2011, 11:43 AM
|
|
Registered User
|
|
Join Date: Apr 2011
Posts: 10

|
|
|
Re: Nvidia driver problems with leigh's description
Did that.
Unfortunetely I am still getting the same error message when I try to run "Desktop effekts"....
|

7th April 2011, 12:01 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: Nvidia driver problems with leigh's description
Quote:
Originally Posted by TutEnch
Did that.
Unfortunetely I am still getting the same error message when I try to run "Desktop effekts"....
|
Did you reboot?, if so post
Code:
lsmod |grep -e nouv -e nv
Code:
cat /etc/X11/xorg.conf
|

7th April 2011, 12:07 PM
|
|
Registered User
|
|
Join Date: Apr 2011
Posts: 10

|
|
|
Re: Nvidia driver problems with leigh's description
yea, I did a reboot.
Code:
lsmod |grep -e nouv -e nv
nvidia 7081681 0
i2c_core 21445 5 drm_kms_helper,drm,i2c_algo_bit,nvidia,i2c_viapro
Code:
cat /etc/X11/xorg.conf
cat: /etc/X11/xorg.conf: No such file or directory
|

7th April 2011, 12:09 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: Nvidia driver problems with leigh's description
Quote:
Originally Posted by TutEnch
yea, I did a reboot.
Code:
lsmod |grep -e nouv -e nv
nvidia 7081681 0
i2c_core 21445 5 drm_kms_helper,drm,i2c_algo_bit,nvidia,i2c_viapro
Code:
cat /etc/X11/xorg.conf
cat: /etc/X11/xorg.conf: No such file or directory
|
Ok try
Code:
su
cp /etc/X11/nvidia-xorg.conf /etc/X11/xorg.conf
restart x
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 20:10 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|