Cannot change display settings

9,357

Solution 1

I had the exact same issue on 15.04,I managed to resolve it by installing unity-control-center.

I guess somewhere down the line I had messed it up or removed it.

Try reinstalling it if its already there....

sudo apt-get install unity-control-center

Solution 2

Maybe Its a bug,Gnome is full of it, try to do this in terminal (Ctrl+Alt+T):-

mutter --replace

Otherwise you can replace the Gnome Desktop Environment. Try to install another environment. By the way, can you tell me your Ubuntu version?

=>EDIT=<

Ok, Try to do this:-

xrandr --addmode VIRTUAL1 1366x768_59.8
xrandr --output VGA --mode 1366x768_59.8
Share:
9,357

Related videos on Youtube

ashubuntu
Author by

ashubuntu

Make an aim first to automatically get started ...

Updated on September 18, 2022

Comments

  • ashubuntu
    ashubuntu almost 2 years

    I go to the Settings :

    All Settings

    Then I click on the Displays tab under Hardware category and get the following:

    Displays

    I am afraid cannot fix it up.

    Edit: Output of xrandr

    Output of <code>xrandr</code>

    Edit 2: The gnome-shell DE was able to read the display information what the Unity DE couldn't:

    enter image description here

    • solsTiCe
      solsTiCe about 9 years
      what is the output of xrandr in a terminal ?
    • ashubuntu
      ashubuntu about 9 years
      @solsTiCe: see edit section of the post.
    • solsTiCe
      solsTiCe about 9 years
      What do you want to change ? then look at man page of xrandr for that...
    • Jacob Vlijm
      Jacob Vlijm about 9 years
      There is a file: ~/.config/monitors.xml. possibly (most likely) for some reason, the file is corrupted and unreadable. Try removing/renaming the file, log out and back in. Then try again using System Settings.
    • Jacob Vlijm
      Jacob Vlijm about 9 years
      @solsTiCe apart from setting the monitor, OP probably would like to solve the problem of not being able to do so from GUI.
    • Jacob Vlijm
      Jacob Vlijm about 9 years
      Ashubuntu, could you give some feedback on the answer(s)? Would be useful to understand what works or not.
    • ashubuntu
      ashubuntu about 9 years
      @JacobVlijm When I logged into my machine using the Unity DE, I got that problem in the first place. Then I installed gnome-shell and logged in, now I get the normal case. See Edit 2 Section. I guess my Unity DE is somehow broken.
  • ashubuntu
    ashubuntu about 9 years
    Desktop Environment is Unity, Ubuntu 15.04
  • Sharad Gautam
    Sharad Gautam about 9 years
    Are you using laptop or pc? And how many monitors/projectors are you using?
  • ashubuntu
    ashubuntu almost 9 years
    I did as you said and got my problem partially solved. If you look at the screen-shot I added in Edit 2, you will notice that at the right there is Dell Inc. 19 and at the left there is the default 15.04 background with the number 1 pinned on it. This time my machine can read the screen information Dell Inc. 19 at the right but cannot output the background at the left that I have changed from default ubuntu 15.04 to another one.
  • Pramod Kharade
    Pramod Kharade over 7 years
    @Ajinkya Patil Thanks! same issue , I was facing.