BUGS
author Stiletto <blasux@blasux.ru>
Wed, 02 Apr 2014 20:32:11 +0400
changeset 1539 e2a9bd720b6e
parent 1513 1456ca0c94b7
permissions -rw-r--r--
Imported dwm 6.0 from snapshot
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1512
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
     1
---
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
     2
1504
25cb0e9856e6 added BUGS, next version is 5.8
Anselm R Garbe <anselm@garbe.us>
parents:
diff changeset
     3
18:17 < Biolunar> when i change my resolution in dwm (to a smaller one) and then back to the native, the top bar is not repainted. that's since 5.7.2, in 5.6 it worked fine
25cb0e9856e6 added BUGS, next version is 5.8
Anselm R Garbe <anselm@garbe.us>
parents:
diff changeset
     4
18:19 < Biolunar> is it just happening to me or a (known) bug?
25cb0e9856e6 added BUGS, next version is 5.8
Anselm R Garbe <anselm@garbe.us>
parents:
diff changeset
     5
18:24 < Biolunar> and in addition, mplayers fullscreen is limited to the small resolution after i changed it back to the native
25cb0e9856e6 added BUGS, next version is 5.8
Anselm R Garbe <anselm@garbe.us>
parents:
diff changeset
     6
25cb0e9856e6 added BUGS, next version is 5.8
Anselm R Garbe <anselm@garbe.us>
parents:
diff changeset
     7
reproducible with xrandr -s but not with --output and --mode, strange
25cb0e9856e6 added BUGS, next version is 5.8
Anselm R Garbe <anselm@garbe.us>
parents:
diff changeset
     8
1512
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
     9
---
1504
25cb0e9856e6 added BUGS, next version is 5.8
Anselm R Garbe <anselm@garbe.us>
parents:
diff changeset
    10
1505
486b35f01568 added nsz's last bug corner case
Anselm R Garbe <garbeam@gmail.com>
parents: 1504
diff changeset
    11
yet another corner case:
486b35f01568 added nsz's last bug corner case
Anselm R Garbe <garbeam@gmail.com>
parents: 1504
diff changeset
    12
open a terminal, focus another monitor, but without moving the mouse
486b35f01568 added nsz's last bug corner case
Anselm R Garbe <garbeam@gmail.com>
parents: 1504
diff changeset
    13
pointer there
486b35f01568 added nsz's last bug corner case
Anselm R Garbe <garbeam@gmail.com>
parents: 1504
diff changeset
    14
if there is no client on the other monitor to get the focus, then the
486b35f01568 added nsz's last bug corner case
Anselm R Garbe <garbeam@gmail.com>
parents: 1504
diff changeset
    15
terminal will be unfocused but it will accept input
1507
72e52c5333ef another bug report
Anselm R Garbe <garbeam@gmail.com>
parents: 1505
diff changeset
    16
72e52c5333ef another bug report
Anselm R Garbe <garbeam@gmail.com>
parents: 1505
diff changeset
    17
---
72e52c5333ef another bug report
Anselm R Garbe <garbeam@gmail.com>
parents: 1505
diff changeset
    18
72e52c5333ef another bug report
Anselm R Garbe <garbeam@gmail.com>
parents: 1505
diff changeset
    19
Donald Allen reported this:
72e52c5333ef another bug report
Anselm R Garbe <garbeam@gmail.com>
parents: 1505
diff changeset
    20
72e52c5333ef another bug report
Anselm R Garbe <garbeam@gmail.com>
parents: 1505
diff changeset
    21
starting emacs from dmenu in archlinux results in missing configure of emacs, but mod1-space or mod1-shift-space fix this problem. this problem is new and did not happen in 1.6 xorg servers
72e52c5333ef another bug report
Anselm R Garbe <garbeam@gmail.com>
parents: 1505
diff changeset
    22
72e52c5333ef another bug report
Anselm R Garbe <garbeam@gmail.com>
parents: 1505
diff changeset
    23
