[Bug 94403] [regression] scripted xrandr commands in /etc/X11/xinit/xinitrc.d/ are disregarded
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Mar 6 04:09:07 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=94403
--- Comment #2 from Felix Miata <mrmazda at earthlink.net> ---
Created attachment 122123
--> https://bugs.freedesktop.org/attachment.cgi?id=122123&action=edit
strace of Icewm session begun using startx
(In reply to Chris Wilson from comment #1)
> A quick test would be adding sleep 5 before the xrandr command. I think
Tried on host big41 using Tumbleweed. Didn't help.
> perhaps strace'ing the whole startup (xinit + X + xrandr) would help
> identify the issue.
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.
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160306/410bde85/attachment.html>
More information about the intel-gfx-bugs
mailing list