Results 1 to 4 of 4

Thread: Lost gfx mode on upgrade to Lucid

  1. #1
    Join Date
    Apr 2009
    Beans
    64
    Distro
    Ubuntu

    Lost gfx mode on upgrade to Lucid

    I upgraded to Lucid and the gfx mode 1280x1024 disappeared. The computer starts in 1024x768. xrandr displays a list of modes which even includes 1360x768, which is clearly wrong for my monitor, but does not display the useful mode 1280x1024.

    To use the computer, basing on the output of "gtf 1280 1024 60" I wrote this script, which I always run on startup:

    Code:
    #!/bin/bash
    xrandr --newmode 1280x1024 108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync
    xrandr --addmode VGA1 1280x1024
    xrandr --output VGA1 --mode 1280x1024
    I have no idea regarding the cause of this error. But more importantly, I'd like to make the changes persistent! How do I do that? I found some advice regarding editing xorg.conf but I won't do that, since my xorg.conf is clearly a dummy file (with lines such as "Monitor: Configured monitor" and so on) and the computer worked perfectly with it on karmic.

  2. #2
    Join Date
    Apr 2009
    Beans
    64
    Distro
    Ubuntu

    Re: Lost gfx mode on upgrade to Lucid

    I'm very sorry for bumping this, but I'm quite upset about having to run this all the time, too...

  3. #3
    Join Date
    Apr 2008
    Beans
    11,707

    Re: Lost gfx mode on upgrade to Lucid

    I prefer this method:

    http://www.linuxreaders.com/2009/11/...10-resolution/

    If you also need to change the login screen this works:

    http://www.ubuntugeek.com/how-change...ng-xrandr.html

    In fact the latter of the two links will change both the login screen and the display, but it won't work with auto-login.

    You can do both without problems.

  4. #4
    Join Date
    Apr 2009
    Beans
    64
    Distro
    Ubuntu

    Re: Lost gfx mode on upgrade to Lucid

    Thank you very much, this worked. I did both those things, and I still had to set the resolution manually after restart, but the setting got saved and seems to be "permanent", if that's ever a good word in such contexts Thanks again!

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
  •