On 10/6/05, pirge <[EMAIL PROTECTED]> wrote:
> Add this to your xorg.conf in the Device section for the nv driver:
>
> Option "FlatPanel" True
>
> and remove the Modes lines in the Screen section. It should default to
> the largest res it can find.
> Then double check the HorizSync and VertRefresh you have defined in
> the Monitor section.

Better yet, comment them out.  As printed in your log, it already
detects the panel size as 1600x1200, and it should autodetect suitable
HSync/VSync ranges (and should also detect the sync ranges of any
external monitor you connect, providing it's not a really ancient
model lacking DDC support, although that may require restarting X to
get proper values).

Your 31.5 - 64.3 HorizSync range is artificially limiting your
capabilities; the highest mode that range will support is
[EMAIL PROTECTED]  If for some reason letting it detect the sync ranges
(by removing your explicit entries) fails, raise the upper bound to
75.0, which should support [EMAIL PROTECTED]

Generally it's best to hard-code as few things as possible.  My
general procedure is to run "Xorg -configure" (or "XFree86
-configure"), and then make a few changes to the generated file as
necessary.  Much quicker and less painful than going through 20
screens of the xf86config tool.

-Andrew

Reply via email to