LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   What should I add into my xorg.conf file to add a resolution? (https://www.linuxquestions.org/questions/linux-desktop-74/what-should-i-add-into-my-xorg-conf-file-to-add-a-resolution-758781/)

gannggstaz 09-30-2009 05:54 PM

What should I add into my xorg.conf file to add a resolution?
 
I am running linux ubuntu on a dell Dimension E521 and I am using the monitor that came with it. The monitor is set to run with these specs:

Horizontal Scan Range: 30-76 kHz
Vertical Scan Range: 56 to 76 kHz
Resolution: 1280x1024 at 60 Hz

I know I have to input this information into the xorg.conf file, but where am I supposed to add it in? If anyone has a method using the program xserverxorg that would work too. If any additional information is needed on my monitor here is the dell information page: http://support.dell.com/support/edoc...ecifioications

I thank thee users of the interwebs who reply.

Drakeo 09-30-2009 06:06 PM

just give us the operating distro and some one can point you the right direction. this is the section you need to edit this is mine.
Quote:

Section "Monitor"

# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Gateway"
HorizSync 31.5 - 64.0
VertRefresh 60.0 - 75.0
Option "DPMS"
EndSection
Quote:

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1024x768 +0+0"
SubSection "Display"
Depth 24

GlennsPref 09-30-2009 06:06 PM

Hi, Welcome to LQ!

LQ has a fantastic search function that may save you time waiting for an answer to a popular question.

With over 3 million posts to search it's possible the answer has been given. :)

/etc/X11/xorg.conf
Code:

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "MEA"
    ModelName            "1280x1024 @ 50 Hz"#"DV177/SB"
    HorizSync      31.5 - 64.3
    VertRefresh    50.0 - 70.0
    Option        "DPMS"
EndSection

something like that.

Regards Glenn


All times are GMT -5. The time now is 09:45 PM.