Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

How do I get the screen resolution down to where I can set the screen resolution and click the apply icon? I can't get the screen resolution page to move up and down to click the icon that is under the bottom bar at the bottom of the screen to click it!

share|improve this question
Welcome to Ask Ubuntu! Can you edit your question to provide a little bit more information on your setup, including what version of Ubuntu you are using and which screen resolutions you are starting from and trying to switch to? Thanks! – WarriorIng64 Feb 1 '12 at 9:24

2 Answers

You can hold down alt then click-drag the window you need to move around.

Works on KDE, not sure how the other DE's will handle it though.

share|improve this answer
This works for me under Unity. – WarriorIng64 Feb 1 '12 at 10:23
Alt then click on active window and drag works for me in unity too. – James Feb 2 '12 at 5:01

I'd suggest using xrandr to change the screen resolution. xrandr -s 1280x1024 in a terminal should change the resolution to 1280 by 1024, for example.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.