LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-29-2002, 11:03 AM   #1
pilot1
Member
 
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408

Rep: Reputation: 30
software to find Monitor refresh rate?


I need the information about my monitor for xf86config, do you know of any software that can run in windows or a slackware console, to get this?
 
Old 06-29-2002, 11:15 AM   #2
mrGee
Member
 
Registered: Dec 2001
Location: Netherlands
Distribution: redhat suse mandrake freebsd
Posts: 344

Rep: Reputation: 30
i don't think that running a software prog will give
you that info, mostly they say what rates are you using
at the moment the proggie runs. Or it would be a kind
of fronted to a hardware database
You better give your monitor brand and type
feed it to www.google.com or www.google.com/linux
and see what comes out use words like spec etc.
Or pay a visit at the manufacturers site
 
Old 06-29-2002, 11:22 AM   #3
pilot1
Member
 
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408

Original Poster
Rep: Reputation: 30
I've done both. And it hasn't helped.
 
Old 06-29-2002, 11:54 AM   #4
mrGee
Member
 
Registered: Dec 2001
Location: Netherlands
Distribution: redhat suse mandrake freebsd
Posts: 344

Rep: Reputation: 30
some other possible things todo
put the brand/type in your next reply,
maybe someone has the same and knows what to
put in your XF86config.
Does the monitor have an OSD? if yes does it tell
the refresh rate? Then you should try different resolutions
in windows and write them down.
Or do you have the monitor floppy or cd, then
check your inf file edit it and see what resolutions
are used with the freq range.
if it is a common 17 inch, a vert rate of 75 or 85 will
do fine and is most likely not putting it over the edge but then
again i could be so wrong
 
Old 07-01-2002, 07:03 AM   #5
Mik
Senior Member
 
Registered: Dec 2001
Location: The Netherlands
Distribution: Ubuntu
Posts: 1,316

Rep: Reputation: 47
Well if you have simple hardware you can just run the command:
XFree86 -configure

It should create the file ~/XF86Config.new
You can then test the config file with:
XFree86 -xf86config ~/XF86Config.new

If you see a gray screen with a working mouse then it should be working. You can then use this as the configuration file and maybe edit a few things.

If you really want to fine tune your monitor/graphics card then you might want to read the following document which describes it in detail:

http://www.ensta.fr/~perret/Cours/Linux/xfree.txt
 
Old 07-01-2002, 01:49 PM   #6
pilot1
Member
 
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408

Original Poster
Rep: Reputation: 30
OSD? I don't have any disks, or manuals.
I have two, a 1425 and 1525, I believe they are both 15 inch.

Last edited by pilot1; 07-01-2002 at 02:23 PM.
 
Old 07-01-2002, 02:57 PM   #7
mrGee
Member
 
Registered: Dec 2001
Location: Netherlands
Distribution: redhat suse mandrake freebsd
Posts: 344

Rep: Reputation: 30
hmmm didn't know they were a little dated
they are compaqs right ? if yes then check these two links.

http://www.compaq.ca/English/home/cl...uickSpecsE.htm
http://www.compaq.ca/English/home/cl...uickSpecsE.htm

I think 1024x768 at 60 Hz for the 1525 maybe the possible highest to
use but that can be sore to your eyes . You can test it at
a higher rate but may risk some damage it starts sqeeking
at you,then you have overdone; hit ctrl+alt+backspace for X kill
the 1425 seems a 14 inch so 800x600 should be max

found these links using go.com this time
google brought a little to much commercial reselling crap
 
Old 07-04-2002, 10:52 AM   #8
pilot1
Member
 
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408

Original Poster
Rep: Reputation: 30
XFree86 won't work, I get a bash telling me the command doesnt exist.
I found out that 75,72,70,60 and 56 non interlaced will all work for the refresh rate, but I need the horizontal and vertical refresh rates for a 15 inch monitor.
 
Old 07-04-2002, 04:34 PM   #9
mrGee
Member
 
Registered: Dec 2001
Location: Netherlands
Distribution: redhat suse mandrake freebsd
Posts: 344

Rep: Reputation: 30
seems your X server is n't installed
check it do: rpm -qa|grep -i xfree in a console

mine (on a mandrake box ) produces;

XFree86-4.2.0-10mdk
XFree86-75dpi-fonts-4.2.0-10mdk
XFree86-xfs-4.2.0-10mdk
XFree86-server-4.2.0-10mdk
XFree86-libs-4.2.0-10mdk
XFree86-100dpi-fonts-4.2.0-10mdk
XFree-devel-4.2.0-10mdk

for configuring X on redhat use Xconfigurator (be root)
 
Old 07-04-2002, 11:42 PM   #10
tundra
Member
 
Registered: Jun 2002
Location: Koom Valley
Distribution: rh8
Posts: 528

Rep: Reputation: 31
since you're on redhat, use Xconfigurator: i believe somewhere along its interactive menus, it'll give away your monitor refresh rates(can't remember for sure... it's been some time since i touched Xconfigurator) among other things. take the opportunity to take it down if it does. it'll help in the long run.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Find Monitor Refresh Rate philipogletree Linux - Hardware 2 08-09-2005 02:42 PM
Monitor Refresh Rate redmoon Ubuntu 4 06-18-2005 11:40 PM
Monitor refresh rate [?] Slackware 4 02-02-2004 03:38 PM
How do I find the horizontal and vertical refresh rate specs for laptop monitor? jonnyU Linux - Newbie 5 01-24-2004 06:22 PM
Monitor: refresh rate zokik Linux - Hardware 4 12-13-2002 12:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:49 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