using "intel" or "i810" gave no results.Sorry. But after trying several hours finally i was able to fire GUI. Here is my way,
Code:
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1024x768"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 48.0 - 48.0
VertRefresh 60.0 - 60.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
After I edit the xorg.conf in that way and started
Wow, i'm in GUI and everything working,BUT when i try to shutdown or restart from GUI, system crashes with green screen. Also i couldn't do it using a terminal from GUI. ctrl+alt+backspace or ctrl+alt+F1 also gives no results. Any ideas?