Results 1 to 8 of 8

Thread: Error at booting

  1. #1
    Join Date
    Jun 2011
    Location
    india
    Beans
    14
    Distro
    Ubuntu 10.04 Lucid Lynx

    Error at booting

    Hi, i install ubuntu 10.04 but d problem is dat sometime when i m booting in ubuntu i get an error at console which is as follow: "[13.246710] [drm:rs400_gart_adjust_size] *error*Forcing to 32M GART size(Because of ASIC bug?) ". Can anybody please tell b d solution for this....

  2. #2
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Error at booting

    are you using an AGP graphic card ?

    As actual kernel directly deals with X, xorg.conf is not needed, so better to remove it:

    sudo rm /etc/X11/xorg.conf

  3. #3
    Join Date
    Jun 2011
    Location
    india
    Beans
    14
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Error at booting

    No i m nt using AGP graphics card and so this cmd is nt working.
    rm: cannot remove `/etc/X11/xorg.conf': No such file or directory
    So sir if you have any solution please let me know.
    Thany you

  4. #4
    Join Date
    Jun 2011
    Location
    india
    Beans
    14
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Error at booting

    No i m nt using AGP graphics card and so this cmd is nt working.
    rm: cannot remove `/etc/X11/xorg.conf': No such file or directory
    So sir if you have any solution please let me know.
    Thany you

  5. #5
    Join Date
    Oct 2010
    Location
    Pikes Peak
    Beans
    1,175
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Error at booting

    I googled this and there is a bug shown in launchpad. New kernels seem to have fixed this but there is also a solution that seems to have worked for many. Do you have an ATI Radeon video card? If so, try this.
    in /etc/default/grub

    add radeon.modeset=0 to GRUB_CMDLINE_LINUX_DEFAULT

    then sudo update-grub2
    If you don't have grub2 the method is different a bit so let us know if you have grub legacy in use.
    Jim
    Toshiba Satellite L505-S6946
    Precise, Fedora, Kororaa, Bodhi

  6. #6
    Join Date
    Jun 2011
    Location
    india
    Beans
    14
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Error at booting

    i have ATI Radeon video card and so try the way shown by you but it didnt work..it gives the error message "You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again."
    As me new to linux can you plz tell me the way i can do it..
    Thank you..

  7. #7
    Join Date
    May 2007
    Location
    Nova Scotia, Canada
    Beans
    423
    Distro
    Ubuntu

    Re: Error at booting

    Code:
    "You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again."
    Means you opened the file as a regular user, and thus you don't have the permissions to save the file. Edit the file again, but this time use sudo.

    example:

    Code:
    gksudo gedit /etc/default/grub
    Make the required change, save and close gedit and then type
    Code:
    sudo update-grub2

  8. #8
    Join Date
    Jun 2011
    Location
    india
    Beans
    14
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Error at booting

    Thank you for the solution.The problem has been solved successfully..

Bookmarks

Posting Permissions

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