LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-08-2005, 03:25 AM   #1
Akaman
LQ Newbie
 
Registered: Jan 2005
Posts: 6

Rep: Reputation: 0
Monitor refresh rate problem


I can't change display refresh rate with KDE setting tools. It only gives the option of 61hz for 1024*768 and 73hz for 800*600 resoloution, though my monitor can support at least 75hz for 1024*768.
What should I do? This is a very annoying problem. It bothers my eyes when I try to read something! Any help appreciated.
 
Old 01-08-2005, 04:12 AM   #2
mlsbraves
Member
 
Registered: Feb 2004
Location: Gulfport, MS
Distribution: Slackware 10.1, Gentoo
Posts: 90

Rep: Reputation: 16
Though I have been using slackware(and linux in general) for about 6 months now, consider my advice as comming from a newbie :-) I'm going to assume that you are running slack 10 and thus using xorg. If you open your terminal and type 'xorgconfig' you can configure your display as well as other things(mouse, keyboard, graphic card, etc.). You can also open up /etc/X11/xorg.conf and manually edit your screen settings. If your using anything before slackware 10 I think it uses Xfree86. It you do want to change your xorg.conf though everything should be fine just make a copy for good practices. Hope this helps.
 
Old 01-08-2005, 04:13 AM   #3
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
You need to edit your /etc/X11/xorg.conf file.

Make sure you have the following info on your monitor:
1. H-Scanning Frequency (Horizontal)
2. V-Scanning Frequency (Vertical)
3. Display size -- optional, good to have. Display size is the viewable size.

50 ~ 160 Hz

look for
Code:
Section "Monitor"
#DisplaySize      320   240     # mm
Identifier   "Monitor0"
VendorName   "LG"   
ModelName    "T710SH"  # you know what to do 
DisplaySize  325   243 #replace with your specs
HorizSync    30-71      #replace with your specs
VertRefresh  50-160   #replace with your specs
Option      "DPMS"
EndSection
snipet from man xorg.conf; you will find it useful
Code:
       HorizSync  horizsync-range
              gives the range(s) of horizontal sync frequencies supported by the  monitor.   horizsync-
              range  may  be  a  comma separated list of either discrete values or ranges of values.  A
              range of values is two values separated by a dash.  By default the values are in units of
              kHz.   They  may  be specified in MHz or Hz if MHz or Hz is added to the end of the line.
              The data given here is used by the Xorg server to determine if video modes are within the
              specifications  of  the  monitor.   This information should be available in the monitor's
              handbook.  If this entry is omitted, a default range of 28-33kHz is used.

       VertRefresh  vertrefresh-range
              gives the range(s) of vertical refresh frequencies supported  by  the  monitor.   vertre?
              fresh-range  may be a comma separated list of either discrete values or ranges of values.
              A range of values is two values separated by a dash.  By default the values are in  units
              of  Hz.   They  may  be  specified in MHz or kHz if MHz or kHz is added to the end of the
              line.  The data given here is used by the Xorg server to determine  if  video  modes  are
              within  the  specifications  of the monitor.  This information should be available in the
              monitor's handbook.  If this entry is omitted, a default range of 43-72Hz is used.

       DisplaySize  width height
              This optional entry gives the width and height, in millimetres, of the  picture  area  of
              the  monitor.  If given this is used to calculate the horizontal and vertical pitch (DPI)
              of the screen.
 
Old 01-08-2005, 10:24 AM   #4
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Didn't know that "graphics" is called X Window?
If get any problem with X ALWAYS try:
enter "x", then press <Tab>. Shell will display all commands beginning with the letter "x". I was looking for it for 4 hours first day, cuz I had the same problem. But a few knowledge helped me.
NEVER FORGET ABOUT BIG SHELL HELP - TAB!!!
I found ALSA the same way - just cuz it's almoust the first command
 
Old 01-08-2005, 11:45 AM   #5
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
Quote:
Originally posted by kornerr
Didn't know that "graphics" is called X Window?
If get any problem with X ALWAYS try:
enter "x", then press <Tab>. Shell will display all commands beginning with the letter "x". I was looking for it for 4 hours first day, cuz I had the same problem. But a few knowledge helped me.
NEVER FORGET ABOUT BIG SHELL HELP - TAB!!!
I found ALSA the same way - just cuz it's almoust the first command
Just remember that capitalization counts in Linux!

Another useful way to search for help in the shell is to type "apropos" followed by some word that might steer you in the right direction, such as "apropos sound". Doesn't always turn anything up, but often does. To keep the results readable in case there's lots of them, type it this way:

Code:
apropos sound | less
and it will halt after a screenful, and you can use PGUP and PGDN, arrow keys, etc. to navigate around. To get help with the "less" feature, just type "h" anytime during your viewing, and "q" to go back to what you were looking at.
 
Old 01-08-2005, 12:14 PM   #6
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Thanks!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
resolution or refresh rate problem shuts monitor off as i load linux neotheone Linux - Newbie 3 09-08-2004 11:50 PM
nView problem: second monitor refresh rate tygernoot Linux - Software 0 08-07-2004 06:48 PM
Monitor refresh rate problem yogeshm02 Linux - Hardware 0 07-06-2004 12:44 PM
Monitor refresh rate Aurra Sing Linux - Software 1 04-29-2003 01:55 AM
Monitor: refresh rate zokik Linux - Hardware 4 12-13-2002 12:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:02 PM.

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