Ubuntu This forum is for the discussion of Ubuntu Linux. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-31-2006, 09:46 AM
|
#1
|
LQ Newbie
Registered: Oct 2006
Posts: 3
Rep:
|
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!
|
|
|
10-31-2006, 09:48 AM
|
#2
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
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.
|
|
|
10-31-2006, 10:13 AM
|
#3
|
Member
Registered: May 2006
Location: Tennessee et. al
Distribution: Debian Sid, Etch
Posts: 138
Rep: 
|
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
|
|
|
10-31-2006, 11:12 PM
|
#4
|
LQ Newbie
Registered: Oct 2006
Posts: 12
Rep:
|
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???
|
|
|
10-31-2006, 11:46 PM
|
#5
|
Member
Registered: Feb 2004
Posts: 489
Rep: 
|
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.
|
|
|
11-01-2006, 01:44 AM
|
#6
|
Member
Registered: Aug 2004
Posts: 370
Rep:
|
I can do:
dpkg-reconfigure xserver-xorg
and change another resolution
|
|
|
11-01-2006, 03:25 AM
|
#7
|
LQ Newbie
Registered: Oct 2006
Posts: 12
Rep:
|
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.
|
|
|
11-01-2006, 06:20 AM
|
#8
|
LQ Newbie
Registered: Oct 2006
Posts: 3
Original Poster
Rep:
|
You think I haven't try that?!! I'm not so 'newbie'.. my problem is something else..
|
|
|
11-02-2006, 03:40 AM
|
#9
|
LQ Newbie
Registered: Oct 2006
Posts: 12
Rep:
|
got it to work. edited the file as directed. thanx to all who helped
|
|
|
11-02-2006, 04:47 AM
|
#10
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
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!
|
|
|
11-04-2006, 03:57 PM
|
#11
|
LQ Newbie
Registered: Aug 2004
Distribution: Ubuntu 6.10
Posts: 9
Rep:
|
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.
|
|
|
11-18-2006, 07:53 PM
|
#12
|
LQ Newbie
Registered: Nov 2006
Posts: 2
Rep:
|
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?
|
|
|
11-18-2006, 08:03 PM
|
#13
|
Member
Registered: Feb 2004
Posts: 489
Rep: 
|
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.
|
|
|
11-18-2006, 08:12 PM
|
#14
|
LQ Newbie
Registered: Nov 2006
Posts: 2
Rep:
|
How do I force the Ubuntu GUI to allow 1400x1050 resolution then?
|
|
|
11-18-2006, 10:43 PM
|
#15
|
Member
Registered: Feb 2004
Posts: 489
Rep: 
|
Are you using an nvidia card? They provide a really nice GUI for configuring resolutions on their latest binary driver.
|
|
|
All times are GMT -5. The time now is 10:58 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|