>>2
ok, i edited the xorg.conf file and insterted 1280x1024 into the 'SubSection "Display"' part. did nothing.
/noob
Name:
Anonymous2006-09-17 22:32
4chan is generally a bad place to ask for help, especially about something like ubuntu, which has great forums full of people who aren't trolls.
Name:
Anonymous2006-09-17 22:46
Certain monitors don't do so well in the auto detect phase. Get out the manual for the monitor and look up the Horizontal Sync and Vertical Refresh values/ranges. Now in your xorg.conf file (mine is at /etc/X11/xorg.conf), you'll need to put those ranges in the Monitor section, and then in the Screen section, add the mode you want (1280x1024). You will need to restart X for changes to take effect (rebooting is easiest).
Name:
Anonymous2006-09-17 22:48
Oh, and it should be said that if you submit your monitor details to the devs (ask in their forums on how to do that), your monitor will be added to the database, making it magically work in the future for you and others.
Name:
Anonymous2006-09-17 22:54
OP here. Just found a guy with a similair problem via google search. All I needed to do was change the Horizontal/Vertical refresh. Thanks.