Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old March 25th, 2005   #1
Cybermagellan
5 Cups of Ubuntu
 
Join Date: Mar 2005
Location: Tucson,AZ
Beans: 17
HOWTO: Screen Resolution in Hoary 5.04

DISCLAIMER: I am not responsible if the steps you take cause your video card/monitor to become a projectile or otherwise increase the refresh rate to the point of cooking your popcorn that is sitting in a bag beside it.

Xorg only see's that my monitor can handle 1024x768. Well I'm not blind and I'm 24 so I'm not losing my sight so what was the next logical step after not being able to install the Nvidia card I have. That's right deal with what I have onboard and make Hoary think my monitor can handle 1280x1024 (which it did in Windows but we wont go there).

Step:

1. In Hoary we use Xorg so lets get there. Open up to... /etc/X11/

2. Open up xorg.conf in a text editor (gedit works PERFECT for this) however make sure you have write permissions so we can edit this file.

3. Scroll down to the bottom of the file. You should see some lines as:

Code:
SubSection "Display"
		Depth		1
		Modes	          "1024x768" "800x600" "640x480"
	EndSubSection
Now I know what everyone is thinking but I'll never use a color depth of 1. Well ladies and gents I didn't make the rules and this is a demo anywas but pay attention.

4. Notice a format here... Mode [resolution] [resolution] [resolution]? Right so when in Rome...do as the Romans. Add a resolution so it looks like this.

Code:
SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
5. Now repeat for all the Depths you have 1,4,8,15,16,24...whatever.

6. Save file, Reboot the computer. When it comes back up you should see your new lovely screen.

Like I said this worked for me. I also wrote the ACPI HOWTO in this forum. Notice how everything is my own experience. Bingo. Now go forth and be fruitful.

Shawn
__________________
If at first you don't fail be happy. If you fail just keep doing it untill you become the new standard OR you break the thing enough that your way works
Cybermagellan is offline   Reply With Quote
Old March 25th, 2005   #2
ctrlz
First Cup of Ubuntu
 
Join Date: Mar 2005
Beans: 4
Re: HOWTO: Screen Resolution in Hoary 5.04

Thanks for the great HOWTO, Shawn!

I just want to make a minor suggestion for Step 6. It is not necessary to reboot the computer. I would suggest editing Step 6 to say:

6. Save file, CTRL+ALT+F1, then: sudo /etc/init.d/gdm restart

You can take it, or leave it I just find it much easier to restart GDM instead of rebooting.
ctrlz is offline   Reply With Quote
Old March 25th, 2005   #3
Cybermagellan
5 Cups of Ubuntu
 
Join Date: Mar 2005
Location: Tucson,AZ
Beans: 17
Re: HOWTO: Screen Resolution in Hoary 5.04

Yeah while it really isn't I find when I crash GDM (Ctrl+Alt+Backspace) or like you said restart it (Ctrl+Alt+F1) my monitor makes wierd noises. I already lost one monitor due to refreshing blowing out the gun in it....I can't afford to do it again. But yes your right if you have like a plasma screen or a LCD monitor you can definatly restart X and it'll take effect.

Shawn
__________________
If at first you don't fail be happy. If you fail just keep doing it untill you become the new standard OR you break the thing enough that your way works
Cybermagellan is offline   Reply With Quote
Old March 25th, 2005   #4
kezza
First Cup of Ubuntu
 
Join Date: Mar 2005
Beans: 1
Unhappy Re: HOWTO: Screen Resolution in Hoary 5.04

I looked into my xorg.conf and found only one resolution "1280X800" available for all resolution depths. Thing is, my display is running at 1024x760 only. Hoary's desktop resolution tool only makes the 1024 resolution available also !

Doing sudo dpkg-reconfigure xserver-xorg doesn't help either.

I have a widescreen laptop, and every other aspect of Ubuntu is absolutely fine - I'd just like to be able to use my full screen real estate. Any clues ?

