Results 1 to 5 of 5

Thread: Login resolution

  1. #1
    Join Date
    Sep 2007
    Beans
    471
    Distro
    Ubuntu 11.04 Natty Narwhal

    Login resolution

    I update from ubuntu 7.10 to ubuntu 8.04 and most seem to work quite fine so far, but there is one thing and that is the resolution of the login screen. The resolution seem to low since the screen wont show the entire view of the login screen, I don't think that there is a problem with the general resolution since both the desktop and the nvidia logo (show up first) are fine. Is it possible to change the resolution on the login screen?


    Not same computer as in sign.

  2. #2
    Join Date
    Aug 2007
    Location
    Malbork, Poland
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Login resolution

    One example how to change first/login X resolution is to edit /etc/X11/xorg.conf

    Just look at screen section:
    Code:
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        SubSection     "Display"
            Depth       24
            Modes      "1280x1024"
        EndSubSection
    EndSection
    and modify it as you wish but first make a backup

  3. #3
    Join Date
    Aug 2007
    Beans
    121

    Re: Login resolution

    Is it just the login screen that is having the resolution issue?

  4. #4
    Join Date
    Aug 2007
    Location
    Malbork, Poland
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Login resolution

    Quote Originally Posted by dokdoom View Post
    Is it just the login screen that is having the resolution issue?
    I use nvidia driver, I changed X configuration file to keep always same resolution.

  5. #5
    Join Date
    Jun 2007
    Location
    Essex ,U.K.
    Beans
    229
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Login resolution

    Quote Originally Posted by SpinningAround View Post
    I update from ubuntu 7.10 to ubuntu 8.04 and most seem to work quite fine so far, but there is one thing and that is the resolution of the login screen. The resolution seem to low since the screen wont show the entire view of the login screen, I don't think that there is a problem with the general resolution since both the desktop and the nvidia logo (show up first) are fine. Is it possible to change the resolution on the login screen?


    Not same computer as in sign.
    You might like to try adding the following.....from terminal

    but first take a backup

    Code:
    cd /boot/grub
    sudo cp menu.lst menu.bak
    then

    Code:
    sudo gedit /boot/grub/menu.lst
    I'm thinking you may need to add the following entry in red (scroll across)


    Code:
    ## ## End Default Options ##
    
    title		Ubuntu 8.04, kernel 2.6.24-16-generic
    root		(hd1,0)
    kernel		/boot/vmlinuz-2.6.24-16-generic root=UUID=1823ba20-6cdc-4476-ad39-763e28593824 ro quiet splash vga=791
    initrd		/boot/initrd.img-2.6.24-16-generic
    quiet
    Last edited by SnakeHips; April 25th, 2008 at 05:20 PM.
    Arch 2.6.28 on X86_64
    Hardy 2.6.24 on X86_64
    AMD Athlon(tm) 64 Processor 3200+
    Maxtor 6L160M0 (SATA) 160G ,NVIDIA G6200

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
  •