Results 1 to 6 of 6

Thread: Console graphics mode in 10.04 with ATi Rage XL

  1. #1
    Join Date
    Dec 2005
    Beans
    136

    Console graphics mode in 10.04 with ATi Rage XL

    I recently upgraded a system running Ubuntu Server 8.04 to 10.04. Previously, this system was set up to use 1024x768 resolution on the framebuffer, with a vga=0x318 parameter. However, after the upgrade, all I got was an "Out of range" error on my monitor. I tried several other modes, but none worked except the default resolution. I couldn't find any information on using grub 1 with lucid, so I upgraded to grub2, which went smoothly, but now it won't go into any higher resolutions when I set them in /etc/default/grub and run update-grub2. I ran vbeinfo at the grub console, and it shows that the card supports everything up to 1280x1024 32-bit color, and it used to work before the upgrade. What happened? How can I fix it?

  2. #2
    Join Date
    Aug 2008
    Location
    Victoria, BC Canada
    Beans
    1,741

    Re: Console graphics mode in 10.04 with ATi Rage XL

    Try over in the desktop crowd, we use no GUI over here.


  3. #3
    Join Date
    Dec 2005
    Beans
    136

    Re: Console graphics mode in 10.04 with ATi Rage XL

    I'm not using a GUI, this is not X. It is the console framebuffer.

  4. #4
    Join Date
    Dec 2005
    Beans
    136

    Re: Console graphics mode in 10.04 with ATi Rage XL

    I got it working with some help from the IRC channel. Here's what I had to do:

    In /etc/initramfs-tools/modules add
    Code:
    radeonfb
    In /etc/grub.d/00_header add
    Code:
    set gfxpayload=keep
    just below
    Code:
    set gfxmode=${GRUB_GFXMODE}
    In /etc/default/grub , set
    Code:
    GRUB_GFXMODE=1024x768x24
    Run
    Code:
    sudo update-initramfs -u && sudo update-grub && sudo reboot

  5. #5
    Join Date
    Oct 2006
    Location
    United States
    Beans
    625
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Console graphics mode in 10.04 with ATi Rage XL

    works for me too
    ^MEDUZA^

  6. #6
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Console graphics mode in 10.04 with ATi Rage XL

    This is a 2 year old thread, and as such needs to be closed. Thread Closed.

Tags for this Thread

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
  •