Fedora Linux Support Community & Resources Center
  #31  
Old 7th November 2009, 10:22 PM
GoinEasy9's Avatar
GoinEasy9 Offline
Registered User
 
Join Date: May 2009
Location: Manorville, New York, USA
Posts: 1,581
linuxfedorafirefox
Edit /boot/grub/menu.lst in Debian, In Fedora it's /boot/grub/grub.conf. Heh, I came from Debian....
BTW, I get the error also, but nouveau.modeset=0 works.
__________________
Registered Linux User #348347
Have you been seduced by siduction? http://siduction.org/index.php
Running Fedora 17/18, siduction and openSUSE Tumbleweed with KDE
  #32  
Old 8th November 2009, 08:07 AM
morgentao Offline
Registered User
 
Join Date: Feb 2009
Posts: 5
windows_7ie
Quote:
Originally Posted by GoinEasy9 View Post
Well, since akmod-nvidia is in the repo, I tried yum install akmod-nvidia which brought in a host of dependencies including xorg-x11-drv-nvidia-190.42-1.fc12.i686. After reboot, I was left with a blinking cursor in the upper left hand side of the screen.
i have the same error
  #33  
Old 8th November 2009, 07:49 PM
GoinEasy9's Avatar
GoinEasy9 Offline
Registered User
 
Join Date: May 2009
Location: Manorville, New York, USA
Posts: 1,581
linuxfedorafirefox
@morgentao
when installing akmod-nvidia add nouveau.modeset=0 to the kernel line in grub.conf and the akmods work.
__________________
Registered Linux User #348347
Have you been seduced by siduction? http://siduction.org/index.php
Running Fedora 17/18, siduction and openSUSE Tumbleweed with KDE
  #34  
Old 9th November 2009, 10:04 AM
Motero Offline
Registered User
 
Join Date: Oct 2005
Posts: 3
windows_7opera
on my laptop @home even with nouveau.modeset=0 i'm having the problem that i can login thru kdm, but during kde init the system redisplays the nvidia logo and drops me back to kdm

i'm using the kde x86_64 spin

[edit:]
with nouveau driver the system works fine

Last edited by Motero; 9th November 2009 at 10:07 AM.
  #35  
Old 9th November 2009, 04:22 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,768
linuxfedorafirefox
you need to _both_ blacklist nouveau _and_ set 'nomodeset'.

nomodeset stops it being brought up during initrd stage to draw the pretty splash screen. blacklisting stops it being brought up by udev. if you only do one, nouveau is still getting loaded.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
  #36  
Old 9th November 2009, 04:25 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
So: officially, "nouveau" is now as hard to kill as a cockroach... .


V
  #37  
Old 9th November 2009, 05:27 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,768
linuxfedorafirefox
we're just trying really hard to make sure you don't do anything evil like using proprietary drivers
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
  #38  
Old 9th November 2009, 08:28 PM
Jongi Offline
Registered User
 
Join Date: Oct 2005
Posts: 1,952
linuxfedorafirefox
what's the difference between kmod-nvidia and akmod-nvidia again?
__________________
Desktop (64-bit) - F12, Debian Sid, OpenSUSE 11.2, ArchLinux
  #39  
Old 9th November 2009, 08:40 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,768
linuxfedorafirefox
kmod packages contain the NVIDIA driver already 'built' against a specific kernel that's declared in their package name. the akmod package contains the NVIDIA driver 'source' ready to be built against any kernel. the akmods service checks at each boot whether a kmod package for the current running kernel exists for each akmod package you have installed, and if not, it builds one from the akmod-provided 'source'. so the akmod package protects against the case where RPM Fusion has not yet uploaded a pre-built kmod for the latest update kernel.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
  #40  
Old 9th November 2009, 08:42 PM
Jongi Offline
Registered User
 
Join Date: Oct 2005
Posts: 1,952
linuxfedorafirefox
akmod it is then. thanks.
__________________
Desktop (64-bit) - F12, Debian Sid, OpenSUSE 11.2, ArchLinux
  #41  
Old 9th November 2009, 09:58 PM
Motero Offline
Registered User
 
Join Date: Oct 2005
Posts: 3
linuxfedorafirefox
after another failed attempt i finally (which i should have done first) had a look into Xorg.0.log and found the following:

dlopen: /usr/lib64/xorg/modules/extensions/nvidia/libglx.so: cannot enable executable stack as shared object requires: Permission denied
(EE) Failed to load /usr/lib64/xorg/modules/extensions/nvidia/libglx.so


selinux was the one to blame

after switching selinux off, everything works now (though the system strangely reacts much slower than with nouveau driver - even with compositing turned off)

would be happy if someone could help me out now with what to do with selinux and how to have a little performance back
  #42  
Old 9th November 2009, 10:06 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,768
linuxfedorafirefox
if you're using KDE:

https://bugzilla.redhat.com/show_bug.cgi?id=533620

explanation there, use the scratch xorg-x11-server build from my comment.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
  #43  
Old 10th November 2009, 09:25 PM
Motero Offline
Registered User
 
Join Date: Oct 2005
Posts: 3
linuxfedorafirefox
thank you very much!

installing the suggested packages resolved the issue
  #44  
Old 11th November 2009, 12:36 AM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,228
linuxfedorafirefox
Just as a point of info, I had about every possible problem mentioned here in trying to get 3D. No matter what, nouveau remained stubbornly in control and trying to force it out resulted in the black screen with cursor and two hours of trying to use vi with a 'hidden' cursor. Not fun!

My solution was to stop using my favorite 'configfile' entry to boot F12. If booted that way, the akmod or kmods never engage. However, booting directly with the entries in the grub.conf forces that 'nouveau.modeset=0' to take control and allow the kmod-nvidia to work.

Hmmm....now that it's reconfigured xorg.conf, wonder if my beloved configfile will be useable? BRB! Edit: And the answer is......nope! Well, that's the end of the configfile entries for me in grub.conf or menu.lst.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
  #45  
Old 11th November 2009, 12:40 AM
GoinEasy9's Avatar
GoinEasy9 Offline
Registered User
 
Join Date: May 2009
Location: Manorville, New York, USA
Posts: 1,581
linuxfedorafirefox
LOL....once my xorg was reconfigured, everything worked. (with nouveau.modeset=0 in the kernel line).
__________________
Registered Linux User #348347
Have you been seduced by siduction? http://siduction.org/index.php
Running Fedora 17/18, siduction and openSUSE Tumbleweed with KDE
 

Tags
drivers, nvidia, rpmfusion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FC11 nVidia No Sound After RPMFusion nVidia Driver Load basimmer Using Fedora 0 16th October 2009 12:46 AM
F10 + rpmfusion nVidia drivers, GL apps run only as root brunson Using Fedora 4 13th June 2009 10:53 PM
F11 Howto for the rpmfusion nvidia drivers leigh123linux Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 66 6th June 2009 07:23 PM
Nvidia drivers: RPMfusion vs Nvidia? NitroPress Installation and Live Media 6 29th December 2008 07:15 AM
[Notice] Fedora 9 and Livna, RPMFusion, nVidia+Catalyst drivers Firewing1 Fedora Focus 100 30th May 2008 11:20 PM


Current GMT-time: 13:08 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat