Results 1 to 3 of 3

Thread: Login Screen too large

  1. #1
    Join Date
    Apr 2008
    Location
    Spokane, WA
    Beans
    115
    Distro
    Ubuntu 8.04 Hardy Heron

    Login Screen too large

    The resolution for my login screen is drastically different than the resolution when I log-in. It's so large that it doesn't fit on the screen. Is there any way to fix it?

  2. #2
    Join Date
    Sep 2006
    Beans
    77
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Login Screen too large

    to fix it do the following:

    1) Make a Backup of your xorg.conf

    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak

    2) Open xorg.conf

    sudo nano /etc/X11/xorg.conf

    3) Locate your Screen Entry

    Section "Screen"

    You will find multiple entries similar to:

    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768"
    EndSubSection

    The First Entry in the "Modes" Line is what GDM will use, so change it to something lower/higher (Please make sure you know that your monitor and Graphic Card BOTH support this Resolution). Save the file.

    Close all running applications, restart GDM (/etc/init.d/gdm restart). Another way is just to log out your ubuntu session and press Ctrl-Alt-Backspace in the login screen. Look if everything went fine.

    If the specified display resolution - "1280x1024" in the case above - differs from the used virtual screen resolution, add a respective line in the Display subsection of xorg.conf:

    Virtual 1280 1024

    If these changes did not help, you can always use:

    sudo cp /etc/X11/xorg.conf.bak /etc/X11/xorg.conf

    to restore your system to the previous state.

  3. #3
    Join Date
    Jan 2008
    Location
    Bentonville AR
    Beans
    Hidden!
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Login Screen too large

    If your problem is resolved, please mark the thread as solved (Thread tools->Mark thread as solved)
    Sayak Banerjee
    KDE Sysadmin | KDE e.V.
    Need help? Contact us.

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
  •