Is there any way to change the resolution of fedora 6 window to anything larger than 1024 x 768? 1024 x 768 is just too small to work with. I want to change it to 1280 x 960. I have modified the xorg.conf file according to the Parallels User Guide but it didn't work. For some reasons, the best I can get is 1024x768. Any suggestions? I am running build 3150 on an 20" iMac with 2G memory. The fedora VM has 512M with 16M video RAM which should allow max resolution of 2560 x 1600, according to the memory options window. Here is what my xorg.conf looks like. The ModeLine values were generated by gtf 1280 960 60. Is there anything wrong in this file? Thanks for all the helps. Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "Device" Identifier "Videocard0" Driver "vesa" EndSection Section "Monitor" Identifier "iMac20" Option "DPMS" Modeline "1280x960" 102.10 1280 1360 1496 1712 960 961 964 994 -HSync +VSync EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "iMac20" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x960" "800x600" "640x480" EndSubSection EndSection