Difference between revisions of "Monitor out of frequency problems"

From Notes_Wiki
(Created page with "=Monitor out of frequency problems= Monitor out of frequency problems are not always due to frequency / unsupported resolution. Some motherboards do not have dedicated graphi...")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Monitor out of frequency problems=
[[Main Page | Home]] > [[Hardware troubleshooting]] > [[Monitor out of frequency problems]]


Monitor out of frequency problems are not always due to frequency / unsupported resolution. Some motherboards do not have dedicated graphics card and hence portion of RAM is used for graphics. In this case BIOS has options for setting buffer memory to 32MB, 64MB, 128MB etc. values. Monitor may get disabled because of insufficient memory. Hence if we increase buffer memory or video buffer in BIOS many display problems can be solved. This is especially true for latest versions of many OS when run on old hardware.
Monitor out of frequency problems are not always due to frequency / unsupported resolution. Some motherboards do not have dedicated graphics card and hence portion of RAM is used for graphics. In this case BIOS has options for setting buffer memory to 32MB, 64MB, 128MB etc. values. Monitor may get disabled because of insufficient memory. Hence if we increase buffer memory or video buffer in BIOS many display problems can be solved. This is especially true for latest versions of many OS when run on old hardware.
Line 8: Line 8:
# First generate '<tt>xorg.conf</tt>' using '<tt>Xorg -configure</tt>'. This is necessary in newer versions of X server where configuration file is not present by default. The configuration file may get created in '<tt>/root</tt>' instead of current folder.
# First generate '<tt>xorg.conf</tt>' using '<tt>Xorg -configure</tt>'. This is necessary in newer versions of X server where configuration file is not present by default. The configuration file may get created in '<tt>/root</tt>' instead of current folder.
# Copy created configuration file to location '<tt>/etc/X11/xorg.conf</tt>'.
# Copy created configuration file to location '<tt>/etc/X11/xorg.conf</tt>'.
# Go to '<tt>section Monitor</tt>' and add values for parameters '<tt>HorizSync</tt>' and '<tt>VertRefresh</tt>'. The proper values can be learned via drivers in other operating systems like Windows for which vendors provide drivers. It can also be searched or net or tried. Usually VertRefresh value of 60.0Hz is good.  
# Go to '<tt>sect<yambe:breadcrumb self="Monitor out of frequency problems">Hardware troubleshooting|Hardware troubleshooting</yambe:breadcrumb>ion Monitor</tt>' and add values for parameters '<tt>HorizSync</tt>' and '<tt>VertRefresh</tt>'. The proper values can be learned via drivers in other operating systems like Windows for which vendors provide drivers. It can also be searched or net or tried. Usually VertRefresh value of 60.0Hz is good.  
# Also go to '<tt>Section "Screen"</tt>' and '<tt>SubSection "Display"</tt>' and set value of modes as "1024x768" or in worse cases even "800x600". If things work you can also try your luck with "1280x1024"
# Also go to '<tt>Section "Screen"</tt>' and '<tt>SubSection "Display"</tt>' and set value of modes as "1024x768" or in worse cases even "800x600". If things work you can also try your luck with "1280x1024"
# You would have to reboot machine everytime to verify if changes are working or not. It is time consuming process to get things right and sometimes no matter how much one tries we do not get display.
# You would have to reboot machine everytime to verify if changes are working or not. It is time consuming process to get things right and sometimes no matter how much one tries we do not get display.
[[Main Page | Home]] > [[Hardware troubleshooting]] > [[Monitor out of frequency problems]]

Latest revision as of 07:14, 18 April 2022

Home > Hardware troubleshooting > Monitor out of frequency problems

Monitor out of frequency problems are not always due to frequency / unsupported resolution. Some motherboards do not have dedicated graphics card and hence portion of RAM is used for graphics. In this case BIOS has options for setting buffer memory to 32MB, 64MB, 128MB etc. values. Monitor may get disabled because of insufficient memory. Hence if we increase buffer memory or video buffer in BIOS many display problems can be solved. This is especially true for latest versions of many OS when run on old hardware.


Configuring X server

To solve frequency problems due to monitor limitations use:

  1. First generate 'xorg.conf' using 'Xorg -configure'. This is necessary in newer versions of X server where configuration file is not present by default. The configuration file may get created in '/root' instead of current folder.
  2. Copy created configuration file to location '/etc/X11/xorg.conf'.
  3. Go to 'sect<yambe:breadcrumb self="Monitor out of frequency problems">Hardware troubleshooting|Hardware troubleshooting</yambe:breadcrumb>ion Monitor' and add values for parameters 'HorizSync' and 'VertRefresh'. The proper values can be learned via drivers in other operating systems like Windows for which vendors provide drivers. It can also be searched or net or tried. Usually VertRefresh value of 60.0Hz is good.
  4. Also go to 'Section "Screen"' and 'SubSection "Display"' and set value of modes as "1024x768" or in worse cases even "800x600". If things work you can also try your luck with "1280x1024"
  5. You would have to reboot machine everytime to verify if changes are working or not. It is time consuming process to get things right and sometimes no matter how much one tries we do not get display.


Home > Hardware troubleshooting > Monitor out of frequency problems