LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-04-2006, 02:57 AM   #1
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
Strange thing at Kernel 2170_FC5smp bootup


Hi guys,

Recently i updated my kernel to 2.6.16-1.2170_FC5smp and its nvidia drivers. During bootup, after it checks for the 'udev' etc entries, it shows some msg like background readahead and goes into 'naked X mode'(like the screen goes blank and a 'X' for the mouse pointer is displayed at the center). I've to hit Ctrl+Alt+Backspace to quit that screen and the booting resumes normally and im on the desktop.

Is it coz i added a few resolution entries in xorg.conf ??
Here is it
Code:
# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
	ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "record"
	Load  "freetype"
	Load  "type1"
	Load  "glx"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds"		"1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option	"XkbOptions"	"ctrl:swapcaps"
# Or if you just want both to be control, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
#
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Samsung SyncMaster 997DF/927DF/997MB/927MB/927DFI/927MBI"
	DisplaySize  350	260
 ### Comment all HorizSync and VertSync values to use DDC:
	HorizSync    30.0 - 96.0
	VertRefresh  50.0 - 160.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
	VendorName  "Videocard vendor"
	BoardName   "nVidia Corporation NV36 [GeForce FX 5700LE]"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1024x768" "800x600"
	EndSubSection
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection
I added "1024x768" into 16 depth and "1024x768" "800x600" into 24 depth sections.
Code:
Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1024x768" "800x600"
	EndSubSection
EndSection
I don't think this is the problem. Can it be a hardware problem? My specs are in my signature.

Anybody had such issues??

Thanks
 
Old 05-04-2006, 03:22 AM   #2
Togni
LQ Newbie
 
Registered: Apr 2006
Posts: 2

Rep: Reputation: 0
The same thing is happening to me, on my desktop and on my laptop, two totally different machines and i never modified xorg.conf .
Strange.....looks like a bug or something new.
 
Old 05-04-2006, 09:22 AM   #3
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Rep: Reputation: 30
For the record I have the same problem. My xorg.conf is modified to make use of dual monitors. If I change the default runlevel from 5 to 3, then simply use startx once I've logged in, everything works fine. I did leave the computer on overnight when it appeared to be locked with a blank screen and the x cursor and by morning I did have the login screen; not sure how long that took though ( < 8 hours). Also, I'm not running the smp kernel, just the normal, default one.

I wouldn't be surprised if there was a new kernel available in the next day or two.
 
Old 05-04-2006, 10:54 AM   #4
roskoo
LQ Newbie
 
Registered: Apr 2002
Distribution: redhat7.2
Posts: 16

Rep: Reputation: 0
exactly same issue 'shrikant.odugoudar'

same issue, so I needed to downgrade from the last kernel
 
Old 05-04-2006, 11:04 AM   #5
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Rep: Reputation: 30
Always a good idea to boot into the new kernel and test it out before removing the old.
 
Old 05-05-2006, 12:07 AM   #6
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562

Original Poster
Blog Entries: 3

Rep: Reputation: 68
Guys,

Just a thought crossed my mind. Until now we were thinking it might be some kinda bug or error or something similar. What if for some testing/development purpose, it has been deliberately put in there. Let me explain, we normally hit Ctrl+Alt+Bkspc to exit that 'naked X' screen, in other words KILL IT. But upon normal 'killing' of any program in linux gives out error/debugging messages. But rather here, you get a very satisfactory 'Background Readahead [OK]' message right after exiting the screen. Not sure but i feel these 2 are connected. Maybe this is some sort of initialization process albeit in initial stages of development (requiring us 2 'kill it' lol).

Like i said -- Just a thought
 
Old 05-05-2006, 08:52 AM   #7
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Rep: Reputation: 30
If I understand you correctly, then that could be very probable; new features are introduced all the time that don't get as smoothly as developers would have liked them to.
 
Old 05-05-2006, 05:15 PM   #8
Master of Reality
LQ Newbie
 
Registered: Sep 2005
Distribution: Gentoo
Posts: 26
Blog Entries: 1

Rep: Reputation: 15
I would think turning off the splashscreen would also fix this? (not that I know how to do that)
 
Old 05-06-2006, 12:03 AM   #9
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
2107 was very broken. Remove it if you have it installed. It was already removed from Fedora updates a few days ago. Now 2111 is out that should fix the problems.
 
Old 05-06-2006, 01:43 AM   #10
Togni
LQ Newbie
 
Registered: Apr 2006
Posts: 2

Rep: Reputation: 0
I have installed kernel 2111 but it's even worse, it simply hangs and if i try to use 2107 i get a login screen and i have to manually do a "startx".
 
Old 05-06-2006, 03:49 PM   #11
noxious
Member
 
Registered: May 2004
Location: Ohio, USA
Distribution: LinuxMint Gloria, Ubuntu 9.10
Posts: 299

Rep: Reputation: 30
2111 works great. 2107 wouldn't boot. Good work!
 
Old 05-07-2006, 11:36 PM   #12
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562

Original Poster
Blog Entries: 3

Rep: Reputation: 68
Quote:
Originally Posted by noxious
2111 works great. 2107 wouldn't boot. Good work!
AMEN!! (i aint a christian though )

All the problems of 2107 has vanished, 2111 rocks!!
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
strange thing with nfs egag Slackware 13 07-13-2005 01:03 PM
a strange thing wizard7423 Slackware 3 03-17-2005 09:08 AM
bootup logo screen thing Kebos Slackware 3 02-04-2004 07:39 AM
Cool Linux Graphical bootup screen thing d_t_baker Linux - General 2 12-13-2003 08:16 PM
strange thing cristi1979 Linux - Security 4 07-11-2003 12:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 03:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration