Results 1 to 7 of 7

Thread: Laptop Resoultion on Login Screen

  1. #1
    Join Date
    Apr 2008
    Beans
    186

    Unhappy Laptop Resoultion on Login Screen

    Hello I have installed ubuntu 8.04.1 on my laptop. I have changed the resoultion to the laptops native resoultion (1400x1050 -- Laptop is Compaq Evo N800v). When i am logged on the resolution is fine but when it is on the login screen the resolution is wrong it it looks quite strange. How would I solve this so the login screen resolution was also 1400x1050?


    Thanks

  2. #2
    Join Date
    Aug 2008
    Beans
    54

    Re: Laptop Resoultion on Login Screen

    Define quite strange..... If possible please post a screenshot

  3. #3
    Join Date
    Aug 2008
    Beans
    188
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Laptop Resoultion on Login Screen

    It's a common problem. http://ubuntuforums.org/showthread.php?t=891938
    Editing the xorg.conf usually solves the problem (but not in that case).

  4. #4
    Join Date
    Apr 2008
    Beans
    186

    Re: Laptop Resoultion on Login Screen

    I have already tried editing xorg.conf but still no luck

  5. #5
    Join Date
    Jan 2007
    Location
    ~/SC/USA
    Beans
    1,969
    Distro
    Ubuntu

    Re: Laptop Resoultion on Login Screen

    You have to have a "virtual" setting within your "xorg.conf" file such as I have here:
    Code:
    Section "Screen"
        Identifier     "Default Screen"
        Device         "nVidia Corporation NVIDIA Default Card"
        Monitor        "Generic Monitor"
        DefaultDepth    24
        Option         "AddARGBVisuals" "True"
        Option         "NoLogo" "True"
        Option         "AddARGBGLXVisuals" "True"
        SubSection     "Display"
            Virtual     1440 900
            Depth       24
            Modes      "1440x900"
        EndSubSection
    EndSection
    Hope this helps.....

  6. #6
    Join Date
    Apr 2008
    Beans
    186

    Re: Laptop Resoultion on Login Screen

    I have already tried putting the virtual line xorg.conf. That didn't work either

  7. #7
    Join Date
    Sep 2008
    Beans
    5

    Re: Laptop Resoultion on Login Screen

    This should work.

    Code:
    sudo gedit /etc/gdm/Init/Default
    Go the end of the file and add this before the exit 0 line:
    Code:
    xrandr -s 1400x1050
    Now the resoultion of GDM will be 1400x1050.

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
  •