On Sat, Aug 14, 2010 at 05:43:42AM -0400, Felix Miata wrote: > On 2010/08/14 10:51 (GMT+0200) Stefan Dirsch composed: > > > On Sat, Aug 14, 2010 at 01:58:11AM -0400, Felix Miata wrote: > > >> On 2010/08/13 18:03 (GMT-0400) Felix Miata composed: > > >> > Xorg.0.log seems void of clues I can spot to how to escape 800x600. > >> > Using xorg.conf > >> > from 11.2 > >> > http://fm.no-ip.com/Tmp/Linux/Xorg/xorg.conf.0f-1600x1200x120x16bpp-mga113 > >> > produces no apparent difference in result from no xorg.conf at all. > > >> I finally figured out how to modify the above xorg.conf to produce desired > >> results, with no modifications to > >> xinitrd or 50-monitor.conf, and without explicit modelines: > >> http://fm.no-ip.com/Tmp/Linux/Xorg/xorg.conf.06-1600x1200x120x24bpp-mga113 > > > So no longer disabling DRI, removing "PreferredMode" option, switching from > > 16 > > to 24bit color depth, and removing NoRandR option helps? > > I was trying to eliminate things having no impact in any event. Those all had > been kept in the copy from 11.2. > > > Still makes not much sense to me, but ok. > > Section "Monitor" > Identifier "Monitor[0]" > HorizSync 30-107 > EndSection
I guess there's missing a reference here to the monitor section. It's just not being used. > If as you wrote upthread the only problem was inadequate built-in HorizSync, > then AFAICT the above should have been all that's required. But, using it > (with VertRefresh added also) starts at 800x600, which is the maximum > selection in > krandrtray. > http://fm.no-ip.com/Tmp/Linux/Xorg/xorg.0.log-113-mga-kt880-800x600-onlyHsycVref [ 287.673] (II) MGA(0): <default monitor>: Using default hsync range of 31.50-37.90 kHz [ 287.673] (II) MGA(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz So the monitor section isn't used at all, but xorg.conf is being read. [ 286.232] (==) Using config file: "/etc/X11/xorg.conf" > I was able to trim the 11.2 copy a bit further while retaining desired > startup characteristics: > http://fm.no-ip.com/Tmp/Linux/Xorg/xorg.conf.07-1600x1200x120x24bpp-mga113 This time you have a reference from the Screen to the Monitor section. Section "ServerFlags" Option "AllowMouseOpenFail" "on" Option "ZapWarning" "off" EndSection Section "Monitor" HorizSync 30-107 Identifier "Monitor[0]" ModelName "P991" Option "DPMS" VendorName "DELL" VertRefresh 56-60.01 EndSection Section "Screen" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" EndSubSection Identifier "Screen[0]" Monitor "Monitor[0]" EndSection Best regards, Stefan Dirsch Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany ----------------------------------------------------------------- SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) ----------------------------------------------------------------- -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
