Results 1 to 3 of 3

Thread: Screen resolution problems

  1. #1
    Join Date
    Jul 2005
    Location
    Stockport, UK
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Screen resolution problems

    I have a new HP Advent laptop with a built in Intel GM45 graphics card.

    For some reason when I log in it seems to detect two monitors (even though I only have the laptop screen itself), and these "two" monitors have different screen resolutions. So my desktop is set to 1440x900 but if I open Nautilus to full screen (for instance) it opens to the screen resolution of the other "monitor" which defaults to 1360x768. This is damn annoying!

    To get round this I can run:
    Code:
    xrandr
    xrandr --addmode HDMI-2 1440x900
    xrandr --output HDMI-2 --mode 1440x900
    And I can then "Mirror" the two screens.

    However, I have to repeat this process each time I log in for the amendments to the settings are not stored.

    Anyone have any ideas to help me solve this?


  2. #2
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Screen resolution problems

    Quote Originally Posted by AndyCooll View Post
    I have a new HP Advent laptop with a built in Intel GM45 graphics card.

    For some reason when I log in it seems to detect two monitors (even though I only have the laptop screen itself), and these "two" monitors have different screen resolutions. So my desktop is set to 1440x900 but if I open Nautilus to full screen (for instance) it opens to the screen resolution of the other "monitor" which defaults to 1360x768. This is damn annoying!

    To get round this I can run:
    Code:
    xrandr
    xrandr --addmode HDMI-2 1440x900
    xrandr --output HDMI-2 --mode 1440x900
    And I can then "Mirror" the two screens.

    However, I have to repeat this process each time I log in for the amendments to the settings are not stored.

    Anyone have any ideas to help me solve this?

    You can put those commands in your Sessions-Startup Programs (preferably inside a single script).
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

  3. #3
    Join Date
    Jul 2005
    Location
    Stockport, UK
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Screen resolution problems

    Apologies for taking ages to reply. I've finally managed to fix the problem. While the commands I posted worked, they didn't provide a permanent fix.

    Anyway, I'm not quite sure which of the following provided the actual fix since I applied both at the same time ...but one of the following worked!

    Code:
    sudo xrandr -s 1440x900
    The other thing I did was go to System > Preferences > Screen Resolution. I moved the two monitors so they were side-by-side and then changed the resolution for the "unknown monitor" to "Off".

    Now I have one monitor with the correct screen resolution when I log in.


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
  •