Hi All
I installed F7 using text mode, because when I choose graphical mode, I got a black screen and there was nothing I could do anymore (except for reboot)
However, now thate verything is installed I use to have the exact same problem, after I typed startx, the screen went black (CPU was working for 99%) and the only thing I could do was remotely connect and kill X.
I solved this problem by adding the following to the Device section
Option "DisplayInfo" "FALSE"
Now when I startx i get the following message
~]# startx
xauth: creating new authority file /root/.serverauth.3085
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Fedora Core 7 Red Hat, Inc.
Current Operating System: Linux leppie 2.6.21-1.3194.fc7 #1 SMP Wed May 23 22:35:01 EDT 2007 i686
Build Date: 11 May 2007
Build ID: xorg-x11-server 1.3.0.0-5.fc7
Before reporting problems, check
http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 13 15:17:35 2007
(==) Using config file: "/etc/X11/xorg.conf"
(II) Module already built-in
(II) Module already built-in
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
Synaptics DeviceOff called
FreeFontPath: FPE "unix/:7100" refcount is 2, should be 1; fixing.
~]#
(and then it stopped)
Any suggestions why it didn't start X ?
Thnx
LuCa
ps my graphic card is
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
pps Here is my xorg.conf (generatedby F7):
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "i810"
Option "DisplayInfo" "FALSE"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection