this is my xorg.conf file works fine now giving me a resolution of 1280x1024 1024x768 800x600 and 640x480 works fine after a several reboot tried all the method but in the last tried this method https://sites.google.com/site/easylinuxtipsproject/sis so m not assure which method worked but i can say after using system in live usb mode once created a xconfig.org file and then reboot m not assured but if u want try above link method with this xorg file, sorry if u didn't get anything i just want to help u all so enjoy
Code:
Section "Device" Identifier "Configured Video Device"
Driver "sisimedia"
Option "UseTiming1366" "yes"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Bookmarks