LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Black Screen Problem in Fedora 9 (https://www.linuxquestions.org/questions/linux-newbie-8/black-screen-problem-in-fedora-9-a-691627/)

paragkalra 12-19-2008 12:54 AM

Black Screen Problem in Fedora 9
 
Hi Folks,

I am using Fedora 9 and I had enabled "Desktop Effects". Now when I boot my computer, I get a black screen and no login prompt

xorg.conf file is present in /etc/X11/ directory

I am only able to start the XServer from the INIT 3 Runlevel.

Any help appreciated

Following is my xorg.conf
--------------------------
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"

# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
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 "intel"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1440x900" "1400x1050" "1360x768" "1280x1024" "1280x1024" "1280x960" "1280x960" "1152x864" "1152x864" "1024x768" "1024x768" "832x624" "832x624" "800x600" "800x600" "720x400" "720x400" "640x480" "640x480"
EndSubSection
EndSection
------------------

rylan76 01-05-2009 04:31 AM

If you start from runlevel 3 via startx, can't you switch off desktop effects and then go back to runlevel 5, reboot, and see if it works?

It sounds like the problem you are having does not directly have to do with your X installation (since you say you can use X from a manual start in runlevel 3) but more likely has something to do with KDE / Gnome or the GDM runlevel 5 login manager.


All times are GMT -5. The time now is 01:52 PM.