вот что выдаёт он при использовании команды "startx"
PHP код:
________________________________________
PHP код:

Model Loder present
Markes:(--)probed , (**) from config file , (==)default setting,
(WW) warning , (EE) error , (NI) not implemented ,(??) unknown.
(==) Log file:"/var/log/Xorg.0.log", Time Thu Jun 28 04:38:54 2007
(==) Using config file :"/etc/X11/xorg.conf"
Parse error on line 48 of section Monitor in file /etc/X11/xorg/conf
"VandorName" is not a valid keyword in this section.
(EE) Problen parsing the config file
(EE) Error parsing the config file
Fatal server error:
no screens found
Please consult The X.Org Foundation support
(сайт компании) ....
Pleas also check the log file at "/var/log/Xorg.0.log" for additional information
X connection to :0.0 broken (explicit kill or server shutdown).
/usr/X11R6/bin/xauth : creating new authority file /root/.Xauthority
/usr/X11R6/bin/xauth : (argv):1: bad display name ":0" in "remove" command
/usr/X11R6/bin/xauth : (argv):1: bad display name ":0" in "remove" command
_________________________________________
лог /ect/X11/xorg.conf
у меня таков...
Код:
PHP код:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "SAM"
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0
#Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "ati"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768"
EndSubSection
EndSection