- Package:
- xserver-xorg-core
- Source:
- xorg-server
- Description:
- Xorg X server - core server
- Submitter:
- Anders Hammarquist
- Date:
- 2019-09-30 18:27:04 UTC
- Severity:
- normal
I have dual monitor setup, one widescreen LCD and an older CRT. Trying to get different default modes on the two screens appears impossible. The CRT does apparently not specify a preferred mode in its EDID, and without any setting in xorg.conf it runs at the same 1680x1050 resolution as the LCD. Trying to add an Option PreferredMode to its Monitor section in xorg.conf resulted in the LCD also running at (the specified) 1280x1024. Adding an Option PreferredMode to the LCD Monitor section had no effect (it still ran at 1280x1024). xrandr however, shows the + in the proper place for both monitors, so at least something is picking up the PreferredMode, it's just not properly applied when the initial mode is selected. /Anders
reassign 462562 xserver-xorg-core kthxbye I think this is because it tries to come up in the same resolution on all connected displays by default, but I agree some way to override this might be nice. However, this is handled by the X server itself, reassigning.
Anders Hammarquist wrote: I had a bug like this with earlier xserver-xorg-core. The BIOS PreferredMode of the first output was overriding the xorg.conf PreferredMode of the next output. Since VGA-0 is listed before DVI-0 with the ati driver, there's a good chance it's related and that the fix for my bug was actually incomplete. Can you send the corresponding xrandr output? I will forward your report on the upstream bugzilla. Brice
In a message of Sun, 27 Jan 2008 20:51:10 +0100, Brice Goglin writes: This does indeed sounds quite similar. If you have some pointers to where in the code I should look, I'll see if I can figure out what's going on. Screen 0: minimum 320 x 200, current 2960 x 1050, maximum 2960 x 1680 VGA-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 352mm x 264mm 1280x1024 84.8*+ 85.0 75.0 60.0 2048x1536 60.0 1920x1440 60.0 1856x1392 60.0 1792x1344 60.0 1920x1200 72.8 60.0 1600x1200 75.0 75.0 70.0 65.0 60.0 59.9 1680x1050 60.0 1600x1024 60.0 1400x1050 85.3 74.8 70.0 60.0 1440x900 60.2 1280x960 85.0 60.0 1280x800 60.0 1152x864 85.1 84.8 75.0 74.8 1280x768 60.0 1152x768 54.8 1024x768 84.9 85.0 75.1 75.0 70.1 60.0 43.5 832x624 74.6 800x600 84.9 85.1 72.2 75.0 60.3 56.2 640x480 85.0 84.6 75.0 72.8 72.8 75.0 66.7 60.0 60.0 59.9 720x400 87.8 85.0 70.1 640x400 85.1 640x350 85.1 DVI-0 connected 1680x1050+1280+0 (normal left inverted right x axis y axis) 434mm x 270mm 1680x1050 60.0*+ 1280x1024 75.0 59.9 1280x960 59.9 1152x864 75.0 74.8 1024x768 75.1 60.0 832x624 74.6 800x600 75.0 60.3 56.2 640x480 75.0 60.0 720x400 70.1 S-video disconnected (normal left inverted right x axis y axis) /Anders
forwarded 462562 https://bugs.freedesktop.org/show_bug.cgi?id=14267 thank you iko@debian.org wrote: This should be in hw/xfree86/modes/xf86Crtc.c You might want to look at the commit that fixed my problem is http://gitweb.freedesktop.org/?p=xorg/xserver.git;a=commitdiff;h=feac0759522cbdc3e61ccfa373df735903c5cb27 Thanks. I have forwarded the bug upstream at the URL above. Feel free to add any comment if you think it could help. Brice
Brice Goglin <Brice.Goglin@ens-lyon.org> (27/01/2008): 1.10…): https://bugs.freedesktop.org/show_bug.cgi?id=14267#c2 KiBi.