You are not logged in.

#1 2009-02-02 15:59:47

Alberto Ferreira
Member
Registered: 2008-10-08
Posts: 41

Unable to change screen resolution * [SOLVED]

Hi, I am installing Archlinux and I have read the Wiki but I still couldn't solve my stupid little problem: Changing screen resolution sad

Could someone tell me where to change this? From what I understood by reading the wiki, this should be configured in the xorg.conf but I don't know in which line. Also I'm also afraid of putting the wrong refresh rates.

I have a Samsung BW32 that I wish to run at 1680*1050 at 60Hz

Thanks

Last edited by Alberto Ferreira (2009-04-24 15:33:08)

Offline

#2 2009-02-02 18:57:30

Leigh
Member
From: USA
Registered: 2004-06-25
Posts: 533

Re: Unable to change screen resolution * [SOLVED]

This is what I use... the relevant sections.

Also I use the nvidia driver, so you might want to ignore the options in the screen section. The HorizSync and VertRefresh are specs for a Dell 2005FPW, but I think they are fairly generic values.  Hope it helps.

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "DELL"
    ModelName      "Dell 2005FPW"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    ModeLine       "1680x1050" 119.0 1680 1728 1760 1840 1050 1053 1059 1080 -hsync +vsync
    Option         "dpms"
EndSection


Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "UseDisplayDevice" "DFP-0"
    Option         "IgnoreDisplayDevices" "TV-0"
    Option         "NvAGP" "3"
    Option         "RenderAccel" "true"
    Option         "AllowDDCCI" "true"
    Option         "AllowGLXWithComposite" "true"
    Option         "AddARGBGLXVisuals" "true"
    Option         "UseEdidFreqs" "true"
    Option         "UseEdidDpi" "false"
    Option         "DPI" "98 x 97"
    Option         "HWCursor" "true"
    SubSection     "Display"
        Depth       8
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1680x1050"
    EndSubSection
EndSection


-- archlinux 是一个极好的 linux

Offline

#3 2009-02-02 18:59:40

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Unable to change screen resolution * [SOLVED]

On another note, please do not use obnoxious thread titles.  Chances are less people will be willing to help you.

Edit: Thank you.

Last edited by rson451 (2009-02-03 15:21:50)


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#4 2009-02-03 07:37:36

Leigh
Member
From: USA
Registered: 2004-06-25
Posts: 533

Re: Unable to change screen resolution * [SOLVED]

Seemed a little more desperate than obnoxious in the title. Actually if you google 1680x1050 and xorg.conf you'd find tons of examples. That's the first thing I did when I set up X on my system. If I ask for help in the forum, which is seldom, it's usually a last resort after exshausting tons of searches. You end up learning better when you figure stuff out that way. : )

Another thing that helps is checking your /var/log/Xorg.o.log, and google any any WW or EE  warnings and errors. Sometimes the log file will tell you what needs to be changed or removed. I did this until I managed to get Xorg log warning and error free.

Last edited by Leigh (2009-02-03 07:50:07)


-- archlinux 是一个极好的 linux

Offline

#5 2009-02-03 07:44:27

weasel8
Member
Registered: 2008-12-15
Posts: 149

Re: Unable to change screen resolution * [SOLVED]

Seemed a little more desperate than obnoxious in the title.

They're not mutually exclusive... wink

Offline

#6 2009-02-03 18:59:39

Alberto Ferreira
Member
Registered: 2008-10-08
Posts: 41

Re: Unable to change screen resolution * [SOLVED]

Thanks guys and I'll keep that in mind next time big_smile

Btw, the line "RenderAccel" is supposed to be in the "Device" or "Screen" section?

Offline

#7 2009-02-04 05:49:11

Leigh
Member
From: USA
Registered: 2004-06-25
Posts: 533

Re: Unable to change screen resolution * [SOLVED]

Alberto Ferreira wrote:

Btw, the line "RenderAccel" is supposed to be in the "Device" or "Screen" section?

I think most people list this in the device section, but I think it can be listed in either the device or screen section. According to the man page, these various driver options can be listed in the screen section. I'm sure this is probably why I listed it in the screen section.

http://linux.die.net/man/5/xorg.conf


-- archlinux 是一个极好的 linux

Offline

Board footer

Powered by FluxBB