Xorg not work?

Hello, I installed Xorg.
The steps are as follows.
First
Code:
Xorg –configure
then
Code:
# cd /root
# Xorg –config xorg.conf.new

Then
Code:
# ee /root/xorg.conf.new

Section "Monitor"
       Identifier   "Monitor0"
       VendorName   "Monitor Vendor"
       ModelName    "Monitor Model"
       HorizSync    30-107
       VertRefresh  48-120
       Option       "DPMS"
EndSection
Section "Screen"
       Identifier "Screen0"
       Device     "Card0"
       Monitor    "Monitor0"
       DefaultDepth 24
       SubSection "Display"
               Viewport  0 0
               Depth     24
               Modes     "1024x768"
       EndSubSection
EndSection

and
Code:
cp xorg.conf.new /etc/X11/xorg.conf

and finally run startx but not work, it appears like this

freebsd.jpg


thank in advance
 
Answered here: [thread=4224]Configuring X - read before you ask questions![/thread]
 
Back
Top