Stie cineva vreo metoda de schimbat rezolutia prin mijloace putin mai neobisnuite… Mai exact, situatia sta in urmatorul fel: rezolutia este suportata hardware (atat pl video cat si display-ul) dar din diverse motive nu este listata acolo unde trebuie… Am gasit asa ceva… dar nu functioneaza pe 10.4 (exemplu e dat pe 10.3)
http://www.macosxhints.com/article.php?story=20050220090150361
After extensive testing, the only thing that is needed to get 1152x864 back is to add one line to a file named IOGraphicsProperties.plist. This file is located in /System -> Library -> Frameworks -> IOKit.framework -> Version -> A -> Resources/.
Naturally, you have to be logged in as root to get at this file. All the usual stuff applies—make a copy of the file, save it safely somewhere, and edit the original in TextEdit). Near the top of the file, look for the line that reads:
<key>gtf-resolutions</key>
Below this line is a list of resolutions. Add the following line after the one with 1024 in it:<integer>1152</integer>
I have found that it is not necessary to change any of the resolution lists that follow this array. Save the file, quit the editor, and reboot. You should now have 1152x864 as an option in Display preferences. Presumably the aspect ratio is calculated from the 1152, as it was not necessary to change anything else.