Solved [Solved] 1600x1200 instead of 1920x1200 with Radeon 6530

Hi all,

The monitor I am using has native resolution of 1920x1200 and that is how it works by default in Linux and Windows.
In FreeBSD 10 with xorg/gnome2 I only get 1600x1200. Does anyone know how I could force it to use native resolution?

The graphics is AMD APU A6-3670 (Radeon 6530) and display is Asus ProArt 24" LED.

Thank you!
 
Re: 1600x1200 pixels instead of 1920x1200 with Radeon 6530

It says
Code:
can't open display
Tried in single and multiuser mode.
Should I disable X before trying again?
 
Re: 1600x1200 pixels instead of 1920x1200 with Radeon 6530

user00 said:
It says
Code:
can't open display
Tried in single and multiuser mode.
Should I disable X before trying again?
xrandr needs to be run by the user who started X.
 
Re: 1600x1200 pixels instead of 1920x1200 with Radeon 6530

Argh! It works from inside X!

Code:
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 400, current 1600 x 1200, maximum 1600 x 1200
default connected 1600x1200+0+0 0mm x 0mm
   1600x1200       0.0* 
   1280x1024       0.0  
   1280x960        0.0  
   1152x864        0.0  
   1024x768        0.0  
   800x600         0.0  
   640x480         0.0  
   720x400         0.0
 
Re: 1600x1200 pixels instead of 1920x1200 with Radeon 6530

The monitor is not reporting that it supports a 1920x1200 mode. Please show your xorg.conf and post /var/log/Xorg.0.log to http://www.pastebin.com or some other file site and give the URL.
 
Back
Top