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

15th November 2008, 04:56 PM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: North-East England
Posts: 131

|
|
|
Nvidia kernel update leaves X inoperable
I'm running F9 on a Geforce FX5900. When I updated to kernel 2.6.27.5-37 and rebooted, I get to a text mode log in screen, then the screen flickers for a few seconds, and X doesn't start. Uninstalling the nvidia drivers solves the problem, but as soon as I reinstall them, the problem recurs. Any advice appreciated.
xorg.conf
__________
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1280x1024"
HorizSync 31.5 - 64.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
__________________
'I have a cunning plan...'
|

15th November 2008, 05:00 PM
|
 |
Registered User
|
|
Join Date: Oct 2008
Posts: 16

|
|
|
After every kernel update, you need to re-install the Nvidia drivers. After that, problem solved (for me)
|

15th November 2008, 05:10 PM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: North-East England
Posts: 131

|
|
|
Yes, but reinstalling the drivers (the appropriate version for the new kernel) breaks X again
__________________
'I have a cunning plan...'
|

16th November 2008, 01:04 AM
|
 |
Registered User
|
|
Join Date: Oct 2008
Posts: 16

|
|
|
1. Make sure you have the nvidia module loaded (modprobe nvidia).
2. Make sure X uses the correct driver, you should replace the "nv" driver with "nvidia".
Good luck
|

17th November 2008, 09:22 AM
|
|
Registered User
|
|
Join Date: Sep 2008
Location: Melbourne, Australia
Age: 29
Posts: 22

|
|
|
May be try installing nvidia drivers manually from nvidia website. After updating nvidia drivers, enable akmods and it should take care of rest.
__________________
- Bhupesh
Fedora 10 (Cambridge) on Acer Aspire 5610
Intel Centrino 1.6 GHz, 3GB, Nvidia GeForce GO 7300, 250 GB, Logitech Orbicam
Fedota 9 Sulphur in External HDD 120GB
http://www.oceansgem.com
|

17th November 2008, 11:04 AM
|
 |
Registered User
|
|
Join Date: Jul 2008
Location: IL
Age: 27
Posts: 142

|
|
|
I had this problem yesterday with my old kernel.I updated my kernel to 2.6.27.5-37.fc9.i686.And then just installed kmod-nvidia.My problem is solved.
|

22nd November 2008, 09:08 PM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: North-East England
Posts: 131

|
|
|
For the record, the problem was caused by a custom udev rule for the nvidia /dev node. Removing it solved the problem.
__________________
'I have a cunning plan...'
|

23rd November 2008, 10:06 PM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 5

|
|
|
i have the same problem with the text mode log in screen, i can only log in with root but only text mode so as a new person to fedora how do i go about this problem?
thanks in advance
|

23rd November 2008, 10:26 PM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
|
What NVidia driver version are you trying to install? The 173.xx flavor is now the latest to support GeForce 5xxx series chipsets....
V
|

23rd November 2008, 10:39 PM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 5

|
|
|
well what i remember i installed 173.??? and when i activated my second screen and set up all seemed well until i shut down my computer and later rebooted. and then text login screen.
fedora 9 Geforce 6800
|

23rd November 2008, 10:46 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Here's a nvidia guide for the new rpmfusion nvidia packages .
http://forums.fedoraforum.org/showthread.php?t=204756
P.S I recommend the akmod nvidia install instructions .
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Last edited by leigh123linux; 23rd November 2008 at 10:54 PM.
|

23rd November 2008, 10:52 PM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 5

|
|
|
so i just do this all text based just like in fedora with a terminal screen?
|

23rd November 2008, 11:22 PM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 5

|
|
ok so i tried to follow in command lines from leigh123 post
rpm -Uvh http://download1.rpmfusion.org/nonfr...ble.noarch.rpm http://download1.rpmfusion.org/free/...ble.noarch.rpm
and it says this:
retrieving http://...............
error: skipping http............... transfer failed - unknown or unexpected error
after reading some other post, other user have the same problem so i looked at when fedora boots and does the system check and its all green "ok" so i don't think their is anything wrong with fedora 9 i think its the nvidia driver that might be preventing me from the kernel
so how to i revert back to the original basic driver
thanks again new fedora user
|

24th November 2008, 03:00 AM
|
|
Registered User
|
|
Join Date: Jan 2008
Location: Marblehead MA USA
Posts: 296

|
|
|
[hanging head and weeping]
I was living merrily in fedora-land. Life was grand. Soon it would be f-10; but I had two kernels with working wifi and nvidia.
Then, I did something stupid. I tried updating to the latest kernel. Now, I have nothing. Except windows Vista, from which this is being entered. Flickering screen? yes that's me (akmod-nvidia notwithstanding). Not only did it not work with the latest, it wiped out what I had spent so many hours getting to work. I had three previous kernels; all were working, none are now.
It's just not fair [sniff, sniff....]
|

24th November 2008, 03:06 AM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
|
I'm sorry, I really don't understand why all the problems with NVidia drivers. If you guys want to try the DKMS-based NVidia driver like FreshRPMs used to offer, I've got nvidia-x11-drv-177.80-1.fc9.i386.rpm laying around which I'll upload for you to try, if you want. No guarantees, no updates.
V
|
| 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: 09:49 (Wednesday, 22-05-2013)
|
|
 |
 |
 |
 |
|
|