Last edited by kezza; March 25th, 2005 at 03:04 PM..
kezza is offline   Reply With Quote
Old March 25th, 2005   #5
Darrena
Way Too Much Ubuntu
 
Join Date: Nov 2004
Beans: 197
Re: HOWTO: Screen Resolution in Hoary 5.04

Quote:
Originally Posted by kezza
I looked into my xorg.conf and found only one resolution "1280X800" available for all resolution depths. Thing is, my display is running at 1024x760 only. Hoary's desktop resolution tool only makes the 1024 resolution available also !

Doing sudo dpkg-reconfigure xserver-xorg doesn't help either.

I have a widescreen laptop, and every other aspect of Ubuntu is absolutely fine - I'd just like to be able to use my full screen real estate. Any clues ?
Kezza:

http://www.celifornia.com/documents/..._855resolution
Darrena is offline   Reply With Quote
Old March 25th, 2005   #6
amerigo5
Just Give Me the Beans!
 
Join Date: Dec 2004
Beans: 45
Re: HOWTO: Screen Resolution in Hoary 5.04

I have a 15.4 widescreen Toshiba M35X and using the following on /etc/X11/xorg.conf worked for me:

Identifier "Generic Monitor"
HorizSync 30-107
VertRefresh 50-185
Option "DPMS"
Modeline "1280x800" 159.74 1280 1296 1552 1664 800 800 815 835
ModeLine "1680x1050" 214.51 1680 1800 1984 2288 1050 1051 1054 1103

Refer to the original post at
http://www.ubuntuforums.org/showthr...ighlight=50-185
amerigo5 is offline   Reply With Quote
Old March 26th, 2005   #7
Rhodan
Just Give Me the Beans!
 
Join Date: Dec 2004
Beans: 51
Ubuntu 9.04 Jaunty Jackalope
Send a message via MSN to Rhodan
Re: HOWTO: Screen Resolution in Hoary 5.04

How do I go about changing the refresh rate as Ubuntu only lets me select 60hz ?
Rhodan is offline   Reply With Quote
Old March 27th, 2005   #8
kb00heda
Ubuntu Espresso Roast
 
Join Date: Mar 2005
Beans: 79
Re: HOWTO: Screen Resolution in Hoary 5.04

Rhodan,

You may have a look at a program called gtf (asked about it in another thread):

http://www.ubuntuforums.org/showthread.php?t=21537

I was able to use it anyway (but my change was from 85 to 100 Hz -- it's almost hard to tell the difference); hopefully so will you. If you give it a try, please let me know the results!

/David
kb00heda is offline   Reply With Quote
Old April 7th, 2005   #9
Riggs
5 Cups of Ubuntu
 
Join Date: Apr 2005
Location: York, PA
Beans: 31
Ubuntu 7.10 Gutsy Gibbon
Re: HOWTO: Screen Resolution in Hoary 5.04

Quote:
Originally Posted by amerigo5
I have a 15.4 widescreen Toshiba M35X and using the following on /etc/X11/xorg.conf worked for me:

Identifier "Generic Monitor"
HorizSync 30-107
VertRefresh 50-185
Option "DPMS"
Modeline "1280x800" 159.74 1280 1296 1552 1664 800 800 815 835
ModeLine "1680x1050" 214.51 1680 1800 1984 2288 1050 1051 1054 1103

Refer to the original post at
http://www.ubuntuforums.org/showthr...ighlight=50-185
I've got a Toshiba laptop as well, (P10-S429) and after installing Ubuntu, it defaulted to 1280x800 automatically, which was nice. Fedora I had to do something similar to what you have above.
Riggs is offline   Reply With Quote
Old April 8th, 2005   #10
mappler
First Cup of Ubuntu
 
Join Date: Feb 2005
Beans: 2
Re: HOWTO: Screen Resolution in Hoary 5.04

Thanks for the guide.

BTW: Will ANYONE ever actually fix this kludge?

Linux folks like to bash MS folks, but Windows seems to be able to change screen resolutions without resorting to obscure text file editing.

-Matt
mappler is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:34 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry