stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] Weird behavior with XRandR and two screens


From: Shawn Betts
Subject: Re: [STUMP] Weird behavior with XRandR and two screens
Date: Fri, 24 Apr 2009 16:49:23 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Joeli Hokkanen <address@hidden> writes:

>> ;; use stumpwm package
>> (in-package :stumpwm)
>> 
>> ;; list the heads that stumpwm knows about
>> (screen-heads (current-screen))
>> 
>> You should get a list of frame structs (StumpWM models heads as
>> frames), one for each monitor you have, if everything is working. In
>> your case, you probably just have 1 element so the output looks like:
>> "(#S(frame 0 NIL 0 0 2720 1024))", or so.
>
> Yep, that's exactly what I get.

Hi Joeli,

stumpwm uses a slightly hacky way to detect the xinerama screens
because currently no lisp X11 library implement the xinerama
extension. It runs

xdpyinfo -ext XINERAMA

And parses out the "head ...." lines at the bottom.

Can you post the output to what jli asked you about:

(screen-heads (current-screen))

As well as the output of the above xdpyinfo command?

That should help me figure out what is going wrong.

If you've already resolved this issue, I'd like to know what was
wrong! Sorry for the delay in looking into this.

-Shawn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]