Find the answer to your Linux question:
Results 1 to 2 of 2
I brought my linux box home from college and i planned on using one of the older monitors i had saved. The problem is that whenever i boot up in ...
  1. #1
    Just Joined!
    Join Date
    Feb 2006
    Posts
    23

    Monitor issues

    I brought my linux box home from college and i planned on using one of the older monitors i had saved. The problem is that whenever i boot up in linux, after the text display boot process the monitor goes absolutely crazy when xwindows starts up. So the monitor acts fine through the text and boot process, and it works perfectly when i run windows XP (on the same box). I'm sure that it is just a driver error or something like that but I am not sure how to fix it. If anyone has any ideas on how to fix this problem i would appreciate it.

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    edit your
    Code:
    /etc/X11/XF86Config-4
    or
    Code:
    /etc/X11/xorg.conf
    to make sure the sync rates are correct for your monitor. Here are mine for example
    Code:
    Section "Monitor"
            Identifier      "OEC:0477"
            HorizSync       31-69
            VertRefresh     59-86
            Option          "DPMS"
    EndSection
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

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