Results 1 to 6 of 6

Thread: start xubuntu in VGA mode

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Beans
    4

    start xubuntu in VGA mode

    Hi Guys
    I just installed Xubuntu 12.04 on my new machine a ThinkPad a22p 12 years old (or maybe more) with a 16bits 800x600 screen.
    I see the video "duplicated". I managed to solve the problem with the life version running on a CD by using the argument VGA=788, but in the installed version I do not manage to get solved.
    This is what I done with no success:
    Edit the boot parameters in /etc/default/grub
    uncomment GRUB_GFXMODE=800x600
    I also added a line VGA=788

    I edited the grub command at boot adding vga=788

    no results

    thanks for help!

    Lino

  2. #2
    Join Date
    Apr 2012
    Beans
    7,256

    Re: start xubuntu in VGA mode

    did you remember to run update-grub after? otherwise the changes to /etc/default/grub don't actually get written to the grub config

    Code:
    sudo update-grub

  3. #3
    Join Date
    Jul 2012
    Beans
    4

    Re: start xubuntu in VGA mode

    Hi Steeldriver,

    thanks for thi hint I did forgot to do it but it does not solve the proble. I see correctly the sceen until the first splash screen, than is duplicated... grrr

    Lino

  4. #4
    Join Date
    Jul 2012
    Beans
    4

    Re: start xubuntu in VGA mode

    Hi guys, at the end it was pretty easy, I just had to ad a xorg.conf file like this one
    Section "Device"
    Identifier "Configured Video Device"
    Driver "vesa"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1024x768"
    EndSubSection
    EndSection
    I tried with vesa driver, nobody can suggest me a better driver for a ATI Mobility M3 (16 MB)?

    Thanks

    Lino

  5. #5
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: start xubuntu in VGA mode

    That chip is no longer supported by the proprietary driver, so continue to use the default driver.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  6. #6
    Join Date
    Jul 2012
    Beans
    4

    Re: start xubuntu in VGA mode

    Thanks

    L.

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
  •