LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 05-27-2005, 08:14 PM   #1
JNaas
Member
 
Registered: Sep 2004
Posts: 43

Rep: Reputation: 15
Question Screen resolution???


Hi all!

I'm new to Ubuntu, and so far i am pretty happy with it!
I've been able to do all the things i've told it to!

but during install i had to choose screen resolution and i just chose dafault 1024x768 but my screen is a wide-screen and are able to go to resolution 1200x800 wich i saw in that list during install(butt didn't pay much attention to!)

Now i would like it to go to that resolution, but the max I'm able to choose is 1024x768... So i assume that the thing i did during install was to define the maximum resolution that my screen is able to show!!

and now the question!: how do i redefine the max resolution that it is possible to show on this screen?

THX Jnaas!
 
Old 05-27-2005, 10:33 PM   #2
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
You could try editing manually your xorg.conf. That feature on Ubuntu does not work very well, or so I've learned. Well, open a terminal and type:

sudo nano /etc/X11/xorg.conf

Find a line called "Screen Resolution" in that file. Here is an example:

Code:
Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation [GeForce FX5200]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
As you see, my computer is set to start at a default of 24 bits color dept. So looking down a little further, I find:

Code:
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
That's how xorg will try to initialize. When xorg file is executed, it will start at 24 bits mode and try 1280x1024. If it fails, it will try 1024x768, and so on. Basically, add the resolution you want at the beginning of that line. Eg:

Code:
	SubSection "Display"
		Depth		24
		Modes		"1200x800" "1024x768" "800x600"
	EndSubSection
The above should work fine. Save that file (ctrl + o to save and ctrl + x to quit). Restart X and hope for the best

Regards!

Last edited by Mega Man X; 05-27-2005 at 10:34 PM.
 
Old 05-30-2005, 01:10 AM   #3
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
That may work. What I had to do to get 1024 x 768 (as opposed to 800 x 600) was also find out (from my monitor's manufacturer's website) what the HorizSync and VertRefresh rangers were (this is also within the xorg.conf file).
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I messed with the screen resolution and now Redhat will boot into a black screen! Mr. Hill Linux - Newbie 29 05-04-2009 11:52 AM
default screen resolution smaller than max. resolution ?? Thoddy Linux - General 2 11-10-2005 01:33 AM
Screen lock changes screen resolution ohzo Linux - Laptop and Netbook 0 06-23-2004 11:13 AM
Unable to configure screen resolution for 15.2" LCD screen in Fedore Core 1 schu Linux - Newbie 3 01-02-2004 05:39 PM
screen freezes after making changes to the screen resolution with Xconfigurator sharathkv Linux - Newbie 1 08-01-2003 05:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 08:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration