Screen Resolution too small when upgrading Ubuntu to 8.10
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Screen Resolution too small when upgrading Ubuntu to 8.10
I had Ubuntu Dapper, then upgraded to Ubuntu 8.04. The Xorg worked fine until I upgraded to Ubuntu 8.10. I'm using an old laptop and the screen resolution is 800x600 and I wish to make it 1024x768(which was what it was on Windows XP). I tried doing xrandr but the only option that comes up is 640x480 or 800x600. I ran xvidtune and it works, but I don't know how to use it. Here's my Xorg.conf:
Code:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
This will ask you detailed questions about what you want from the X server, including all resolutions.
If this doesn't work, post your model of laptop and its specs. One of us can probably post a working xorg.conf for that model.
-Adam Keck
Quote:
Originally Posted by gNguyen
I had Ubuntu Dapper, then upgraded to Ubuntu 8.04. The Xorg worked fine until I upgraded to Ubuntu 8.10. I'm using an old laptop and the screen resolution is 800x600 and I wish to make it 1024x768(which was what it was on Windows XP). I tried doing xrandr but the only option that comes up is 640x480 or 800x600. I ran xvidtune and it works, but I don't know how to use it. Here's my Xorg.conf:
[CODE]# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
{snip}
This is a good example to always back up important config files;
ex. xorg.conf
grub.conf
etc . . .
I you are using gnomb just go to System -> Preferences -> Hardware and select Screen Resolution. Change it to 1024x768 and it will write it to the xorg.conf file. Then logout and back in and it should work. You can find the similar setting under KDE menu . . .
I had Ubuntu Dapper, then upgraded to Ubuntu 8.04. The Xorg worked fine until I upgraded to Ubuntu 8.10. I'm using an old laptop and the screen resolution is 800x600 and I wish to make it 1024x768(which was what it was on Windows XP). I tried doing xrandr but the only option that comes up is 640x480 or 800x600. I ran xvidtune and it works, but I don't know how to use it. Here's my Xorg.conf:
Code:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Please Help!!!!
1. Open terminal
2. Give command "sudo displayconfig-gtk"
3. Enter password
4. Select as monitor Generic LCD 1024x768, 60Hz
5. Close terminal
6. Log out all users
7. Log in again
8. Go to Screen Resolution and 1024x768 will now be an option
9 Done
"sudo displayconfig-gtk" doesn't work on my install within VirtualBox (command not found) - this was after downloading the latest install last night and grabbing all the updates it could install (IIRC it couldn't install all for some reason)
Editing xorg.conf has no effect either.
edit: installing the guest additions didn't help either, but would only work for VirtualBox users anyway...
from the VirtualBox menus "install guest additions"
open a terminal
sudo nautilus
run the "VBoxLinuxAdditions-86.run" program from the CD
Hi I just wanted to say I have an iMac running Parallels 3.0 with 1680x1050 resolution.
I also have a MacBook Pro 1440x900 similar configuration.
It is really humorous how extraordinarily complicated, convoluted the myths and truths are regarding screen resolution in Ubuntu. There aren't as many rumors about King Tut's Tomb in Egypt in 3,000 years as there are about trying to set screen resolutions in Ubuntu. It really is crazy. In the past year of computing this is my #1 headache. Thanks to this thread if any of the above works! I am trying now!
Distribution: 2000pro, xp, sidux, debian, nearly all
Posts: 1
Rep:
Quote:
Originally Posted by rigacasey
1. Open terminal
2. Give command "sudo displayconfig-gtk"
3. Enter password
4. Select as monitor Generic LCD 1024x768, 60Hz
5. Close terminal
6. Log out all users
7. Log in again
8. Go to Screen Resolution and 1024x768 will now be an option
9 Done
I hope this does it for you
This worked perfectly and solved all of my damn ubuntu screen res problems. much thanks, marjbr/jon
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.