Results 1 to 10 of 10
My boot screen has not liked me for a couple days now. What I mean by this is that when loading FC6, the boot screen that I put in my ...
- 11-03-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 31
My boot screen wont Show up?! :)
My boot screen has not liked me for a couple days now. What I mean by this is that when loading FC6, the boot screen that I put in my username/PW does not show up...BUT, I can still put in the username and password, blindly. Any reasons why this might have happened, things I can do to fix it?
Thanks
- 11-03-2006 #2
Check your kdm or gdm themes and settings
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 11-03-2006 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 31
how exactly do I do that?
- 11-03-2006 #4
For gdm:
su
gdmsetup
For kdm:
Look in KDE control centerPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 11-03-2006 #5Just Joined!
- Join Date
- Oct 2006
- Posts
- 31
ok, I did check out my settings and I re-selected the boot screen and logged off, but still no boot screen . I did recently make changes to the x11 conf., but erased all the changes I made after. Would that have done anything? Thanks for your help so far
- 11-04-2006 #6
what did you change in xorg.conf file?
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-04-2006 #7Just Joined!
- Join Date
- Oct 2006
- Posts
- 31
well I did add this:
Section "Module"
Load "glx"
Load "dri"
Load "extmod"
EndSection
and
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "UseEDID" "FALSE"
Option "AddARGBGLXVisuals" "TRUE"
EndSection
Erased that and this is what my xorg.conf looks like now:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Anything stand out as odd to anyone? Should I add something to fix my problem?
- 11-04-2006 #8where is Modes ( resolutions ) Line?Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Code:Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-04-2006 #9Just Joined!
- Join Date
- Oct 2006
- Posts
- 31
Aha, that fixed it alright, thanks so much for the help!!
- 11-04-2006 #10
you are Welcome cfairchild !! i am glad it worked !

casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
