You are not logged in.

#1 2009-06-27 17:51:30

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

[SOLVED] Forcing manual refresh rate?

How do I set the refresh rate manually and force X.org 1.6.x to keep it that way? Every time I turn off my computer and turn it back on, the refresh rate defaults to 75.0 Hz, which makes part of the screen sink into the monitor (a tiny bit, but still annoying). 59.9 Hz is a fine refresh rate for the monitor.

I am using KDEMod 4.2.4, X.org 1.6.1.901, and a Diamond Stealth Sxx video card (don't know exact model #).

Last edited by ShadowKyogre (2009-07-02 21:52:35)


For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page

Offline

#2 2009-06-27 17:53:33

arkham
Member
From: Stockholm
Registered: 2008-10-26
Posts: 516
Website

Re: [SOLVED] Forcing manual refresh rate?

From my xorg.conf

Section "Monitor"
    Identifier          "Monitor0"
    VendorName          "Monitor Vendor"
    ModelName           "Monitor Model"
    HorizSync           28 - 51
    VertRefresh         43 - 60
EndSection

You should find the ones related to your monitor in your manual.

Last edited by arkham (2009-06-27 17:54:21)


"I'm Winston Wolfe. I solve problems."

~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~

Offline

#3 2009-06-27 18:07:25

RobertoVanto
Member
From: Chiampo(VI) - Italy
Registered: 2008-09-04
Posts: 32
Website

Re: [SOLVED] Forcing manual refresh rate?

III.5. Forcing a preferred mode

http://wiki.debian.org/XStrikeForce/HowToRandR12


Love, and do what thou wilt  - St. Augustine of Hippo

Offline

#4 2009-06-27 23:14:19

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

Re: [SOLVED] Forcing manual refresh rate?

Xorg conf now:

Section "Monitor"
    Identifier "Monitor0"
        Option "DPMS" "true"
#    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
#    VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
    VertRefresh  50.0 - 60.0 # Extreme conservative. Will flicker. TFT default.
EndSection

If I put the vendor and model, the monitor section would be this:

Section "Monitor"
    Identifier "Monitor0"
    VendorName          "Acerr"
    ModelName           "X191W"
        Option "DPMS" "true"
#    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
#    VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
    VertRefresh  50.0 - 60.0 # Extreme conservative. Will flicker. TFT default.
EndSection

The screen displays fine now, it's just that KDEMod keeps thinking the refresh rate is  75 for some reason.

Last edited by ShadowKyogre (2009-06-27 23:14:56)


For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page

Offline

#5 2009-06-27 23:17:30

arkham
Member
From: Stockholm
Registered: 2008-10-26
Posts: 516
Website

Re: [SOLVED] Forcing manual refresh rate?

If it bothers you, you can always try the modeline approach.


"I'm Winston Wolfe. I solve problems."

~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~

Offline

#6 2009-07-02 21:52:16

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

Re: [SOLVED] Forcing manual refresh rate?

Ah okay. Thanks for the help.


For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page

Offline

#7 2009-07-02 23:40:06

vi3dr0
Member
From: Poland
Registered: 2009-03-22
Posts: 208

Re: [SOLVED] Forcing manual refresh rate?

Bump!

Is there a way to switch refresh rate between 60 Hz (ac power) and 40 Hz (when on battery) smoothly? Lenovo software does it on Windoze to save battery, so I'd like to try it.


Thinkpad T61p : T7700 | 4GB RAM | nVidia FX 570M | Intel 4965
Arch64 @ Openbox

Offline

Board footer

Powered by FluxBB