Bug 113059 - System doesn't start with nVidia driver
Summary: System doesn't start with nVidia driver
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: X11 3rd Party (show other bugs)
Version: Beta 3
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Stefan Dirsch
QA Contact: Stefan Dirsch
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 16:08 UTC by Marcel Hilzinger
Modified: 2005-08-26 09:11 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
nVidia Logfile (99.67 KB, text/x-log)
2005-08-26 07:42 UTC, Marcel Hilzinger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Hilzinger 2005-08-25 16:08:06 UTC
After installing the nVidia driver the graphics system starts with 3D. But 
with the next reboot, X does not start. Error messages on konsole 10: 
 
kdm :0[12346]: IO Error in XOpenDisplay 
X server for display :0 terminated unexpectedly 
Unable to fire up local display :0; disabling 
 
driver 7167: I built the module with the kernel-sources 
driver 7676: precompiled modules 
with driver 7676 init 3 followed by init 5 starts the graphics system, with 
driver 7167 it doesn't.
Comment 1 Stefan Dirsch 2005-08-25 20:28:41 UTC
Please attach results of nvidia-bug-report.sh. 
Comment 2 Marcel Hilzinger 2005-08-26 07:42:14 UTC
Created attachment 47708 [details]
nVidia Logfile

Logfile created, just after the X window system didn't start.
Comment 3 Stefan Dirsch 2005-08-26 08:04:12 UTC
Kernel module cannot be loaded. 
Comment 4 Marcel Hilzinger 2005-08-26 08:10:30 UTC
When starting X fails, /sbin/lsmod | grep nv shows me:  
nvidiafb  0 
i2c_algo_bit 1 nvidiafb  
i2c_core    2 nvidiafb, i2c_algo_bit 
nvidia      0 
agpgart     2 nvidia,intel_agp 
  
Comment 5 Stefan Dirsch 2005-08-26 08:15:41 UTC
Thanks. Cood catch! Add nvidiafb to /etc/hotplug/blacklist. This has already 
been fixed for Beta4. 
Comment 6 Marcel Hilzinger 2005-08-26 08:19:06 UTC
And why does X start with just calling 
init 3 
init 5 
 
Some timing problem? 
Comment 7 Stefan Dirsch 2005-08-26 08:21:45 UTC
Don't know, but please try the blacklist entry first. 
Comment 8 Marcel Hilzinger 2005-08-26 08:43:45 UTC
It works. 
Comment 9 Stefan Dirsch 2005-08-26 09:11:06 UTC
Thanks for testing.