http://forum.macbidouille.com/index.php?act=ST&f=20&t=194889
j'ai réussi très facilement à avoir la résolution 1680x1050 dans Ubuntu via Parallels. Ça devrait pouvoir fonctionner aussi avec du 1440x900.
quelques copies d'écran
Il faut biensûr éditer xorg.conf
sudo pico /etc/X11/xorg.conf
Rajouter la résolution "1680x1050" dans la section "Screen" et changer la fréquence de l'écran dans la section "Monitor" HorizSync 30-51 par 30-69 et VertRefresh 50-60 par 50-120.
Après il faut rebooter et c'est tout.
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-69
VertRefresh 50-120
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050" "1280x800" "1024x768" 800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050" "1280x800" "1024x768" 800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050" "1280x800" "1024x768" 800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050" "1280x800" "1024x768" 800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1280x800" "1024x768" 800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x800" "1024x768" 800x600" "640x480"
EndSubSection
EndSection