You are not logged in.

#1 2009-01-16 08:37:46

dr0p
Member
From: Seattle, WA, USA
Registered: 2008-06-11
Posts: 120

[ATI] Resolution Problems

Okay, so my monitor's native resolution is 1440x900 (19" 16:10) but for some reason xorg will only display at 1400x1050 (4:3) which makes my eyes very sad, and I was hoping someone here could help me get it to the right resolution.

xorg conf: http://pastebin.com/m717e1aa9

Oh and I have a radeon 3870.


Arch i686 User
xmonad :: xmobar :: urxvt :: vim

Offline

#2 2009-01-16 11:10:38

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: [ATI] Resolution Problems

It does so because your xorg.conf says your monitor can do it.
In the "Section "Monitor"" try to comment modes your monitor doesn't support or that you don't want to use, I would delete or comment every resolution except the native one (if you are using a tft which I guess you do).
Or you could give autodetection a try,


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#3 2009-01-16 12:49:43

Aprz
Member
From: Newark
Registered: 2008-05-28
Posts: 277

Re: [ATI] Resolution Problems

Under Section "Monitor", add Option "PreferredMode" "1440x900".

Section "Monitor"
     ...
     Option "PreferredMode" "1440x900"
EndSection

Last edited by Aprz (2009-01-16 12:50:29)

Offline

#4 2009-01-18 02:22:57

dr0p
Member
From: Seattle, WA, USA
Registered: 2008-06-11
Posts: 120

Re: [ATI] Resolution Problems

R00KIE wrote:

It does so because your xorg.conf says your monitor can do it.
In the "Section "Monitor"" try to comment modes your monitor doesn't support or that you don't want to use, I would delete or comment every resolution except the native one (if you are using a tft which I guess you do).
Or you could give autodetection a try,

The problem is my monitor's native resolution isn't in there, and I don't know exactly how to make a new one. I have tried tweaking the 1400x1050 resolution but it doesn't work (probably doin it wrong.) I have heard also from a friend that it might be the VESA driver which I'd like to replace anyway but I can't seem to get the ATI driver loaded.

Aprz wrote:

Under Section "Monitor", add Option "PreferredMode" "1440x900".

Section "Monitor"
     ...
     Option "PreferredMode" "1440x900"
EndSection

Thanks for the suggestion, but doesn't work when the proper mode isn't in there anyways.


Arch i686 User
xmonad :: xmobar :: urxvt :: vim

Offline

#5 2009-01-18 06:26:18

perbh
Member
From: Republic of Texas
Registered: 2005-03-04
Posts: 765

Re: [ATI] Resolution Problems

Then try the following in /etc/X11/xorg.conf
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes "1440x900"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1440x900"
        EndSubSection
EndSection


Gawd, I _hate_ these new-fangled widescreens - give me 1280x1024 (or even better 1600x1200) any day!!

Offline

Board footer

Powered by FluxBB