Thanks Alex adding the modelines worked. I tried Beso's suggestion first without success. I have 2 follow up questions,<br><br>1) What changed in 7.3 that caused this issue?<br>2) How do I generate Mode lines so I can update 1280x1024 and 1024x768 at a higher frequency than the 60hz currently posted in xrandr?<br>
<br>Thanks again for your help..<br><br>Just for completeness Beso's suggestion<br><br>i don't see anything that seems like a monitor props scan. i
neither don't see things that seem odd in your xorg.conf. i'd only
suggest you to add the following to it:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
Section "Modes"<br>  Identifier   "Modes[0]"<br>EndSection</blockquote><div><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">

 </blockquote></div><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">Section "Extensions"<br>  Option        "DAMAGE" "true"<br>

  Option        "RENDER" "true"<br>  Option        "Composite" "Enable"<br>EndSection<br></blockquote><br>the following to the screen section:<div class="Ih2E3d"><br><blockquote>  Device       "** ATI Radeon (generic)               [radeon]"<br>

  Monitor    "IBM P70"
<br></blockquote><br></div>the first options should set up a mode
section, the extensions would enable damage, rendering and compositing
(this would increase your overall xorg experience), while the addons in
the screen section should tell xorg that that screen has the defaults
for the monitor ibm p70 and of the device indicated above. so it should
set the resolution to the first available in the 16bit section of the
screen section (since your screen is set to 16bit by default).<br><font color="#888888">
-- </font><br><br><span class="HcCDpe"><span class="lDACoc"></span></span><br><br><div class="gmail_quote">On Sun, Mar 23, 2008 at 10:46 AM, Alex Deucher <<a href="mailto:alexdeucher@gmail.com">alexdeucher@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Sun, Mar 23, 2008 at 7:55 AM, Greg Treantos <<a href="mailto:gtreanto@gmail.com">gtreanto@gmail.com</a>> wrote:<br>

> I am running a Gentoo system and after upgrading to x11 7.3 now when I issue<br>
> startx, xwindows starts with a screen resolution of 1152x768 54.8hz. Before<br>
> I upgraded the system would start with whatever I had in the display section<br>
> of xorg.conf. Once the system is up I can use xrandr to switch to my<br>
> preferred 1400x1050 @ 74.8hz.  In xorg.conf I don't have 1152x768 set and I<br>
> have tried commenting out HorizSync, VertRefresh, adding  Option "NoDDC"<br>
> "True", Option "UseEDID" "False",  and HorizSync and source: edid (x would<br>
> not start with option) without success. My question is how does xwindows<br>
> pick this resolution, how can I force x to use the resolutions in the<br>
> Display Subsection or startx with 1400x1050.. Thanks<br>
><br>
<br>
</div><div class="Ih2E3d">(II) RADEON(0): Found color CRT connected to primary DAC<br>
<br>
</div>The driver is not able to get an edid from the monitor so it doesn't<br>
know what modes the monitor supports.  At this point the server<br>
attempts to (rather poorly) pick a mode within the sync ranges of your<br>
monitor as specified in your monitor section.  Ajax has attempted to<br>
fix up the mode selection logic in these cases in newer X servers.<br>
For now you have to specify a preferred mode and possibly some<br>
modelines, depending on the referesh rate you want.  See below.<br>
<br>
Alex<br>
<div class="Ih2E3d"><br>
> xorg.conf<br>
><br>
> Section "InputDevice"<br>
><br>
>      Identifier   "Mouse1"<br>
>      Driver   "mouse"<br>
>      Option "Protocol"    "Auto"   # Auto detect<br>
>      Option "Device"      "/dev/input/mice"<br>
>      Option "ZAxisMapping"   "4 5 6 7"<br>
><br>
>  EndSection<br>
><br>
>  Section "Monitor"<br>
><br>
>      Identifier  "IBM P70"<br>
>      HorizSync   29-82<br>
>      VertRefresh 50-120<br>
<br>
</div>Modeline "1400x1050_75.00"  156.00  1400 1504 1648 1896  1050 1053<br>
1057 1099 -hsync +vsync<br>
Modeline "1400x1050_74.80"  155.50  1400 1504 1648 1896  1050 1053<br>
1057 1099 -hsync +vsync<br>
Option "PreferredMode" "1400x1050_74.80"<br>
<div><div></div><div class="Wj3C7c"><br>
><br>
>  EndSection<br>
><br>
>  Section "Device"<br>
>      Identifier  "** ATI Radeon (generic)               [radeon]"<br>
>      Driver      "radeon"<br>
>  EndSection<br>
><br>
>  Section "Screen"<br>
>      Identifier  "Screen 1"<br>
>      Device      "** ATI Radeon (generic)               [radeon]"<br>
>      Monitor     "IBM P70"<br>
>      DefaultDepth 16<br>
><br>
>      Subsection "Display"<br>
>          Depth       8<br>
>          Modes       "1400x1050" "1280x1024" "1024x768"<br>
>          ViewPort    0 0<br>
>          Virtual     1600 1280<br>
>      EndSubsection<br>
>      Subsection "Display"<br>
>          Depth       16<br>
>          Modes       "1400x1050" "1280x1024" "1024x768"<br>
>          ViewPort    0 0<br>
>          Virtual     1600 1280<br>
>      EndSubsection<br>
>      Subsection "Display"<br>
>          Depth       24<br>
>          Modes       "1400x1050" "1280x1024" "1024x768"<br>
>          ViewPort    0 0<br>
>          Virtual     1600 1280<br>
>      EndSubsection<br>
>  EndSection<br>
><br>
>  Section "ServerLayout"<br>
>      Identifier  "Simple Layout"<br>
>      Screen "Screen 1"<br>
>      InputDevice "Mouse1" "CorePointer"<br>
>      InputDevice "Keyboard1" "CoreKeyboard"<br>
><br>
>  EndSection<br>
><br>
>  Section "DRI"<br>
>      Mode 0666<br>
>  EndSection<br>
><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Greg