Results 1 to 3 of 3

Thread: cli mode screen resolution problem

  1. #1
    Join Date
    Jun 2006
    Beans
    36

    cli mode screen resolution problem

    Upon upgrading to 10.04 server, I've discovered an interesting feature. It ups the resolution sky high, making the text extremely tiny and painful to read.

    I've tried to lower the resolution by changing grub gfxmode800x600 in /etc/default/grub.cfg. then doing update-grub. then rebooting but it's not working.

    any help?
    Last edited by mchlor; June 21st, 2010 at 07:36 AM.

  2. #2
    Join Date
    Jun 2010
    Location
    Sevastopol, Ukraine
    Beans
    25
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: cli mode screen resolution problem

    hwinfo --framebuffer | grep 'Mode 0x'

    Then add 'vga=hexadecimal_mode_number' (say, vga=0x0322) to the kernel command line and see if it helps.

  3. #3
    Join Date
    Jun 2010
    Location
    Sevastopol, Ukraine
    Beans
    25
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: cli mode screen resolution problem

    Or you can try adding vga=ask to the kernel's command line to see all available VESA modes.

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
  •