[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Einstellen der Wiederholrate



Am Mittwoch, 6. April 2005 18:03 schrieb Andreas Brillisauer:
> Hallo,
>
> ich habe einen 19-Zoll-Monitor und arbeite am liebsten mit einer
> 1152x864-Auflösung. Das kann ich mit gnome-display-properties wunderbar
> einstellen. Jedoch wird mir dort bei der Wiederholrate nur 75 Hz
> angeboten. Ich möchte den Monitor aber gerne mit 85 Hz betreiben (wird
> in der Bedienungsanleitung empfohlen).
>
> Habe es aber weder mit xf86cfg noch mit dpkg-reconfigure xserver-xfree86
> geschafft den Monitor bei 1152x864 auf 85 Hz einzustellen.
>
> Wie kann ich das schaffen? Hab ein Sarge vom 19.02.2005 am Laufen.
z.B. mit "1152x864@85" in der Datei /etc/X11/XF86Config-4 unter Section 
"Screen"

Beispiel:
---------------------------------- cut ----------------------------------
Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia"
        Monitor         "Standardbildschirm"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1152x864@85" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1152x864@85" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1152x864@85" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1152x864@85" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1152x864@85" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1152x864@85" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
---------------------------------- cut ----------------------------------

Cheers2,
Renato Gallmetzer.



Reply to: