LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 10-31-2006, 09:46 AM   #1
flabbergasted
LQ Newbie
 
Registered: Oct 2006
Posts: 3

Rep: Reputation: 0
Screen resolution doesn't change?


Plz help me! I have dell optiplex gx260, intel i810 video card, ubuntu lts and my screen resolution doesn't change. I'm using Xorg. I don't know what to do, I have looked for information about that problem for weeks.. But nothing helped me. My current resolution is 640x480 and thats pretty disturbing if you can imagine.. Somebody please help me!
 
Old 10-31-2006, 09:48 AM   #2
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Hi!

Try taking a look at your /etc/X11/xorg.conf. You should try by modifying that file (make backup first) and adding your desired resolution.
 
Old 10-31-2006, 10:13 AM   #3
crashsystems
Member
 
Registered: May 2006
Location: Tennessee et. al
Distribution: Debian Sid, Etch
Posts: 138

Rep: Reputation: Disabled
To echo what Mega Man X said, I think it is your xorg.conf file. I was having the same problems a while ago, but have since then figured it out. Check out post 10 of this thread to see how it worked. Hope this helps you, and make sure to tell us how it works.

crashsystems
 
Old 10-31-2006, 11:12 PM   #4
macgregor98
LQ Newbie
 
Registered: Oct 2006
Posts: 12

Rep: Reputation: 0
Quote:
Originally Posted by Mega Man X
Hi!

Try taking a look at your /etc/X11/xorg.conf. You should try by modifying that file (make backup first) and adding your desired resolution.
I tried doing what you suggested but i can save the file and when i modified the second backup i made i cant move it to the required folder. I think it is that i dont have root access. how do i change it to mod this file???
 
Old 10-31-2006, 11:46 PM   #5
Redeye2
Member
 
Registered: Feb 2004
Posts: 489

Rep: Reputation: Disabled
Use sudo to execute commands as root. For example, sudo pico /etc/X11/xorg.conf will let you edit the file as root. If you want a pretty GUI, gksudo gedit /etc/X11/xorg.conf is the way to go.
 
Old 11-01-2006, 01:44 AM   #6
hraposo
Member
 
Registered: Aug 2004
Posts: 370

Rep: Reputation: 30
I can do:
dpkg-reconfigure xserver-xorg
and change another resolution
 
Old 11-01-2006, 03:25 AM   #7
macgregor98
LQ Newbie
 
Registered: Oct 2006
Posts: 12

Rep: Reputation: 0
Quote:
Originally Posted by Redeye2
Use sudo to execute commands as root. For example, sudo pico /etc/X11/xorg.conf will let you edit the file as root. If you want a pretty GUI, gksudo gedit /etc/X11/xorg.conf is the way to go.
i did as u suggested and edited the file to include my widescreen but saving the file doesnt alter the original but gave me a new one (xorg.conf.save). did i do something wrong?

edit: i got it all the way through the point where I choose what resolutions to add. im stuck as to how to enable the resolution i want.

Last edited by macgregor98; 11-01-2006 at 03:51 AM.
 
Old 11-01-2006, 06:20 AM   #8
flabbergasted
LQ Newbie
 
Registered: Oct 2006
Posts: 3

Original Poster
Rep: Reputation: 0
You think I haven't try that?!! I'm not so 'newbie'.. my problem is something else..
 
Old 11-02-2006, 03:40 AM   #9
macgregor98
LQ Newbie
 
Registered: Oct 2006
Posts: 12

Rep: Reputation: 0
got it to work. edited the file as directed. thanx to all who helped
 
Old 11-02-2006, 04:47 AM   #10
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Quote:
Originally Posted by flabbergasted
You think I haven't try that?!! I'm not so 'newbie'.. my problem is something else..
I am sorry. Since you didn't mention what you have tried to do, I should have used my super powers to read your mind.

I guess if you are not newbie at Linux, you sure are very new to forums. Read this:

How To Ask Questions The Smart Way:

http://catb.org/esr/faqs/smart-questions.html

Also, remember to thank peoples trying to help you, either if it worked or not. We are not getting paid to answer questions here (nor you paying anything) and it is all done in our spare time. Simple words like "thanks" is the least you should do.

For now... I'm adding you to my ignore list. Since you are so pro (and I'm not), there will be no need for you to use my help.

Regards!
 
Old 11-04-2006, 03:57 PM   #11
bkskaggs
LQ Newbie
 
Registered: Aug 2004
Distribution: Ubuntu 6.10
Posts: 9

Rep: Reputation: 0
Is it possible to set the desktop to "1600"x"1080"? I have edited the "xorg.conf" file and restarted but it does not show up on the list. I have the hardware capability to do this.

Thank you.
 
Old 11-18-2006, 07:53 PM   #12
achillez
LQ Newbie
 
Registered: Nov 2006
Posts: 2

Rep: Reputation: 0
add resolution 1400x1050 in xorg.conf doesn't show up in X

Added the 1400x1050 and 1600x1280 resolutiosn in xorg.conf via dpkg-reconfigure xserver-xorg. The maximum selectable resolution in the X gui is 1280x1024. Any idea why?
 
Old 11-18-2006, 08:03 PM   #13
Redeye2
Member
 
Registered: Feb 2004
Posts: 489

Rep: Reputation: Disabled
Quote:
Originally Posted by achillez
Added the 1400x1050 and 1600x1280 resolutiosn in xorg.conf via dpkg-reconfigure xserver-xorg. The maximum selectable resolution in the X gui is 1280x1024. Any idea why?
Probably a sane default. In the forthcoming X.Org 7.3 they are pretending to make X dynamic so there probably won't be a need for a xorg.conf file. I guess the file will stay but for minor stuff here and there, things like resolution will be autodetected.
 
Old 11-18-2006, 08:12 PM   #14
achillez
LQ Newbie
 
Registered: Nov 2006
Posts: 2

Rep: Reputation: 0
How do I force the Ubuntu GUI to allow 1400x1050 resolution then?
 
Old 11-18-2006, 10:43 PM   #15
Redeye2
Member
 
Registered: Feb 2004
Posts: 489

Rep: Reputation: Disabled
Are you using an nvidia card? They provide a really nice GUI for configuring resolutions on their latest binary driver.
 
  


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
How to change screen resolution evrae Mandriva 3 09-12-2004 07:13 PM
How to Change Screen Resolution eats85 Slackware 4 10-05-2003 04:06 PM
How to change screen resolution mahsan Linux - Software 4 09-30-2003 02:56 PM
Change Screen Resolution? Darrin Linux - Newbie 3 06-27-2003 09:50 AM
Screen resolution change under VM sx10 Linux - General 2 09-01-2002 11:51 PM

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

All times are GMT -5. The time now is 09:50 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