Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
I recently changed displays and booted into failsafe mode and ran sax2 -r. Sax correctly identified my monitor and video card, I saved the configuration and re booted. Got "Out ...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    5

    New display "Out of Range"

    I recently changed displays and booted into failsafe mode and ran sax2 -r. Sax correctly identified my monitor and video card, I saved the configuration and re booted. Got "Out of Range" message.

    Have tried various display resolutions all to no avail.

    Please HELP!!!

    Running Suse 10.1

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Welcome to the forums!

    Check for the correct vertical and horizontal refresh rates in your monitor manual and set them to the correct specifications in your /etc/X11/xorg.conf file, then start X:

    Code:
    su
    nano /etc/X11/xorg.conf
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Feb 2008
    Posts
    5

    nano question

    How do I do that, after I enter nano there is nothing there to edit?

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Be sure you use an uppercase X in the X11 part as in the example above. Commands, folders, and files are case sensitive under Linux.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    have you tried a different display one with a much higher resolution

  6. #6
    Just Joined!
    Join Date
    Feb 2008
    Posts
    5

    Re: Display "Out Of Range"

    My previous monitor was a Viewsonic 17". I don't remember the model number but I ran it at 1280x1024 with no problems.
    The new monitor is a Westinghouse 19" LCM-19W4 which wants to run at 1440x900 with a 60hz refresh rate. The manual doesn't list the refresh rates that it supports but the onscreen status display says H 55.8 Khz and V 59.8 hz when running winblows.
    I have tried setting the rates using nano to no avail, get same message. Have tried selecting a generic lcd with sax with same result even with changing settings.
    My card is a ATI Radeon 9600.
    I have Googled the monitor, card and Linux and only learned people aren't too thrilled with the monitor and it needs a 60hz vertical refresh.
    I just learned that ATI has a new Linux driver - 1/28/2008. I'm going to install that and cross my fingers. Because I suck at command line work I'm going to install another monitor (old crt) and try to install it with the Yast GUI.
    Thanks for the replies, I let you know what happens!

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Out of Range error pops of coz of unsupported Refresh rates only. Have you tried Generic Refresh rates?
    Code:
    HorizSync 30 - 70
    VertRefresh  50 - 100
    Try using vesa driver instead of ati or radeon. It will fix GUI but vesa doesn't support 3D. You can install ATI driver later on.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Just Joined!
    Join Date
    Feb 2008
    Posts
    5

    Still notworking

    I tried the refresh rate change you suggested no change.

    Switched to vesa driver - no change. Changed refresh rates in vesa driver - no change.

  9. #9
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    onscreen status display says H 55.8 Khz and V 59.8 hz when running winblows
    If it runs at that in Windows, it should run fine at that or something close to that under Linux. The 60 Hz sounds about right for the vertical refresh rate on an LCD display.

    Are you sure that your edits are saving properly to the xorg.conf file?
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  10. #10
    Just Joined!
    Join Date
    Dec 2004
    Posts
    20
    Quote Originally Posted by HarryTheLesser View Post
    I recently changed displays and booted into failsafe mode and ran sax2 -r. Sax correctly identified my monitor and video card, I saved the configuration and re booted. Got "Out of Range" message.

    Have tried various display resolutions all to no avail.

    Please HELP!!!

    Running Suse 10.1
    eh, the parser probably left something in the file.
    do a
    Code:
    su
    provide root password.
    Code:
    mv /etc/X11/xorg.conf /etc/X11/xorg.conf-BORKED
    then
    Code:
    ls -l /etc/X11/xorg.conf
    There should not be any xorg.conf file
    Then
    Code:
    touch /etc/X11/xorg.conf
    Then run yast, or sax directly, to configure the card and monitor.
    I rec' testing the display before quitting the SAX configurator.
    ( edit: Personally I do not like SAX so do not use it, ever. But if one needs graphical widgets, it's the way. I mention that because you should know that whatever SAX does, SAX does - not me. )


    Hopefully since the file is empty, SAX can get it right this time. I would say that most likely yes but you might want to
    Code:
    less /etc/X11/xorg.conf
    after it is done and look at what it created just to make sure the H & V sync ranges are within the accepted values.
    My 17" PGS Synergy uses
    Code:
      HorizSync    31.5-67.5 
      VertRefresh  60-75
    Those are ranges the X Server can use. X server will choose the best value within the specified range at the resolution you specified during configuration to do the sync. If out of range shows up there is a problem, most likely, with sync at that res. It could be the driver(software) or hardware incompatibility.

    BTW, errors for X are in /var/log/Xorg.0.log and in the ~/.xsession-errors files. You can look at them to get clues, or sometimes answers, for resolving problems.
    And, the monitor acceptable values for ranges in the xorg.conf file can probably be found by using(as root)
    Code:
    hwinfo --monitor
    EDID values reported by monitors are notoriously wrong, usually inflated, so be wise and do not use something that makes no sense whatsoever.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...