LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-28-2005, 08:06 AM   #1
raadaar
LQ Newbie
 
Registered: Feb 2005
Posts: 8

Rep: Reputation: 0
2 monitors, one in 60Hz


Hi

Im using an almost homemade laptop, with a two monitor configuration on a ATI Radeon Mobility 9700. Im running Suse 9.3 with suse's Fglrx-modules... But the xorg.conf is made by fglrxconfig instead of SAX.

The only problem is that my secondary monitor, an Hansol 920P 19", only shows 60Hz.
It is a "Big Desktop"-configuration, with 1280x1024 on both monitors. The primary monitor is the laptops monitor.

So is there a way to get it to run at 85Hz?

From xorg.conf:
Code:
Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   31.5 - 91.1
    VertRefresh 20 - 60
    Option "DPMS"
...
Section "Monitor"
    Identifier  "Monitor1"
    HorizSync   31.5 - 91.1
    VertRefresh 60 - 85
    Option "DPMS"
 
Old 04-28-2005, 02:46 PM   #2
Chromezero
Member
 
Registered: Nov 2004
Location: Arizona
Distribution: Slackware, RHEL, others
Posts: 470

Rep: Reputation: 40
I may be wrong on this one, but I think the answer to your question is "no, you can't run your secondary monitor at 85hz". Your primary monitor has a max vert refresh of 60hz, which would limit the output of your vid card to 60hz. Since you're using the same vid card for both monitors, the signal going to both monitors will be the same and will therefore be limited to 60hz. There may be a way to independently configure them, but I've never seen it. Sorry for the bad news...
 
Old 04-28-2005, 02:48 PM   #3
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Use a discrete value instead of a range, ie:
Code:
Section "Monitor"
    Identifier  "Monitor1"
    HorizSync   31.5 - 91.1
    VertRefresh 85
    Option "DPMS"
Keep in mind that xorg will give up if the monitor is nor capable of 85hz.

@chromezero: you may very well be right here, but I am reasonably sure that the two monitors can be run at different refresh rates, and even different resolutions.

Last edited by bulliver; 04-28-2005 at 02:50 PM.
 
Old 04-28-2005, 03:14 PM   #4
Chromezero
Member
 
Registered: Nov 2004
Location: Arizona
Distribution: Slackware, RHEL, others
Posts: 470

Rep: Reputation: 40
Now I'm curious about this myself. I would think it would depend on the vid card itself. If the two outputs are just paralleled, then the output to each monitor would be the same. For seperate outputs, would the vid card have to have independent hardware for each output?
 
Old 04-28-2005, 03:34 PM   #5
raadaar
LQ Newbie
 
Registered: Feb 2005
Posts: 8

Original Poster
Rep: Reputation: 0
I know that the card is able to fix it. I had it working in Slackware 10.1. It's also working under windows...

The only difference now is that i run on suse's driver, found on their ftp. I dont think my configuration is different, but im not sure...

Code:
Section "Monitor"
    Identifier  "Monitor1"
    HorizSync   31.5 - 91.1
    VertRefresh 85
    Option "DPMS"
Didn't make any difference.

If i remember this right, I ran fglrxconfig, started KDE, and was then able to change the Hz to 85 through KDE. But it was a while ago... In slackware...

Thanks for your help
 
Old 04-28-2005, 03:48 PM   #6
Chromezero
Member
 
Registered: Nov 2004
Location: Arizona
Distribution: Slackware, RHEL, others
Posts: 470

Rep: Reputation: 40
You might give Sax2 a shot. I'm assuming Sax2 is included with 9.3...
 
Old 04-28-2005, 03:52 PM   #7
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Perhaps if you included mode lines for 60hz and 85hz.

The 'gft' program might help you there:
gft <horizontal> <vertical> <refresh_rate> -x

Also google for the X-timings how-to. It has a formulas to determine the ram needed for a resolution and color depth, as well as the calculation for the minimun clock rate needed at a resolution and refresh rate.

Reading through the logs could indicate if the server tried a higher rate and it failed or if it never tried 85 hz at all.
 
Old 04-29-2005, 06:58 AM   #8
raadaar
LQ Newbie
 
Registered: Feb 2005
Posts: 8

Original Poster
Rep: Reputation: 0
I tried Sax2, no success. It only found one monitor, and there was no chans to add one more.

Then I tried to read the xorgs logfiles. But I'm not sure I read the right one...
In /var/log i found:

XFree86.0.log
XFree86.0.log.old
Xorg.0.0.log
Xorg.0.0.log.old
Xorg.0.log
Xorg.0.log.old
Xorg.99.log
Xorg.99.log.old

I dont know if it tried 85Hz and failed. I can put the log-files and xorg.conf on a server if u want to read them?

Thanks so far
 
  


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
Can't get more than 60Hz (ouch!) mcnuttj Linux - Software 2 06-14-2004 11:31 AM
2 monitors, nvidia, problem with window-size (maximize uses both monitors) meximex Linux - Hardware 1 05-19-2004 04:37 AM
How can I get over 60hz? r3dhatter Linux - General 11 05-16-2004 08:10 AM
1280x1024 @ 60hz?? c_olin3404 Linux - General 3 01-15-2004 12:37 PM
TV's, CRT Monitors, LCD Monitors... refresh rates and other questions MasterC General 13 05-12-2003 04:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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