PDA

View Full Version : [SOLVED] Screen Resolution



1492
December 9th, 2010, 06:25 AM
I just upgraded from 10.04 to 10.10. However, the screen resolution is changed and the I can't choose the right resolution. Is there any way to fix this?

owiknowi
December 9th, 2010, 06:33 AM
I just upgraded from 10.04 to 10.10. However, the screen resolution is changed and the I can't choose the right resolution. Is there any way to fix this?

Are the required video drivers for your video card installed (or available)?
Check by running 'Hardware Drivers' from System/Administration.

sikander3786
December 9th, 2010, 07:09 AM
If you can't find the drivers following the advise in above post:

Which graphics driver is there?


lspci | grep VGA

We would also want to make sure that you are not running Ubuntu as a Virtual Machine and it is a proper install?

1492
December 9th, 2010, 11:57 PM
This is what I got when I put in "lspci | grep VGA"
02:00.0 VGA compatible controller: ATI Technologies Inc M96 [Mobility Radeon HD 4650]This is not a virtual machine. It is a dual-boot Windows 7 & Ubuntu.

I assume it is installed properly

On Ubuntu 10.04 LTS, the resolution was correct. It was only when I upgraded to 10.10 that I had this problem. Additional Drivers.png (http://ubuntuforums.org/attachment.php?attachmentid=177953&stc=1&d=1291935337)

sikander3786
December 10th, 2010, 08:13 AM
Try reconfiguring the graphics.


sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old

It if says file not found, ignore and proceed to the next one.


sudo dpkg-reconfigure -phigh xserver-xorg

Reboot.

owiknowi
December 10th, 2010, 01:06 PM
A workaround I used in openSUSE for a nVidea card:

In the xorg.conf file there often are several resolutions listed.
I used to remove manually all the resolutions not needed.

Maybe this works for you?

Note: this workaround can damage your v-card if used the wrong way!

joshlindem
December 10th, 2010, 06:47 PM
if it is a VM how would one fix it?

I ask becauase I am in a VM and stuck at 800x600 and can't seem to make it go higher.
trying to figure out if there's a way to trick it into thinking I have a higher resolution monitor?

sikander3786
December 10th, 2010, 07:30 PM
if it is a VM how would one fix it?

I ask becauase I am in a VM and stuck at 800x600 and can't seem to make it go higher.
trying to figure out if there's a way to trick it into thinking I have a higher resolution monitor?
Install VMWare Tools.

http://www.vmware.com/support/ws55/doc/new_guest_tools_ws.html

Or Virtualbox guest additions, whichever applicable.

http://www.virtualbox.org/manual/ch04.html

joshlindem
December 10th, 2010, 08:05 PM
Install VMWare Tools.

http://www.vmware.com/support/ws55/d..._tools_ws.html

Or Virtualbox guest additions, whichever applicable.

http://www.virtualbox.org/manual/ch04.html

my bad, I should have stipulated. I'm running a Citrix VM, not VMWare. But with that said I'll double-check the senserver tools.

1492
December 11th, 2010, 12:14 AM
It works. Thank you so much.

sikander3786
December 11th, 2010, 06:51 AM
It works. Thank you so much.
You are Welcome. Glad to know that it is fixed now :-)

You can mark this thread Solved using Thread Tools near the top of this page.

Happy Ubuntu-ing!