Starting emacs from xterm doesnt show this problem, he uses tag 8 for emacs
1508
0bee7022aca5 it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Anselm R Garbe <anselm@garbe.us>
parents: 1507
diff changeset
    24
0bee7022aca5 it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Anselm R Garbe <anselm@garbe.us>
parents: 1507
diff changeset
    25
---
0bee7022aca5 it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Anselm R Garbe <anselm@garbe.us>
parents: 1507
diff changeset
    26
0bee7022aca5 it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Anselm R Garbe <anselm@garbe.us>
parents: 1507
diff changeset
    27
2009/12/7 Alexandr Krylovskiy <wing_AT_tversu.ru>: 
0bee7022aca5 it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Anselm R Garbe <anselm@garbe.us>
parents: 1507
diff changeset
    28
>  Fullscreen mode with flash applications (youtube, for example) doesn't 
0bee7022aca5 it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Anselm R Garbe <anselm@garbe.us>
parents: 1507
diff changeset
    29
> work properly neither in tiled nor in floating mode. 
0bee7022aca5 it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Anselm R Garbe <anselm@garbe.us>
parents: 1507
diff changeset
    30
>  Fullscreen window closes immediately after opening. 
0bee7022aca5 it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Anselm R Garbe <anselm@garbe.us>
parents: 1507
diff changeset
    31
0bee7022aca5 it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Anselm R Garbe <anselm@garbe.us>
parents: 1507
diff changeset
    32
This is a known bug (for some curiosity I received the same report via 
0bee7022aca5 it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Anselm R Garbe <anselm@garbe.us>
parents: 1507
diff changeset
    33
privmail from 2 other people within one week, really strange). 
0bee7022aca5 it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Anselm R Garbe <anselm@garbe.us>
parents: 1507
diff changeset
    34
The quick fix is commenting out the code in lines 817/818 in hg tip 
0bee7022aca5 it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Anselm R Garbe <anselm@garbe.us>
parents: 1507
diff changeset
    35
dwm. I cannot confirm this has no side effects (I think it does) and I 
0bee7022aca5 it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
Anselm R Garbe <anselm@garbe.us>
parents: 1507
diff changeset
    36
will address this issue shortly with a real fix. 
1512
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
    37
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
    38
---
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
    39
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
    40
SDL seems to not like non-reparenting WMs:
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
    41
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
    42
> I would like to mention SDL problems, however SDL is not crucial to
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
    43
> me anymore; people that really care about it should speak up and
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
    44
> propose dwm / SDL patch or cooperation scheme in that matter. 
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
    45
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
    46
Patching SDL, bugging them?
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
    47
f8871a8b8cd8 pretty printing bugs a bit
Anselm R Garbe <anselm@garbe.us>
parents: 1508
diff changeset
    48
---
1513
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    49
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    50
voltaic reports this:
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    51
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    52
When I use two monitors, one larger in resolution than the other, the
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    53
bar is drawn using the smaller x-dimension on both screens. I think
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    54
what's happening is that there are two bars drawn, but the short bar
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    55
is always on top of the long bar such that I can't see the information
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    56
under the short bar. If I switch to the small screen, hide the short
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    57
bar, and then switch to the large screen, the long bar is drawn
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    58
correctly.
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    59
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    60
A similar problem occurs when I have started dwm on a small resolution
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    61
monitor (laptop screen) and then I switch to a large external display.
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    62
When I do this, the bar itself is drawn for the original smaller
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    63
resolution, but the information to be printed on the bar is
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    64
right-aligned for a longer bar. So what I see is a bar that has the
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    65
right hand side of it cut-off. See attached screenshot.
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    66
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    67
I am using standard options for xrandr such as --output VGA1 --auto, etc.
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    68
1456ca0c94b7 added the related bug reported by voltaic
Anselm R Garbe <anselm@garbe.us>
parents: 1512
diff changeset
    69
---