Hello,
I tried to change the resolution of screen from 800x640 to 1024x768 but no results

..
I am pasting below the relevant sections of the file /etc/X11/XF86Config .. and the changes (preceded by > ) that I made:
----------------------------------------
.
.
.
# 800x600 @ 100 Hz, 64.02 kHz hsync
Modeline "800x600" 69.65 800 864 928 1088 600 604 610 640 -HSync -VSync
># 1024x768 @ 76Hz, 62.5 kHz hsync
>Modeline "1024x768" 85 1024 1032 1152 1360 768 784 787 823 ->HSync -VSync
.
.
.
Subsection "Display"
Depth 16
> Modes "1024x768" "640x480" "800x600"
ViewPort 0 0
EndSubsection
.
.
.
Section "Screen"
Driver "vga16"
Device "Generic VGA"
Monitor "My Monitor"
Subsection "Display"
> Modes "1024x768" "640x480" "800x600"
ViewPort 0 0
EndSubsection
--------------------------------------
My monitor is AOC Spectrum 7Vlr. It supports upto 1280x1024. The video card: SiS 86C326 (rev 0B). I think the video card is capable of high resolution..
What else do I need to do to get 1024x768 resolution ...
Please help.. Thanks in advance..