Congratulations to AcaCandy on her 100,000th post!
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
acer black screen blue screen boot bsod computer connection crash css dell display drive driver drivers email error ethernet excel firefox firefox 3 game hard drive internet internet explorer itunes laptop linux malware monitor network networking nvidia outlook outlook 2003 outlook 2007 outlook express partition problem router slow software sound trojan usb video virus vista windows windows xp wireless
UNIX/Linux
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Operating Systems > UNIX/Linux >
Solved: Changing resolution


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
midlandman's Avatar
Senior Member with 446 posts.
 
Join Date: Apr 2002
Location: Toronto, Ontario
Experience: Baffled only 50% of the time,now.
15-Apr-2007, 03:59 PM #1
Solved: Changing resolution
I did some searching and it seems this is a common problem with this OS. I can't change the resolution. It's stuck on 640x480 and I'm trying to get 1024x768.
I opened a terminal and entered the command "sudo nano /etc/X11/xorg.conf" and I know I'm supposed to scroll down to "Screen" but theres no way I can do that.
At the bottom theres a bunch of commands like "Get help" and things like that with something like> pointing up and G, but no matter what I try, nothing happens.
Anyone know what I'm doing wrong? I know that when I do get to this "Screen" option I have to enter 1024x768 where ever it says "Depth".
Please help...I'm very close to going back to XP and that's the last thing I want to do! But so far it's been one problem after another with Ubuntu.
__________________
ASrock 775i65G Mobo
P4 3.2G
250 G HD
2G DDR RAM
HP 940c printer
LiDe 20 Canon scanner
ATI Sapphire HD 2600 XT
SoundBlaster Audigy 2 ZS
XP
arochester's Avatar
Senior Member with 142 posts.
 
Join Date: Jan 2007
Experience: Intermediate
15-Apr-2007, 04:07 PM #2
System (on the top bar)>Preferences> Screen Resolution

What is the max?
midlandman's Avatar
Senior Member with 446 posts.
 
Join Date: Apr 2002
Location: Toronto, Ontario
Experience: Baffled only 50% of the time,now.
15-Apr-2007, 04:14 PM #3
640x480 and no other options.
arochester's Avatar
Senior Member with 142 posts.
 
Join Date: Jan 2007
Experience: Intermediate
15-Apr-2007, 04:40 PM #4
Try Kate instead of Nano. Use the command
Quote:
sudo kate /etc/X11/xorg.conf
My "Screen" section says:
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV17 [GeForce4 MX 440]"
Monitor "AOC Spectrum"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
arochester's Avatar
Senior Member with 142 posts.
 
Join Date: Jan 2007
Experience: Intermediate
15-Apr-2007, 04:47 PM #5
Sorry!
Kate =Kubuntu
Ubuntu=Gedit
Command=
Quote:
sudo gedit /etc/X11/xorg.conf
midlandman's Avatar
Senior Member with 446 posts.
 
Join Date: Apr 2002
Location: Toronto, Ontario
Experience: Baffled only 50% of the time,now.
15-Apr-2007, 06:01 PM #6
It's not working. When I enter sudo gedit /etc/X11/xorg.conf I keep getting "Can't open display".
I wonder if Suse has this problem?
vtel57's Avatar
Computer Specs
Senior Member with 673 posts.
 
Join Date: Jul 2004
Location: Tampa, Florida, USA
Experience: Intermediate
15-Apr-2007, 08:01 PM #7
If you're in Ubuntu/Kubuntu, then you'll probably have to install 3rd party drivers for your hardware. If you have Nvidia hardware, you can install it one of two ways.

1) The hard way: You'll need to install your kernel source first, then download and install the Nvidia compiler script from Nvidia. You'll need to execute the script in Run Level 3 (no X running). It will compile an nvidia kernel for you and modify your xorg.conf. However, whenever you do a kernel update, you'll have to rerun the Nvidia script also.

2) The easy way: Download and install Automatix. That app will automatically install many apps for you, including Nvidia drivers.

Luck!

~Eric

EDIT: Whoops! I just noticed you're running ATI graphics. I don't know anything about installing ATI Linux drivers. Sorry.
__________________
Disclaimer: I'm NOT an expert, just a biker who tinkers around with this stuff.

Registered Linux User #423757

~V.T. Eric Layton
***Tempus Fugits***
midlandman's Avatar
Senior Member with 446 posts.
 
Join Date: Apr 2002
Location: Toronto, Ontario
Experience: Baffled only 50% of the time,now.
15-Apr-2007, 08:09 PM #8
Thanks, vtel. After playing with this thing ALL DAY, I got the answer from the Ubuntu website.
It seems the best way to is to use the code
<sudo dpkg-reconfigure xserver-xorg>
and choose all defaults until you get to the resolution option, then change it to what you want then reboot. Now I have 3 resolutions to choose from.
Thanks to all the help you guys offered on this problem, I appreciate it.
Now, in 4 days I have the new upgrade to look forward to.
__________________
ASrock 775i65G Mobo
P4 3.2G
250 G HD
2G DDR RAM
HP 940c printer
LiDe 20 Canon scanner
ATI Sapphire HD 2600 XT
SoundBlaster Audigy 2 ZS
XP
vtel57's Avatar
Computer Specs
Senior Member with 673 posts.
 
Join Date: Jul 2004
Location: Tampa, Florida, USA
Experience: Intermediate
15-Apr-2007, 08:31 PM #9
Ah, yes. I should have told you about that command. Write it down. It comes in handy in all Debian-based distros. All it really does is reconfigure the xorg.conf file, but it's easier for most folks to do it semi-graphically, rather than in an editor.

Enjoy your Linux!
__________________
Disclaimer: I'm NOT an expert, just a biker who tinkers around with this stuff.

Registered Linux User #423757

~V.T. Eric Layton
***Tempus Fugits***
gracie34's Avatar
Member with 55 posts.
 
Join Date: May 2004
Location: Tennessee
Experience: Intermediate
24-Apr-2007, 04:34 PM #10
Quote:
Originally Posted by midlandman
Thanks, vtel. After playing with this thing ALL DAY, I got the answer from the Ubuntu website.
It seems the best way to is to use the code
<sudo dpkg-reconfigure xserver-xorg>
and choose all defaults until you get to the resolution option, then change it to what you want then reboot. Now I have 3 resolutions to choose from.
Thanks to all the help you guys offered on this problem, I appreciate it.
Now, in 4 days I have the new upgrade to look forward to.
Thank you thank you thank you! I've been fighting with this all day and this solution finally worked!

*MWAH* (that's a big ol' smooch to you)
vtel57's Avatar
Computer Specs
Senior Member with 673 posts.
 
Join Date: Jul 2004
Location: Tampa, Florida, USA
Experience: Intermediate
24-Apr-2007, 04:45 PM #11
Uh... for me? If so, thank YOU!
gracie34's Avatar
Member with 55 posts.
 
Join Date: May 2004
Location: Tennessee
Experience: Intermediate
25-Apr-2007, 03:01 PM #12
For you all!

Also, Ubuntu rocks. Love it.
vtel57's Avatar
Computer Specs
Senior Member with 673 posts.
 
Join Date: Jul 2004
Location: Tampa, Florida, USA
Experience: Intermediate
25-Apr-2007, 09:58 PM #13
Yes, Ubuntu is a very good distribution of GNU/Linux.

Have FUN with it!
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 03:31 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.