Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
where and how to set the refreshrate
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
freshy98
Apprentice
Apprentice


Joined: 11 Jul 2002
Posts: 274
Location: The Netherlands

PostPosted: Tue Aug 27, 2002 3:34 pm    Post subject: where and how to set the refreshrate Reply with quote

I need to set my refreshrate for X11 and KDE lower than 85Hz because of the monitor I'm using right now, but where do I do that?
In the XF86Config file there is nothing about setting the refreshrate for a given resolution.

Can someone help me? I need it at 75Hz.
_________________
Mac Pro single quad 2.8GHz, 6GB RAM, 8800GT. MacBook. Plus way too many SUN/Cobatl/SGI and a lonely Alpha.
Back to top
View user's profile Send private message
BonezTheGoon
Bodhisattva
Bodhisattva


Joined: 14 Jun 2002
Posts: 1408
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

PostPosted: Tue Aug 27, 2002 3:55 pm    Post subject: Reply with quote

You should start out by reading this which pretty much tells you that you will need to make your own video mode settings, but do not despair for you will have this to make your life much much easier when creating your custom video modes!

Hope that helps!

Regards,
BonezTheGoon
Back to top
View user's profile Send private message
freshy98
Apprentice
Apprentice


Joined: 11 Jul 2002
Posts: 274
Location: The Netherlands

PostPosted: Wed Aug 28, 2002 6:16 am    Post subject: Reply with quote

hmm, that's better than the other things I found.
but where to get the dot clock for my video card? (GeForce 2 GTS 32MB)
I tried searching using Google, but found nothing I could use.
Nvidia also doesn't give info on that.
_________________
Mac Pro single quad 2.8GHz, 6GB RAM, 8800GT. MacBook. Plus way too many SUN/Cobatl/SGI and a lonely Alpha.
Back to top
View user's profile Send private message
voidzero
Bodhisattva
Bodhisattva


Joined: 21 Jul 2002
Posts: 265
Location: Grnn

PostPosted: Wed Aug 28, 2002 6:49 am    Post subject: Reply with quote

<off-topic>:
Quote:
AMD XP2200+ / 768MB RAM / MSI K3T Ultra


You might want to change that to MSI KT3 Ultra ;) I've pretty much got the same config, except the cpu: I've got an XP 1900+, and my motherboard's an MSI KT3 Ultra-ARU.
</off-topic>
Back to top
View user's profile Send private message
freshy98
Apprentice
Apprentice


Joined: 11 Jul 2002
Posts: 274
Location: The Netherlands

PostPosted: Wed Aug 28, 2002 8:00 am    Post subject: Reply with quote

ah well, same shit different day.
of in het Nederlands: zelfde schijt andere dag :wink:

will change it. I really thought it was K3T
_________________
Mac Pro single quad 2.8GHz, 6GB RAM, 8800GT. MacBook. Plus way too many SUN/Cobatl/SGI and a lonely Alpha.
Back to top
View user's profile Send private message
freshy98
Apprentice
Apprentice


Joined: 11 Jul 2002
Posts: 274
Location: The Netherlands

PostPosted: Sun Sep 08, 2002 1:45 pm    Post subject: Reply with quote

well, I made some modifications to my XF86Config file but things now don't work at all anymore!
Myabe someone can have a look at my monitor and screen sections displayed below on what I did wrong?

Code:
# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "S701GT"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync  27-96

#    HorizSync   30-64         # multisync
#    HorizSync   31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync   15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-160

    Modeline "1024x768@75" 85.52 1024 1056 1376 1408 768 782 792 807

EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "NVIDIA GeForce"
    Monitor     "S701GT"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        Modeline    "1024x768@75" 85.52 1024 1056 1376 1408 768 782 792 807
        ViewPort    0 0
    EndSubsection
EndSection



as you can see I put the Modelines in the places the site told me too, but something is still wrong? misplaces maybe?
_________________
Mac Pro single quad 2.8GHz, 6GB RAM, 8800GT. MacBook. Plus way too many SUN/Cobatl/SGI and a lonely Alpha.
Back to top
View user's profile Send private message
jthj
Apprentice
Apprentice


Joined: 04 Jun 2002
Posts: 176
Location: The Matrix Has Me....

PostPosted: Sun Sep 08, 2002 6:51 pm    Post subject: Reply with quote

I believe if you set your VertRefresh to 50-75 that should do it.
_________________
01001010 01010100 01001000 01001010
Back to top
View user's profile Send private message
freshy98
Apprentice
Apprentice


Joined: 11 Jul 2002
Posts: 274
Location: The Netherlands

PostPosted: Mon Sep 09, 2002 6:05 am    Post subject: Reply with quote

jthj wrote:
I believe if you set your VertRefresh to 50-75 that should do it.


how odd? I mean, it tell's you to specify what your monitor has and then I have to fill in something different?
well, I will give it a go as soon as I get home tonight.
thnx.
_________________
Mac Pro single quad 2.8GHz, 6GB RAM, 8800GT. MacBook. Plus way too many SUN/Cobatl/SGI and a lonely Alpha.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Mon Sep 09, 2002 1:09 pm    Post subject: Reply with quote

freshy98 wrote:
how odd? I mean, it tell's you to specify what your monitor has and then I have to fill in something different?
My setting is HorizSync 30-96, which works fine for me. I'm guessing the suggestion was 'workaround'.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
freshy98
Apprentice
Apprentice


Joined: 11 Jul 2002
Posts: 274
Location: The Netherlands

PostPosted: Mon Sep 09, 2002 3:32 pm    Post subject: Reply with quote

kanuslupus wrote:
freshy98 wrote:
how odd? I mean, it tell's you to specify what your monitor has and then I have to fill in something different?
My setting is HorizSync 30-96, which works fine for me. I'm guessing the suggestion was 'workaround'.


You're right. It would make a workaround.
sorry
_________________
Mac Pro single quad 2.8GHz, 6GB RAM, 8800GT. MacBook. Plus way too many SUN/Cobatl/SGI and a lonely Alpha.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum