You are not logged in.

#1 2008-06-30 22:25:19

Sean-Der
Member
Registered: 2007-09-30
Posts: 88

Diablo II Refresh Rate (Solved)

Whenever I start Diablo II it sets a werid Refresh Rate that causes my Monitor to be unable to display! Is there a way either in the xorg.conf or in Diablo II to specify a Refresh that must never be changed or safe ones that always must be met?

Last edited by Sean-Der (2008-07-02 00:19:11)

Offline

#2 2008-06-30 23:16:45

Statix
Member
From: Hangzhou, China
Registered: 2008-02-16
Posts: 240

Re: Diablo II Refresh Rate (Solved)

All I can think of is running it in a virtual desktop through winecfg, that way it's in windowed mode and uses your desktop resolution/refresh rate. The game should have it's own refresh rate config options.


Madly in love with Arch64, Openbox, DotA, and of course... penguins!
Happy to help if you're not a Help Vampire. Use your wonderful resources like ArchWiki, Google, and our wonderful search page.

Offline

#3 2008-06-30 23:19:07

Sean-Der
Member
Registered: 2007-09-30
Posts: 88

Re: Diablo II Refresh Rate (Solved)

Yea that is what I am doing right now. The only downside is that if you move the pointer to the top of the screen the KDE bar appears and that I have to change the resolution to 800x600 before playing every time

Offline

#4 2008-07-01 15:42:31

Dheart
Member
From: Sofia, Bulgaria
Registered: 2006-10-26
Posts: 956

Re: Diablo II Refresh Rate (Solved)

After the latest update with nvidia graphic's driver I had to add an entry in xorg.conf in order to force the apropriate refresh rate (for any resolution besides 1024x768)

Section "Screen"
    Identifier  "Screen 1"
    Device      "NVIDIa GeForce FX 5200"
    Monitor     "Belinea"
    DefaultDepth 24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "1024x768_75 +0+0; 800x600_75 +0+0; 640x480_75 +0+0"

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection

What you need to add is: (If, of course it's not already there)

    DefaultDepth 24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "1024x768_75 +0+0; 800x600_75 +0+0; 640x480_75 +0+0"

My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...

Offline

#5 2008-07-02 00:18:54

Sean-Der
Member
Registered: 2007-09-30
Posts: 88

Re: Diablo II Refresh Rate (Solved)

Worked Perfectly, thank you very much Dheart!

Offline

Board footer

Powered by FluxBB