LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 09-29-2007, 11:56 AM   #1
kansal.bsr
LQ Newbie
 
Registered: Sep 2007
Posts: 1

Rep: Reputation: 0
resolution problem in fedora 7


i m noob in linux. i installed fedora 7 on my intel board.i have a sata hard disk. my default resolution is 800*600 . when i try to change it from display option, no more resolution r there at that. i wanna my resolution to be 1024*768 or more. how do i get that.
thnx in advance.
 
Old 09-29-2007, 12:09 PM   #2
homey
Senior Member
 
Registered: Oct 2003
Posts: 3,057

Rep: Reputation: 61
Use the command:
system-config-display

You will need the root user password.
 
Old 09-30-2007, 11:26 PM   #3
I_like_TUX
Member
 
Registered: Sep 2007
Distribution: Fedora 7, Edubuntu
Posts: 35

Rep: Reputation: 15
Please post your video card chip set and brand+model of your monitor.

IMPORTANT: you have to prepare to edit the configuration files like xorg.conf manually in text mode via an editor like vi because if you mess up, you will not be able get a correct display to change your settings via a GUI. And I am no expert in xorg.conf.

It is possible that your monitor type is not detected correctly and thus your screen resolution is limit to 800x600 or your monitor simply do not support 1024x768 for a refresh rate 60-70Hz.

Last edited by I_like_TUX; 10-01-2007 at 09:32 PM. Reason: correct some mistakes
 
Old 09-30-2007, 11:32 PM   #4
AAnarchYY
Member
 
Registered: Sep 2004
Location: Carlisle, MA
Distribution: Debian 8
Posts: 419

Rep: Reputation: 30
xrandr -s 1024x768
 
Old 10-16-2007, 07:09 PM   #5
hferretluv
Member
 
Registered: Sep 2005
Location: Washington state
Distribution: fedora core 9 i386 - x86
Posts: 44
Blog Entries: 1

Rep: Reputation: 15
Question

Quote:
Originally Posted by I_like_TUX View Post
Please post your video card chip set and brand+model of your monitor.

It is possible that your monitor type is not detected correctly and thus your screen resolution is limit to 800x600 or your monitor simply do not support 1024x768 for a refresh rate 60-70Hz.
The problem I have is similar, but MY monitor runs best at 60 Hz refresh rate for 1024 x 768. And as far as I can figure on this, while my monitor will work at 85 herz, it works best on the 60 (starts squeeling about 20 minutes to an hour on 85 hz). But I can NOT find out which file needs to be edited to correct this. xorg.conf while showing the window or the refresh rate, does not seem to show a way to correct the problem.

On initial install, fedora 7 DID use the correct refresh rate, but at some time during the updating, it changed the refresh rate and the gui for resolution shows 85 hz as only option. And resolution disparity between screen and monitor. Not the same.

Machspeed P4MST-890 Motherboard
via chipset of P4M890 and VT8237A
intel Core2 dual 2.2Ghz cpu

2 Gig of ram
fedora core 7 - 2.6.22.9-91

Purchased New Video card: Ati Radeon HD 2400 Pro 256mb DDR2

xorg.conf

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "Monitor 1280x1024"
HorizSync 31.5 - 79.0
VertRefresh 50.0 - 90.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection



So plenty of room for almost any uses. But monitor and card are not identified correctly anymore. Ideas anyone?

Thank you.

Last edited by hferretluv; 10-16-2007 at 07:13 PM. Reason: left out some word in sentances
 
Old 10-16-2007, 09:03 PM   #6
I_like_TUX
Member
 
Registered: Sep 2007
Distribution: Fedora 7, Edubuntu
Posts: 35

Rep: Reputation: 15
Quote:
Originally Posted by hferretluv View Post
Section "Monitor"
Identifier "Monitor0"
ModelName "Monitor 1280x1024"
HorizSync 31.5 - 79.0
VertRefresh 50.0 - 90.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
"vesa" means the your video card is not recognized. You might want to try the ATI website for driver.

I think "Monitor 1280x1024" means you have a generic monitor capable of 1280x1024.

My personal experience:
I have a very old CRT. While my old on-board video card was detected properly, my monitor wasn't and I ended up having 800x600 as the max. I changed the monitor type to something like "generic CRT 1024x768" but then I saw multiple images! Then I tried to change the VertRefresh to something like 50.0 - 60.0 and it works for my monitor.
After I upgraded my motherboard with newer on-board graphics and install Fedora 7, I can't get it working. Poor me, I am using 800x600 at 60Hz right now. Anyway, my OLD monitor made high-pitch tone even back in the days I can use 1024x768 at 60Hz in Fedora Core 6.

Last edited by I_like_TUX; 10-16-2007 at 09:13 PM.
 
Old 10-16-2007, 11:24 PM   #7
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
@hferretluv
Set the maximum for the VertRefresh to 60 Hz in your xorg.conf and test. If that is not enough, add Option "UseEdidFreqs" "FALSE" to the device section in your xorg.conf.
 
Old 10-23-2007, 09:28 AM   #8
chazfool
LQ Newbie
 
Registered: Oct 2007
Posts: 1

Rep: Reputation: 0
No solution to Fedora 7 Resolution

I've searched and searched for a solution to this problem.

I am restricted to 800x600 resolution in Fedora 7

Dell XPS 410

ATI Radeon x1300

Tried ATI drivers, both ATI and Livna,

Tried editing the xorg.conf

i think i've tried everything, would love some expertise on this, great hardware system, great Operating System.

I have Planet CCRMA installed providing a custom kernal, i assume that might cause issues.

Any help would be most beneficial.

Regards

Chazfool
 
  


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
Fedora 5 / resolution problem onkia Fedora 26 09-15-2006 12:01 AM
Resolution problem (Fedora Core 5) onkia Linux - Hardware 5 08-07-2006 10:39 AM
(Fedora Core 4) Resolution Problem Ogprince Linux - Laptop and Netbook 5 01-31-2006 07:02 AM
Resolution problem with fedora 4 on my laptop brightmal Fedora 1 12-08-2005 08:21 AM
Screen Resolution problem with Fedora 1 davidcrawley Linux - Software 1 02-16-2004 10:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:13 PM.

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