LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Limited Screen Resolution Options (https://www.linuxquestions.org/questions/linux-newbie-8/limited-screen-resolution-options-560882/)

jfried23 06-11-2007 09:16 AM

Limited Screen Resolution Options
 
Hi everybody I just recently installed Fedora 7 (i386 on an AMD X2) and I have been unable to properly configure my display. Fedora properly recognizes my display in the control panel:

Monitor Type: Dell 2007FP (Digital)


and I think it is recognizing my graphics card:

Video Card: ATI Technologies Inc [Radeon X1300/X1550 Serries]
(Secondary)

but when I try to change the screen resolution in the pull down menu I am limited to 1280x1024 when I know I should be able to display 1600x1200. As a result everything seems comically large!

I am relatively new to linux and could really use a hand!
Thanks for the help!
--Josh

Here is my 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 "Dell 2007FP (Digital)"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.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
EndSubSection
EndSection

farslayer 06-11-2007 04:02 PM

My Dell 17" LCD has a Max resolution of 1280x1024.. are you SURE yours supports a higher resolution ?

the refresh rate settings for my screen is pretty much identical to yous.. you might want to check the specs again..

Code:

Section "Device"
        Identifier      "ATI Technologies Inc RC410 [Radeon Xpress 200]"
        Driver          "ati"
        BusID          "PCI:1:5:0"
EndSection

Section "Monitor"
        Identifier      "Minicom LTD"
        Option          "DPMS"
        HorizSync      31-81
        VertRefresh    56-76
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies Inc RC410 [Radeon Xpress 200]"
        Monitor        "Minicom LTD"
        DefaultDepth    24
        SubSection "Display"
                Depth          24
                Modes          "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection


jfried23 06-11-2007 04:08 PM

Thanks for the quick reply!
Yeah I am positive it is capable of higher resolutions. It is natively 1600x1200 @ 60 Hz and it was operating like that using xp. Any other ideas?

farslayer 06-11-2007 04:14 PM

I just checked the specs and you are right 1600x1200 @ 60 with the refresh rates you have entered..

how very odd..

Might want to try one of the 'modeline' generator tools..

camh 06-11-2007 11:09 PM

Try adding the line
Code:

Modes          "1600x1200" "1280x1024" "1024x768" "800x600"
to your Screen->Display subsection.

Wim Sturkenboom 06-11-2007 11:49 PM

If above (camh) is not enough, you can add option "UseEdid" "false" to the device section as well.

jfried23 06-12-2007 08:53 AM

Well I added the the resolution to the modes section but that didn't change the available resolutions on the gui pull down menu. Here is my modification with the UseEdid althought that didnt seem to fix things either:

Section "Device"
Identifier "Videocard0"
Driver "vesa"
Option "UseEDID" "False"
EndSection

I am wondering if it not specifically recognizing my video card in the xorg.conf has anything to do with it. Thanks for all the help!

Wim Sturkenboom 06-12-2007 12:14 PM

Oops, overlooked that :study: Forget all other remarks and install the driver first.

jfried23 06-12-2007 12:30 PM

I didn't realize there was a driver. I was of the understanding ati drivers for Fedora 7 did not exist. Is there an open source driver I could use thats not part of the fedora 7 install that would work? I am totally lost on this one.

farslayer 06-12-2007 01:20 PM

well theres the opensource driver 'ati' or you could download and install the proprietary ati Drivers 'fglrx'

http://www.fedorafaq.org/#radeon


http://ati.amd.com/support/drivers/l...ux-radeon.html


All times are GMT -5. The time now is 01:08 AM.