Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't get high resolution
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
stuck in 96
n00b
n00b


Joined: 22 Mar 2009
Posts: 3

PostPosted: Sun Mar 22, 2009 10:19 am    Post subject: Can't get high resolution Reply with quote

i have an ati radeon 4870 and am using ati-drivers-8.582.

i want to run at my 24" LCD's native resolution of 1920x1200.

below is my xorg.conf file and it specifies a single resolution of 1920x1200. but for some reason i can only run at 1400x1050 as shown by the xrandr output. where did it get the 1400x1050 res anyways? i didn't even specify that anywhere.

Quote:
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
Option "UseEdidDpi" "false"
Option "DPI" "96 x 96"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "ATI 4870"
Monitor "DELL 2408WFP"
DefaultDepth 24

SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1200"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection



$ xrandr -q
Screen 0: minimum 320 x 200, current 1400 x 1050, maximum 1920 x 1920
DFP1 connected 1400x1050+0+0 (normal left inverted right x axis y axis) 160mm x 90mm
1920x1080 60.0 + 30.0 24.0
1776x1000 60.0 30.0
Back to top
View user's profile Send private message
energyman76b
Advocate
Advocate


Joined: 26 Mar 2003
Posts: 2048
Location: Germany

PostPosted: Sun Mar 22, 2009 12:52 pm    Post subject: Reply with quote

don't set this:
Option "UseEdidDpi" "false"
Option "DPI" "96 x 96"

and don't set any Modes.
_________________
Study finds stunning lack of racial, gender, and economic diversity among middle-class white males

I identify as a dirty penismensch.
Back to top
View user's profile Send private message
drutten
Tux's lil' helper
Tux's lil' helper


Joined: 31 Dec 2003
Posts: 103
Location: Sweden

PostPosted: Wed Mar 25, 2009 11:58 pm    Post subject: Reply with quote

Does it work yet?

Try this
Code:
xrandr --addmode DFP1 1920x1200
xrandr --output DFP1 --mode 1920x1200


It did the trick for me with intel 945 and a 22" screen.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum