I installed ubuntu 12.04 LTS on VMWare Workstation. On server, I installed Ubuntu-desktop
. Everything is OK. But when I upgraded pae
and other files pointed by update manager, It became trouble. Desktop size become shrink and cannot scroll down or right and left enough. What's wrong? I want my original version.
How to do? Answer me please.
Asked
Active
Viewed 86 times
-1

Saurav Kumar
- 14,916

yu mon
- 13
- 1
- 9
1 Answers
0
Be sure the you are following these steps very precisely without clicking or highlighting
other window.. So I recommend you don't click some other place while following these steps..
Open
System Settings
from Dash (as you told that you already opened but it was not visible, so don't worry, without seeing it you can change..)Without cling some other place type displays and press Enter
again without clicking any other press Alt+R
then press Down arrow key once
then press Alt+A two times then press Enter again two times..
Try it it will change your resolution!! Reply for further assistance!!

Saurav Kumar
- 14,916
-
I 've tried Saurav. I've tried many times. After restarting, the display is same as before. No change. :( – yu mon Sep 09 '13 at 08:45
-
Okay! Last option.. repeat above step and press alt+a key once. If still not working.. Then try to these option:
VGA
,LVDS
,DP1
,TV
,TMDS-1
,TMDS-2
,LVDS1
,DVI1
,VGA-0
,S-video
,DVI-0
in place ofVGA1
in this command:xrandr --output VGA1 --mode 1366x768
. If still doesn't work then I would recommend you to useWindows + Ubuntu Dual Boot
– Saurav Kumar Sep 09 '13 at 08:53 -
Thz for ur patient help. I have done all the best. but doesn't change. Now I found that this is because new pae download "linux-image-3.2.0-52-generic-pae". My old pae version is 3.2.0-29-generic-pae. So I tried while first starting, I click shift and enter into bootloader menu. I chose "previous version" tap. and I choose my old 3.2.0-29. Finally, I can restore my previous state. Why do this become fine? I don't know reason. And friend, how to change 3.2.0-29 to be my default pae? – yu mon Sep 09 '13 at 09:19
screenshots
– Saurav Kumar Sep 06 '13 at 16:13dash
searchSystem Settings
and open it. Click on theDisplays
icon and try to changeResolution
. Hope it would help.. Reply what happens.. – Saurav Kumar Sep 08 '13 at 12:20xrandr --output VGA1 --mode 1366x768
Although you are not able to see terminal just type this be sure you are not doing any mistake.. Here1366x768
is resolution you want to set. I recommend you to set the same resolution you are currently using forWindows
– Saurav Kumar Sep 09 '13 at 07:00xrandr --output VGA1 --mode 1280x800
first.. If it fails then tryxrandr --output VGA1 --mode 1366x768
it it also fails then try some other low resolution likexrandr --output VGA1 --mode 1024x768
– Saurav Kumar Sep 09 '13 at 07:17