PDA

View Full Version : [ubuntu] Resolution too big for screen



Jobinma
August 26th, 2009, 01:30 AM
Hi everyone!

I searched this forum before posting and did not find anything yet. I just installed Ubuntu 9.04 and everything was done properly. When restarted, the resolution is too big for my screen : 1600x1200 (4:3). It looks like half of what should be displayed is out of the screen.

I tried to change resolution and no matter what resolution I try, the screen is messed up to a point where I must restart in safe mode and run xfix to come back to the previous (too big) resolution.

My laptop is a Gateway MX3230h (the "h" seems important as it's not the samething as without it). I found a thread explaining what to do but it messes all up too when I change the xorg.conf.

What I notice is that, in the xorg.conf, no resolution are written in the file.

If only I could put a resolution that fits in the screen...

HELP !!

Thanks

Jobinma
August 27th, 2009, 12:29 AM
Nobody ever got this kind of problem during installation ?

mulligan
August 27th, 2009, 12:43 AM
i am very new here. but have you tried uninstalling it and installing it again. although don't try it unless some else tells you to do. i just find with a lot of things that helps especially drivers.

amsum
August 27th, 2009, 12:50 AM
I too had this problem after fresh install of Ubuntu 9.04 not once but 2-3 times. So, fresh installation will not be of much help.
In one instance, it got rectified once it installed all updates after fresh-installation.
In other instance, I had to put some terminal commands to rectify that. I will try to recall those commands.

But I must say it should get fixed after downloading all UPDATES.

By the way... did you download all UPDATES?

amsum
August 27th, 2009, 12:58 AM
Nobody ever got this kind of problem during installation ?

I got this problem with my Samsung 19 inch LCD monitor with resolution 1400:900.

Infact, still when fresh installing, my half of the screen goes below the taskbar area. I don't even see OK or Cancel button and just press Enter to complete the whole process.

Jobinma
August 28th, 2009, 01:16 AM
I found the answer!!

In a terminal (Applications > Accessories > Terminal) :


sudo gedit /etc/X11/xorg.conf
I found the device section and added a line :


Section "Device"
Option "XaaNoImageWriteRect"
EndSectionThen, in the "screen" section, I added this subsection :


SubSection "Display"
Virtual 1024 768
EndSubSectionI saved my file (I suggest you back up you old file before!), closed it and then :



/etc/init.d/gdm restart

I waited and all status went to [OK] and then nothing happened. I restarted the laptop and it was all perfect!

So nice!

Jobinma
August 28th, 2009, 01:25 AM
Forgot to say that this link helped me :

https://help.ubuntu.com/community/OpenChrome

Good luck!

amsum
August 28th, 2009, 02:12 PM
I found the answer!!

In a terminal (Applications > Accessories > Terminal) :


sudo gedit /etc/X11/xorg.conf
I found the device section and added a line :


Section "Device"
Option "XaaNoImageWriteRect"
EndSectionThen, in the "screen" section, I added this subsection :


SubSection "Display"
Virtual 1024 768
EndSubSectionI saved my file (I suggest you back up you old file before!), closed it and then :



/etc/init.d/gdm restart

I waited and all status went to [OK] and then nothing happened. I restarted the laptop and it was all perfect!

So nice!

Yep, I too did the same last time.

BCPlanner
August 28th, 2009, 03:54 PM
I got this problem with my Samsung 19 inch LCD monitor with resolution 1400:900.

Infact, still when fresh installing, my half of the screen goes below the taskbar area. I don't even see OK or Cancel button and just press Enter to complete the whole process.

Are you viewing Ubu on an external monitor? I had the same issue with an HP 1740 external tube. I could change the resolution to "make it fit" but then the display on the (Toshiba Satellite L350) was messed up. Finally disconnected the external monitor. (Monitor was OK with XP on one machine aand Vista on the other, but with the laptop's 17-incher, who needs the exterenal?? .. I still use a common keyboard and mouse for both systems.)

amsum
September 1st, 2009, 03:13 PM
Are you viewing Ubu on an external monitor?

Samsung LCD is my desktop monitor. I too have Toshiba L305 and ubuntu 9.04 is working like a charm on it.

Jose Catre-Vandis
September 20th, 2009, 03:55 PM
I found the answer!!

In a terminal (Applications > Accessories > Terminal) :


sudo gedit /etc/X11/xorg.conf
I found the device section and added a line :


Section "Device"
Option "XaaNoImageWriteRect"
EndSectionThen, in the "screen" section, I added this subsection :


SubSection "Display"
Virtual 1024 768
EndSubSectionI saved my file (I suggest you back up you old file before!), closed it and then :



/etc/init.d/gdm restart

I waited and all status went to [OK] and then nothing happened. I restarted the laptop and it was all perfect!

So nice!

Thanks, this fixed it for me (admittedly only 2D but this will not be a problem for the user). I did have to do one more step, which was to create the xorg.conf file. So before trying to edit a blank, new file (if an xorg.conf has not been generated) run this command:

sudo dpkg-reconfigure -phigh xserver-xorg
then make the above adjustments and additions.

My fix was needed on an oldish Fujitsu-Siemens Amilo Pro laptop with an S3 Unichrome Pro VGA adapter