<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [regression] scripted xrandr commands in /etc/X11/xinit/xinitrc.d/ are disregarded"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94403#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [regression] scripted xrandr commands in /etc/X11/xinit/xinitrc.d/ are disregarded"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94403">bug 94403</a>
              from <span class="vcard"><a class="email" href="mailto:mrmazda@earthlink.net" title="Felix Miata <mrmazda@earthlink.net>"> <span class="fn">Felix Miata</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=122123" name="attach_122123" title="strace of Icewm session begun using startx">attachment 122123</a> <a href="attachment.cgi?id=122123&action=edit" title="strace of Icewm session begun using startx">[details]</a></span>
strace of Icewm session begun using startx

(In reply to Chris Wilson from <a href="show_bug.cgi?id=94403#c1">comment #1</a>)
<span class="quote">> A quick test would be adding sleep 5 before the xrandr command. I think</span >

Tried on host big41 using Tumbleweed. Didn't help.

<span class="quote">> perhaps strace'ing the whole startup (xinit + X + xrandr) would help
> identify the issue.</span >

I've been using this /usr/local/bin/startice script to speed up invocations:

#!/bin/sh
WINDOWMANAGER=/usr/bin/icewm startx

So, I first, before remembering to remove the sleep, did:

# strace startice

I could see the mouse pointer disappear from center, then reappear upward and
leftward, accompanying mode change from the cmdline's 1440x900 to xrandr's
1680x1050. IOW, using strace, xrandr was employed normally instead of ignored.
Then, after remembering to remove the sleep,

# strace -o somefile.txt startice

Mouse pointer did not move. 1440x900 stuck. Somefile.txt attached. What clues
it may contain I have no idea.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>