[ATrpms-users] Nvidia 9746

Paulo Cavalcanti promac at gmail.com
Sat Feb 24 10:53:40 CET 2007


On 2/24/07, Phill Edwards <philledwards at gmail.com> wrote:
>
> > and add in the section "Screen", Subsection "Display", the resolutions
> you
> > want:
> >
> > Section "Screen"
> >         Identifier "Screen0"
> >         Device     "Videocard0"
> >         Monitor    "Monitor0"
> >         DefaultDepth     24
> >         Option      "AddARGBGLXVisuals" "True"
> >         SubSection "Display"
> >                 Viewport   0 0
> >                 Depth     24
> >                 Modes    "1280x1024" "1024x768" "800x600" "640x480"
> >          EndSubSection
> > EndSection
>
> This is what I've been trying to do, but I'm not getting anywhere with
> it. All I can get is a max of 800x600. Here is an extract from
> Xorg.0.log:
>
> Here are some errors I'm getting in Xorg.0.log:
> ...
> (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
> ...
> (WW) NVIDIA(0): No valid modes for "1366x768_60"; removing.
> (II) NVIDIA(0): Validated modes:
> (II) NVIDIA(0):     "800x600"
> (II) NVIDIA(0):     "640x480"
> (II) NVIDIA(0): Virtual screen size determined to be 800 x 600
> (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute
> DPI
> (WW) NVIDIA(0):     from CRT-0's EDID.
> ...



Weird. What is this monitor?
It is not getting your DPI (dots per inch). I have to fix mine, because
it is detected wrongly:

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName   "nVidia Corporation NV34 [GeForce FX 5200]"
        Option      "NoLogo" "true"
        Option      "UseEdidDpi" "FALSE"
# Detected is wrong: 95 x 96
        Option      "DPI" "96 x 96" <---- this is for a 17" Samsung LCD
EndSection

Check whether you are loading "ddc", in Section "Module". In theory it uses
whatever it gets from the monitor, ignoring anything you supply.

I think you have to find out the modelines for your monitor.
Recently, I read this text. It is for ATI, but the concepts are useful,
anyway.

http://home.att.net/%7ETom.Horsley/easy-linux.html

-- 
Paulo Roma Cavalcanti
LCG - UFRJ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.atrpms.net/pipermail/atrpms-users/attachments/20070224/55b4ed74/attachment-0001.html 


More information about the atrpms-users mailing list