You may have misunderstood. The xorgconfig was to get you to see the xorg.conf info that it looks for and provides. You can also do this using xorgcfg which is more graphical. Here is what I was testing. Your 1680x1050 mode didn't match the modeline label like so:
Section "Monitor" Identifier "NEC Monitor" Vendorname "NEC" Modelname "20WGX2" modeline "1280x1024_60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync modeline "1400x1050_60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync ModeLine "1680x1050_75" 146.8 1680 1784 1960 2240 1050 1053 1059 1089 +hsync +vsync modeline "1792x1344_60" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync Gamma 1.0 EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 1792 1344 Modes "1680x1050_75" "1400x1050_60" "1280x1024_60" EndSubSection Your log file shows the EDID modeline info for your 1680x1050 display. Use that info to tweak what I have provided. Your log shows you just had a mismatch in the labeling of modes/modelines. Make sure you are using the ATI driver, not VESA or otherwise. I didn't see the ATI driver being used within your log file. I see the hardware info (which looks like mine?) but not the drivers... ~ Ken Mays This message posted from opensolaris.org