I have previously change xorg.conf files to adjust my screen location, but I am stuck with 800x600 or 1024x800 and no other resolutions
lspci | grep vga detects the card but I do not get the resolutions that should be associated with the card.
I have been unable to adjust the video card on my xserver on 12.04. I have tried to boot into recovery mode and run sudo dpkg-reconfigure xserver-xorg, I cannot find the xorg.conf file when I do a sudo find / -name xorg.conf find no files, sudo find / -name xorg* finds directories and files.
Thank you for taking the time to read the question Wayne
sudo updatedb
followed bylocate xorg.conf
; that should show you where it's hiding! :) – ish May 10 '12 at 09:44