http://efreedom.com/Question/6-4662/Xorg-Config-File-Ubuntu-1010-Configure
Question : Where is X.org config file in Ubuntu 10.10? How to configure X there?
As Ubuntu 10.10 seems to neither detect my graphics card (Intel 82852/855GM) automatically nor use corresponding Intel driver even after manually installing it, I am looking forward to manually configure X (shouldn't I?) Where an I find configuration files I need to edit?
Answer : The xorg.conf does not exist by default any more. You CAN create one though.
Boot into recovery mode and select Root Shell. Then run:
X -configure
Then:
cp /root/xorg.conf.new /etc/X11/xorg.conf
Reboot and you can edit the new Xorg.conf.
Remember that you should have root permissions to edit xorg.conf as well as running X -configure command. Use sudo X -configure
use sudo vi /etc/X11/xorg.conf and correct the video display settings to 1028 x 764
All commands you can run from a terminal