can't change profile ubuntu

Mano aamer

Honorable
Nov 2, 2012
54
0
10,630
Hi guys ,
I am running ubuntu 13.4 and it is working completely great but when i sign out to change the profile it gives me an out of range message
what should i do ?
 
Solution
I think I got the problem @ManoAmer has (not that I have a solution):
When he logs out, display resolution changes to unsupported, and the monitor displays "Out of range", so he changes the resolution in the terminal mode.

So, the problem seems that for some reason, Login Screen uses different display settings than the logged-in user.

stillblue

Honorable
Nov 30, 2012
1,163
0
11,660


What exactly are you trying to change?

 

Mano aamer

Honorable
Nov 2, 2012
54
0
10,630


I am trying to log out to log into another user
note
some times when I start it i see an out of range message so i press ctrl + alt + T and then i type xrandr -s 1280x1024 blindly to change the resolution
but when i log out i get this out of range message and i do't know how to fix it
 

Mano aamer

Honorable
Nov 2, 2012
54
0
10,630


I am trying to log out to log into another user
note
some times when I start it i see an out of range message so i press ctrl + alt + T and then i type xrandr -s 1280x1024 blindly to change the resolution
but when i log out i get this out of range message and i do't know how to fix it
 

stillblue

Honorable
Nov 30, 2012
1,163
0
11,660


xrandr will give a list of possible resolutions in it's output. To change to 1280x1024, assuming it's in the output,type xrandr --output VGA-1 --mode 1280x1024 but make sure it's an option listed by xrandr

 
I think I got the problem @ManoAmer has (not that I have a solution):
When he logs out, display resolution changes to unsupported, and the monitor displays "Out of range", so he changes the resolution in the terminal mode.

So, the problem seems that for some reason, Login Screen uses different display settings than the logged-in user.
 
Solution