Bug 15318

Summary: xorg.log and xrandr report different max screen sizes
Product: xorg Reporter: Gustaf <g.rantila>
Component: Server/GeneralAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED WORKSFORME QA Contact: Xorg Project Team <xorg-team>
Severity: major    
Priority: medium    
Version: 7.3 (2007.09)   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
X log none

Description Gustaf 2008-04-02 01:04:45 UTC
Created attachment 15625 [details]
X log

My X log tells me the following:

(II) RADEON(0): Max desktop size set to 2560x1600
(II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf

Which is great. This means, I can use my two monitors in dual-head in their native resolution without needing to use the "Virtual" option in xorg.conf.
Or? I have a problem with my 1280x1024 monitor getting mode 1024x768, as I have specified in bug 15317. This means I have to set it manually using xrandr:

$ xrandr --output DVI-0 --mode 1280x1024 --rate 75
xrandr: screen cannot be larger than 2048x1600 (desired size 2304x1024)

Now it says max desktop size is 2048x1600 when my x log says 2560x1600...
Well, it works by using the "Virtual" option in xorg.conf (which noone should ever need to specify I think), but the log (or xrandr) shouldn't give me incorrect information.
Comment 1 Adam Jackson 2018-06-12 17:03:05 UTC
Almost certainly not the case anymore.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.