Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
Okay I just did a fresh install of Ubuntu and I am a newbie when it comes to Ubuntu. It installed fine on one desktop, no errors or issues or ...
  1. #1
    Just Joined!
    Join Date
    Sep 2009
    Posts
    39

    Exclamation Monitor Out of Range

    Okay I just did a fresh install of Ubuntu and I am a newbie when it comes to Ubuntu. It installed fine on one desktop, no errors or issues or anything like that, but I am trying to install it on a second desktop and the install went fine, it boots normal, but right before it will load Ubuntu the screen goes black and the monitor says "Out of Range 74.7k 60Hz" and I have no idea how to fix it. Pressing ctrl alt and backspace will take me to the command line, but I don't know what series of commands to enter to fix it. Please Help!

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    xorg.conf is not configured correctly.

    Press Alt+Ctrl+F2 and log in there. Execute this
    Code:
    sudo nano /etc/X11/xorg.conf
    It will open xorg.conf file in nano editor.
    Delete all its contents and paste this :
    Code:
    Section "Monitor"
    	Identifier   "Monitor0"
    	HorizSync    30.0 - 71.0
    	VertRefresh  50.0 - 160.0
    EndSection
    
    Section "Device"
    	Identifier  "Videocard0"
    	Driver      "vesa"
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Videocard0"
    	Monitor    "Monitor0"
    	DefaultDepth     24
    	SubSection "Display"
    		Depth     24
    		Modes    "1280x1024" "1024x768" "800x600" 
    	EndSubSection
    EndSection
    Press Ctrl+X, Y and hit Enter key to save file.
    Execute this to reboot machine
    Code:
    sudo shutdown -r now
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Sep 2009
    Posts
    39
    Okay so I followed those instructions and now it boots into grub and it says

    Starting up ....
    [534.353568] pnp: PnPACPI: METHOD_NAME_CRS failure for PNP0401
    [534.386154] PCI: Failed to allocate mem resource #6 :10000@fa000000 for 0000:01:05.0
    Loading, please wait.....
    kinit: Name_to_dev_t(/dev/hda5) = hda5(3,5)
    kinit: trying to resume from /dev/hda5
    kinit: No resume image, doing normal boot

    Ubuntu 7.10
    ubuntu login:

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Quote Originally Posted by bigpappajohn1984 View Post
    Okay so I followed those instructions and now it boots into grub and it says

    Starting up ....
    [534.353568] pnp: PnPACPI: METHOD_NAME_CRS failure for PNP0401
    [534.386154] PCI: Failed to allocate mem resource #6 :10000@fa000000 for 0000:01:05.0
    Loading, please wait.....
    kinit: Name_to_dev_t(/dev/hda5) = hda5(3,5)
    kinit: trying to resume from /dev/hda5
    kinit: No resume image, doing normal boot

    Ubuntu 7.10
    ubuntu login:
    Okay now!
    I don't think this error is related to the change you made within your xorg.conf file. I think you might have a problem with ACPI, which is Power save and Suspend. This is what I'd try.....disable ACPI and see if the message goes away.
    Code:
    sudo nano /boot/grub/menu.lst
    Add this line to the end of your kernel line, so it looks like this.
    Code:
    kernel /boot/kernel-2.6.30-gentoo-r6 root=/dev/sda1 acpi=off
    Keep in mind, yours won't look exactly like mine but it will be similar, you just want to add the acpi=off to the end of it. If you don't feel safe doing this, then just post your entire /etc/X11/xorg.conf file and we can do it for you.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Just Joined!
    Join Date
    Sep 2009
    Posts
    39
    Title Ubuntu 7.10, kernel 2.6.22-14-generic
    Root (hd0,0)
    kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=4b025ebd-e4f4-4204-8e$
    initrd /boot/initrd.img-2.6.22-14-generic


    title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=4b025ebd-e4f4-4204-8e$
    initrd /boot/initrd.img-2.6.22-14-generic


    title Ubuntu 7.10, memtest86+
    root (hd0,0)
    kernel /boot/memtest86+.bin
    quiet


    I added acpi=off after all of the kernal lines and I am still getting this message

    Starting up......
    [534.386154] PCI: Failed to allocate mem resource #6 :10000@fa000000 for 0000:01:05.0
    Loading, please wait.....
    kinit: Name_to_dev_t(/dev/hda5) = hda5(3,5)
    kinit: trying to resume from /dev/hda5
    kinit: No resume image, doing normal boot

    Ubuntu 7.10
    ubuntu login:

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Did you reboot the machine?
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  7. #7
    Just Joined!
    Join Date
    Sep 2009
    Posts
    39
    yes, i ran the command:

    sudo shutdown -r now

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the output of this
    Code:
    sudo fdisk -l
    Its small L in fdisk -l.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Sep 2009
    Posts
    39
    Results of sudo fdisk -l


    disk /dev/hda: 40.0 GB 40020664320 bytes
    255 heads, 63 sectors/track, 4865 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x000ac6e5

    Device Boot Start End Blocks ID System
    /dev/hda1 * 1 4772 38331058+ 83 Linux
    /dev/hda2 4773 4865 747022+ 5 Extended
    /dev/hda5 4773 4865 746991 82 Linux swap / Solaris

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Edit /boot/grub/menu.lst file again.
    Replace UUID with device name assigned to root partition.
    Code:
    title Ubuntu 7.10, kernel 2.6.22-14-generic
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.22-14-generic root=/dev/hda1  acpi=off
    initrd /boot/initrd.img-2.6.22-14-generic
    Save file and reboot machine.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

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
  •  
...