Ok...I think I found something after I read your log... you may have to do this:
1. Generate a "clean" xorg.conf file. 2. Locate the SubSection "Display" inside the Screen section. Add the following line inside this "Display" subsection: Virtual <width> <height> where <width> is the width of your screen in pixels rounded up to the next multiple of 64 and <height> is the height of your screen in pixels. For example if you are using a 1680x1050 display you would add this line: Virtual 1728 1050 3. Restart X targetting your new Xorg.conf file. I don't have this issue with my Nvidia cards, but I did notice a issue with the ATI card detecting my highest resolution on my monitor (I'm thinking it is an xrandr/Xserver 1.3 bug). ~ Ken Mays This message posted from opensolaris.org