You are not logged in.

#1 2007-03-05 15:58:38

Spadearcher
Member
From: Seattle
Registered: 2007-03-03
Posts: 20

H. V FREQUENCY OVER RANGE problem

When trying to launch any of my window managers (principally FVWM) through execution of "startx" (in which file they are appropriately "exec" listed), I get a blue screen which states "H. V FREQUENCY OVER RANGE."  This does not happen in any of my other distros also on my hard drive when launching window managers in the same way.  Is there some file in Arch that I need to modify?

Last edited by Spadearcher (2007-03-05 15:59:17)

Offline

#2 2007-03-05 19:17:56

fishonadish
Member
Registered: 2006-11-04
Posts: 125

Re: H. V FREQUENCY OVER RANGE problem

You need to set the horizontal sync and vertical refresh ranges of your monitor in /etc/X11/xorg.conf to the right values (in the 'monitor' section).  A lot of TFT screens don't go as high in refresh rate as some defaults want.

You may also need to add modelines to specify exactly what  resolutions and ranges your monitor supports, e.g.

 # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
        ModeLine "1280x1024" 135.0 1280 1296 1440 1688   1024 1025 1028 1066 +hsync +vsync

If you install the hwd package and run mkxcfg, this will generate a xorg.conf with modelines (I'm pretty sure that's where I got mine...)

Good luck with it.

Offline

#3 2007-03-05 19:45:57

Spadearcher
Member
From: Seattle
Registered: 2007-03-03
Posts: 20

Re: H. V FREQUENCY OVER RANGE problem

Fishonadish:  Thanks for the EXCELLENT guidance.  Having initially attempted to follow-up on other guidance in the forum conerning problems similar to mine, I had attempted to locate my xorg.conf file in /etc/X11 and elsewhere to no avail.  Hence, I decided to post a new, more specific thread.  Your guidance (1) resolved for me where specifically to look for my xorg/conf file (which turned out not to be there -- I apparently didn't have one!), and (2) how to get myself one (through installing hwd and running mkxcfg).  Well, I did that and now my problem has been solved.  I didn't even have to edit my xorg.conf file once it was installed.  The installation alone did the trick.  Again many thanks.  Aren't these forums wonderful!  Regards, Jim

Last edited by Spadearcher (2007-03-05 19:46:59)

Offline

#4 2007-03-05 23:31:30

fishonadish
Member
Registered: 2006-11-04
Posts: 125

Re: H. V FREQUENCY OVER RANGE problem

Your welcome.  I'm glad it worked.

Offline

Board footer

Powered by FluxBB