screen resolution problem

Asked by drgaurav

it was by accident that i set my screen resolution at 640*480 while earlier it was set at 1024*768.now i cannot move the open window down to apply changes to reduce the resolution size

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xorg Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
drgaurav (drgaurav75) said :
#1

i am not able to minimize the window also

Revision history for this message
peter (peter-neuweiler) said :
#2

Try the following:

1: Copy the file /etc/X11/xorg.conf to /etc/X11/xorg.conf.bak
2: In a Terminal enter sudo gedit /etc/X11/xorg.conf
3: Change the Screen section as followed:

Section "Screen"
 Identifier "Default Screen"
 Device "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
 Monitor "Generic Monitor"
 DefaultDepth 24
        SubSection "Display"
                   Modes "1280x800" (choose your resolution)
        EndSubSection
EndSection

4: Save the file
5: Restart the system

Hope it helps.
Peter

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#3

To get hidden, due small screen area, hidden button "Apply"
Please press keyboard ALT button and drag your opened window.

Hope this helps

Revision history for this message
drgaurav (drgaurav75) said :
#4

thanks marcoba your suggestion was very helpful

On Sun, Feb 8, 2009 at 2:36 AM, marcobra <
<email address hidden>> wrote:

> Your question #60240 on xorg in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/xorg/+question/60240
>
> Project: Ubuntu => xorg in ubuntu
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
drgaurav (drgaurav75) said :
#5

Thanks marcobra, that solved my question.