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

I loaded 11.10 onto an older Dell laptop. I have a normal 1024 x 768 resolution when booting from a USB drive, but when I boot from the installation on the hard drive I have a small screen in the upper left hand corner. The resolution is at 800 x 600 with no other choices in the settings display. Any ideas

share|improve this question
1  
What video card do you have ? – bodhi.zazen Dec 18 '11 at 3:59
Not sure. It is a Dell Inspiron 1100. – Brian Dec 18 '11 at 5:06

1 Answer

You can change screen resolution size via CLI , use following cmd:

xrandr

(It will show you current screen resolution and available modes.

Now you can change the size by issuing this cmd:

xrandr --output VGA-0 --mode 1024x768

Note:

(change the VGA-0 according to what xrandr shows vga syntax for your card, in my example it shows VGA-0)

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.