Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
|
 |
06-09-2005, 11:12 PM
|
#1
|
LQ Newbie
Registered: Jun 2005
Posts: 2
Rep:
|
How do I increase my screen resolution in FC3, I cant get it larger than 800 by 600?
Hey, I just recently started using FC3 on my personal computer on that computer I had no problem adjusting the screen resolution. But i just recently installed it on a IBM server that im using as a workstation and I cannot get the resolution larger than 800 by 600. Ive tried both in Preferences; Screen and also in System, logging in as root. Neither way works for me. PLEASE HELP!! Thanks in advance.
Nike
|
|
|
06-09-2005, 11:52 PM
|
#2
|
Senior Member
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250
Rep:
|
vim /etc/X11/xorg.conf
Find the section that looks like this:
Quote:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
|
Make it look like this:
Quote:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
|
Or whatever resolutions you think the monitor can handle.
Last edited by rickh; 06-09-2005 at 11:59 PM.
|
|
|
06-10-2005, 09:47 AM
|
#3
|
Member
Registered: Sep 2003
Location: United States
Distribution: Slackware 10.1, Debian 3.0, WinXProSP1, Fedora Core 3
Posts: 425
Rep:
|
Not what you think, what you know. Look at the manual that came with the monitor or look it up online.
--Abid Kazmi
|
|
|
06-10-2005, 12:18 PM
|
#4
|
Member
Registered: Jun 2005
Location: Hyderabad
Posts: 35
Rep:
|
What ever "rickh" said should work. Try that
|
|
|
All times are GMT -5. The time now is 11:54 AM.
|
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
|
|