LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-11-2004, 05:15 PM   #1
eaglesfan17
Member
 
Registered: Feb 2004
Location: North Carolina
Distribution: Ubuntu Edgy Eft
Posts: 36

Rep: Reputation: 15
How do I set my refresh rate? (Mandrake 10)


I'm a complete newbie to Linux and need to know how to set my resolution, refresh rate, etc....any suggestions?
 
Old 09-11-2004, 05:23 PM   #2
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well i am sure someone will tell you how to do this "graphically" in mandy,
but since i do not use mandrake, nor do i make these changes in a GUI,
i'll show you how to do this command based :
this stuff will be done as a root user, and also since i don't know what MDK10
uses, the file may be called /etc/X11/XF86Config-4 or
/etc/X11/xorg.conf and if you have both, then you will edit the xorg.conf.

so open up the file in any text editor of choice and first look for the
monitor section, which looks similiar (if not the same) as this :
Code:
Section "Monitor"

    Identifier  "My Monitor"

# 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   31.5 - 64.3

#    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-90

EndSection
so as you see above you will make the changes to HorizSync and
VertRefresh to have the values for your monitors frequencys..

the next section will be for your resolution and color depth, and again it
looks similiar (if not the same) as the following :

Code:
Section "Screen"
    Identifier  "Screen 1"
    Device      "** NVIDIA (generic)                   [nv]"
    Monitor     "My Monitor"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
so as you see here DefaultDepth holds the value of 16, meaning
i use 16bit color depth, and since that is the value, it will then look to the
section for 16 bit which is :
Code:
Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
which i taken from above, and as you see "1280x1024" is the first one
listed, in which that is what my resolution will load up as ...

i hope i explained this enough for you
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I set high monitor refresh rate in Mandrake? Dimm0 Linux - Hardware 0 11-03-2004 02:08 PM
refresh rate won't stay set gram_vaz Linux - Hardware 3 06-22-2004 02:56 AM
can't set refresh rate above 60 Hz in fedora! Falafel Linux - Software 2 01-12-2004 04:24 PM
arghhh my eyes... How do you set refresh rate in Mandrake 9.0?? slovin Linux - General 4 09-29-2002 05:37 AM
how do I set the refresh rate settings? tdnik Linux - General 3 01-03-2002 11:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration