Summary: | PreferredMode freezes xserver 1.4 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Evgeni Golov <evgeni> | ||||||||
Component: | Server/General | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> | ||||||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||||||
Severity: | major | ||||||||||
Priority: | medium | CC: | mat | ||||||||
Version: | 7.3 (2007.09) | ||||||||||
Hardware: | x86 (IA32) | ||||||||||
OS: | Linux (All) | ||||||||||
Whiteboard: | |||||||||||
i915 platform: | i915 features: | ||||||||||
Attachments: |
|
Description
Evgeni Golov
2007-09-18 16:03:35 UTC
Created attachment 11623 [details]
xorg.log when freezed with preferredmode for internal screen
Can you attach the output of xrandr as well? XRandR without PreferredMode (both screens connected): zhenech@chiisai ~ % xrandr -q Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2304 x 1024 VGA-0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 376mm x 301mm 1280x1024 74.9 75.0 59.9 60.0 1024x768 74.9* 75.1 70.1 60.0 59.9 832x624 74.6 800x600 72.2 75.0 74.9 60.3 59.9 56.2 640x480 75.0 72.8 74.8 66.7 60.0 59.4 720x400 70.1 LVDS connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm 1024x768 60.0*+ 60.0 800x600 60.0 60.3 640x480 60.0 59.9 When I set PreferredMode, start X without the monitor the PM is set for, connect the monitor afterwards and run xrandr then, X freezes too :( can you post your xorg config as well? It sounds like the X server enters an infinite loop when the option is present for a connected monitor. Please try attaching gdb to the X server when it's frozen and attach the backtrace. Created attachment 11647 [details]
xorg.conf
(In reply to comment #5) > Please try attaching gdb to the X server when it's frozen and attach the backtrace. Could you tell me how to do that? gdb is installed, then start X, bring it to freeze, login via SSH, and run `gdb /usr/bin/X <pid of X>`? But how do I get a backtrace as soon I'm in? Created attachment 11669 [details]
backtrace of Xorg freezed after startup because of the PreferredMode option
this is an xserver bug. this patch may help: http://www.botchco.com/alex/xorg/fix_crtc_loop.diff while there is still potential for an infinite loop in the server, the latest version of ati git master, should avoid the situation. see if that helps. Hm, it seems like neither the patch for xorg, nor the latest ati git can help. My xorg still hangs. Regards Evgeni This should be fixed in xserver from git with Keithp's recent-ish changes to mode types. You mean commits feac0759522cbdc3e61ccfa373df735903c5cb27 and 29e0e180729a4f0cc020985a4de4c8bc4b9c7f5f ? Will these be in 1.4.1? *hope* (In reply to comment #14) > You mean commits > feac0759522cbdc3e61ccfa373df735903c5cb27 and > 29e0e180729a4f0cc020985a4de4c8bc4b9c7f5f ? yes. > Will these be in 1.4.1? *hope* > doesn't look like it. they should probably be added to the 1.4 page: http://wiki.x.org/wiki/Server14Branch really fixed in git, patches nominated for 1.4.1 |
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.