Fedora Installation :: F11: Akmod-nvidia Doesn't Work
Jun 14, 2009
I have:
AMD Phenom 9650 Quad-Core Processor
nVidia GeForce 9500 GT graphics card
dual monitors
I installed F11 from the DVD iso. The nouveau driver seemed to work and I could get both monitors working with xrandr.
Then I tried to install the nvidia drivers. I installed akmod-nvidia.
They didn't work. I got this in my /var/log/Xorg.0.log:
Quote:
(II) LoadModule: "nvidia"
(II) Loading /usr/lib64/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
[Code].....
View 4 Replies
ADVERTISEMENT
May 30, 2011
I am using the akmod nvidia driver and I have the option for "sync to vblank" checked, however when running minecraft my computer is still pulling 200+ fps and it's causing tearing like a beast.Is anyone else having this problem? I don't know if my drivers are corrupted, set up improperly, or if the driver is just broken.
View 1 Replies
View Related
Nov 28, 2010
I Have just formatted to Fedora 14 64bit and installed kmod-nvidia akmod-nvidia and am experiencing visual lag. The lag did not occur before I installed the drivers, neither did it occur on Fedora 13 with drivers installed.
I have a priitty high spec pc with the nvidia 260 gtx.
just remove xorg-x11-drv-nvidia-libs-260.19.12-3.fc14.i686
so now:
View 1 Replies
View Related
May 30, 2010
i did something wrong and i was left with one way and that was reinstalling fedora core 12 so i don't want to do the wrong way one more time,what is the difference between kmod-nvidia and akmod-nvidia?i did yum -y install akmod-nvidia and then type xconfig-nvidia on the terminal,after logging off i confront with a blank screen,so i reinstall fc12 x86-64.from what i've understand this is what i should do?
1:yum update
2:setsetbool -P allow-execstack on ==> in order to lower your system protection so SElinux doesn't prevent the driver from loading
3:if it's standard kernel type use komd-nividia and for PAE kernel type use kmod-nvidia-PAE
4: Keep nouveau from loading so
su -c 'mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img'
and
su -c 'dracut /boot/initramfs-$(uname -r).img $(uname -r)'
5:To use the default initrd, but disable the nouveau driver, edit /etc/grub.conf and add the following to the end of the line(s) starting with 'kernel':
rdblacklist=nouveau
if these are right!will yum update command update everything?as i'm still on dial up.i couldn't find kmod-nvidia with command yum install kmod-nvidia [although i had rpmfusion free&nonefree but i did not execute the yum update command before that,is this the reason that yum could not find the komd-nvidia?
View 6 Replies
View Related
Jun 20, 2009
Nvidia either works or it doesn't work under Fedora 10 64 bit OS. I have re-installed Fedora 10 64 bit and Fedora 11 64 bit 10 times each and it's getting real old. I keep erasing my system because Nvidia doesn't want to work. Leighs post does no good on this issue and neither does anyone else's or else it would work.
View 2 Replies
View Related
Jul 9, 2009
I have not had this problem on this machine since the days of fedora 1. The problem is that there is not kmod-nvidia driver for the current kernel in the rpmfusion repo, nor akmod can build one at boot up. Looking at the log files, akmods spits this error message:
Quote:
09 Jul 14:54:26 akmodsbuild: + make -j2 SYSSRC=/usr/src/kernels/2.6.29.5-191.fc11.i586 module
09 Jul 14:54:26 akmodsbuild:
09 Jul 14:54:26 akmodsbuild: The C compiler 'cc' does not appear to be able to
09 Jul 14:54:26 akmodsbuild: create executables. Please make sure you have
[Code].....
View 5 Replies
View Related
Jun 11, 2011
Got F15 installed on on old P4 box. Its got a Geforce4 MX4000 card. Rpmfusion has info on the driver (akmod-nvidia-96xx) but I can't find it on the repos.
View 5 Replies
View Related
Sep 1, 2010
Fedora (2.6.34.6-47.fc13.x86_64) I installed that update, during the installation process it said that it had to remove three packages, one of them was kmod nvidia for the old kernel (Fedora (2.6.33.8-149.fc13.x86_64))After the update finished installing the new kernel, I restarted the system and Nvidia did not load. (I assume because Update manager removed the old nvidia? But I also assumed that a new version would be installed automatically?)I received the following Boot messages:
Code:
Entering non-interactive startup
Starting monitoring for VG vg_user1: 3 logical volume(s) in volume group "vg_user1" monitored
[code]....
I'm confused, if Update Manager removed kmod nvidia, then why does yum say it is installed? And why doesn't the new kernel update work with that version? Or should I install a driver version for that particular kernel? I've read while searching that I need to install a kmod-nvidia for that particual kernel version and that I should login to my previous kernel until that happens, is that the problem I'm having?
Why don't rpmfusion and fedoraproject release the kmod-nvidia and kernel updates at the same time to avoid problems such as this? Does anyone know how long does it usually take for rpmfusion to release the new kmod-nvidia driver for the latest kernel?
View 5 Replies
View Related
Mar 9, 2011
I work with FC14 and a AXLE nVidia GeForce FX 5500 256 MB Graphic Card AGP 8x 256MB.
Code:
[gastonv@gastonv ~]$ /sbin/lspci -v | grep nVidia
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5500] (rev a1) (prog-if 00 [VGA controller])
[gastonv@gastonv ~]$ uname -a
[Code]....
Can I change something, so I can see on TV the full hight on my monitor screen with the same nvidia drivers installed?
View 10 Replies
View Related
Jul 3, 2010
I have Fedora 11 installed on a system that initially had an ATI 1650 type card. I recently replaced it with a GeForce GT 220. I don't believe there was ever an xorg.conf generated or used with the ATI card. Initially, when I replaced cards and rebooted, I was able to start up KDE or GNOME but with only 2 very low resolutions available(the highest being 800x600). Next I ran Xorg -configure to generate an xorg.conf file. Everything I am seeing in this file seems to make sense. But now, when I startx all I get is a red error box being displayed by the CRT monitor with this message:
Signal Frequency is out of range
FH 30.1 kHz FV 24 Hz
Please Change Signal Timing
The only way I can get my X system back is to go into the xorg.conf file (in the Device Section) and change the driver to vesa. But I still only have 2 very low resolutions available.
View 6 Replies
View Related
Nov 13, 2010
It does this all the time whenever I reboot and I hadn't rebooted my PC in months simply because it's a GOD DAMN pain to figure this crap out. I need a REAL fix.
My computer turns off and boots, it goes directly into Recovery Menu. It refuses to boot normally. I load low graphics mode, it doesn't even let me make changes to the configuration file, OR let me have ONE session in low graphics mode. I've tried reconfiguring xserver, re-installing nvidia drivers, STILL the same effing garbage. It's starting to **** me off. I'm mostly a Linux noob, and I hate trying all these "tips" that don't work to make my stupid display work. I use gnome. Any advice, tips whatever to make this work? If you need something, I'll try my best to get it but I'm on my other computer right now so displaying my configuration files will be a pain. :/ Before I installed vesa, low graphics mode wouldn't work because it said the vesa module didn't exist and it also said no screens.
View 1 Replies
View Related
Apr 30, 2011
on my old fx 5200 nvidia card, I installed the 173 driver and now when I log in to Default Ubuntu desktop with 3d enabled, like my screen will flash on and off like the panel and my awn dock turns white and then returns to desktop and repeats. You can only see the wallpaper and thats it. Useless! My desktop is virtually useless because I can't even use it. Gonna have to reinstall Ubuntu for the 5th time!
View 5 Replies
View Related
Dec 7, 2008
I just installed Fedora 10 on a brand new machine with an on-board nvidia MCP73 ethernet card. Now, when I initially boot up the box after installation, the card comes up and gets a DHCP address just fine. When I go to edit the network settings (change to static) the NIC dies. I don't think I have the proper driver. Does anyone know a) where to get the driver and b) how I can install it?
[code]...
View 3 Replies
View Related
Jun 3, 2011
I have problems with xrandr in a system with Nvidia GeForce 8600GT video card. I want to use xrandr to rotate the screen on the fly.
~:$ xrandr -q
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 175, current 1600 x 1200, maximum 1600 x 1200
default connected 1600x1200+0+0 0mm x 0mm
1600x1200 50.0*
1600x1024 51.0
[Code]....
I tried enable the last option, change values for xinerama and twinview, but nothing works.
View 1 Replies
View Related
Jun 18, 2009
I have a Geforce 9300 GS installed in my machine I am using 64 bit Gnome with a 64 bit system I downloaded this: Now my video won't show any effects and the Nvidia card won't work? This doesn't make any sense. Frustration to the max. I should have stayed with Fedora 10 at least it worked with downloadable drivers.
View 14 Replies
View Related
Mar 12, 2011
I've seen this problem on dozens of different forums but I haven't found anybody with my specific problem or a solution that has worked. I have an nVidia GeForce 8400GS which I just installed in my Debian box and I can't get the HDMI audio to work. Kernel version is 2.6.32-5-amd64, nvidia driver version is 260.19.36, alsa version is 1.0.21. Output of lsmod shows that nvidia module is loaded. Output of aplay -l code...
I feel like I've looked everywhere on the internet for a solution to this and I just can't find one. It seems that everybody is able to see their nVidia audio device using aplay -l and then the solution goes from there.
View 2 Replies
View Related
Oct 21, 2010
I just installed Maverick on my HP tx1000. Jockey offered me two drivers for my NVidia Go 6150. I tried the recommended one--and it seemed to be working. It had a green light next to it in Jockey, Compiz worked, etc. Then I rebooted.
Except it didn't reboot--the disk thrashed for a while, and then I was met with a black screen. I tried recovery mode and got a bash prompt...which crashed when I ran `startx'. Then I tried Failsafe X, which did work. After some experimentation, I realized it was the Nvidia driver at fault, so I tried the not-recommended one, which didn't work, and now I've disabled both of them. But isn't there a proper driver for me to use? IIRC, I was using a restricted one with Lucid, and it was working all right.
Fun fact: The day before I installed Maverick, Windows 7 randomly decided to not boot all the way. It would show the splash screen, and then hang with a black screen too. But it works in Safe Mode. And had been working fine for a while beforehand. There must be demons in my graphics card.
View 3 Replies
View Related
Oct 7, 2009
I have already downloaded and installed the latest version of Adobe Flashplayer...
Quote:
But flash still doesn't work - there is no flash plugin in Firefox plugin list also.
I've tried to close-open Firefox, log out-log in, reboot - nothing.
OS Fedora 11 x64. I don't know, what am I doing wrong?
View 4 Replies
View Related
Jul 7, 2011
I was trying to update the new nvidia drivers since they dont seem to work in the newer kernel, or to try to fix it but now when i run yum update I get a screen like this:
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
kernel-uname-r = 2.6.38.3-18.fc15.i686.PAE is needed by (installed) kmod-nvidia-2.6.38.3-18.fc15.i686.PAE-1:270.41.06-1.fc15.i686
[Code]...
View 4 Replies
View Related
Dec 9, 2009
Typing yum install akmod-wl set everyhting up for me automatically in Fedora 11, but now I get no sign I own a wireless card. I am running Fedora 12 64bit on a Macbook 4,1
View 6 Replies
View Related
Apr 15, 2009
su to root,
init 3
no errors, no nothing acts like it take the command, but nothing happens.
trying to install nvidia drivers which won't run unless all the xwindows are shut down.
View 4 Replies
View Related
Mar 24, 2010
I've been having big problems getting 9.10 to work with a Geforce4 MX-4000 card. I know it is not a hardware problem because I've got a dual boot win xp/9.10 setup and the video card works very well under win xp. The monitor is a Samsung P2250. The issue is that the highest resolution available after installing the recommended nvidia 96 driver is 800x600, the same as that before the driver was installed. This is very frustrating because the monitor requires 1920x1080 I'm not sure whether the driver is at fault or the xorg.conf settings.
Should I try installing the nvidia site drivers? I've checked out several forum threads on xorg.conf settings but I'm really not sure how to go on this. What I need is an entry level guide to setting up xorg.conf. The manual here is not that user friendly.
View 9 Replies
View Related
Jun 22, 2009
On my PC (fresh FC11 i386 instllataion from CDs), dhclient doesn't work. When it tries to get an IP address with dhclient, it gets No DHCPOFFERS reveived and fails. The ethernet of my PC works fine - I can manually set IP address, netmask, gateway etc. to connect to my persoal Linksys router, but if I change to DHCP, it fails as above. So it's not the problem of the ethernet driver of FC11. I suspect that dhclient of FC11 is buggy. (For the record, DHCP works fine on FC10 and Windows XP with my Linksys router.)
View 1 Replies
View Related
Oct 21, 2009
Why my mouse doesn't work in console?
View 2 Replies
View Related
Jan 24, 2011
I have the Fedora 14 64bit Live CD on a 4GB USB Flash drive, via Live-USB-Creator. I have bootcamp installed on my Macbook Pro (5,5) with OSX, Windows 7, and Ubuntu already installed. I plan to install Fedora over the Ubuntu.
1.)So, when refit boots up, I choose the EFI USB (Fedora) and the Fedora screen comes up.
2.) I click any key to dismiss the auto boot
3.) I click "e" to edit the Fedora kernel, then I edit the first option and add the line "nomodeset"
4.) I press enter, and then "b" to boot that line. The screen kind of goes whack and a fair amount of super small (unreadable) text comes up on the screen and then just hangs with the blinking (_)
If I go into Grub via "c", and type in "nomodeset" it gives me an Error 27 Unrecognized command. And I've read online to press TAB to go into grub, but TAB does nothing for me.
View 4 Replies
View Related
Jul 31, 2011
I've installed the Awesome WM using "sudo yum install awesome" (as described here https://awesome.naquadah.org/wiki/Awesome-3-fedora ). I can also log into awesome, but nothing works! I can open the menu on the top left of the screen, but when I click on e.g. "Open Terminal", nothing happens. Same thing for all other menu options except "Shut down" which logs me out of Awesome. I've also tried the terminal shortcut, but nothing works.
Has anyone an idea how to make it work?
View 4 Replies
View Related
Aug 10, 2011
So I've been trying to install to an iSCSI target for the past two weeks and while the installation finishes, booting doesn't work. I get dropped to a shell after boot installation. I have seen some bugs on red hat bugzilla 705213, but don't know how to resolve it. I'm new to Fedora but really want to embrace the distro
View 2 Replies
View Related
May 20, 2011
i have an asus 1201n, with nvidia proprietary driver, ubuntu 10.10.i have tried to install plymouth-manager, tried to change the theme.i have tried to change screen resolution.nothing works.i really want to change the default theme to the space-sunrise.
View 6 Replies
View Related
Aug 17, 2011
I burned Fedora onto a disk, but when I turn on the system it just goes straight to the Windows XP login.
I thought it was something wrong with the disk or something like that, but when I pop in the disk on my Dad's laptop, the installation for Fedora runs perfectly.
Also, yes, I checked the order for booting and the CD drive comes before the hard drive.
View 9 Replies
View Related
Jul 4, 2009
I tried to upgrade to Leonidas from Cambridge, but didn't have enough space on the partition /, so I soft linked /var/cache/yum (or whatever) to a larger partition, but now the upgrade does not find the subdirectory called preupdate (it's there in the linked dir, checked). Is there any more sofisticated way around than changing parition sizes and copying and stuff?
View 4 Replies
View Related