added the related bug reported by voltaic
1973ab06
1 file(s) · +21 −0
| 74 | 74 | Patching SDL, bugging them? |
|
| 75 | 75 | ||
| 76 | 76 | --- |
|
| 77 | + | ||
| 78 | + | voltaic reports this: |
|
| 79 | + | ||
| 80 | + | When I use two monitors, one larger in resolution than the other, the |
|
| 81 | + | bar is drawn using the smaller x-dimension on both screens. I think |
|
| 82 | + | what's happening is that there are two bars drawn, but the short bar |
|
| 83 | + | is always on top of the long bar such that I can't see the information |
|
| 84 | + | under the short bar. If I switch to the small screen, hide the short |
|
| 85 | + | bar, and then switch to the large screen, the long bar is drawn |
|
| 86 | + | correctly. |
|
| 87 | + | ||
| 88 | + | A similar problem occurs when I have started dwm on a small resolution |
|
| 89 | + | monitor (laptop screen) and then I switch to a large external display. |
|
| 90 | + | When I do this, the bar itself is drawn for the original smaller |
|
| 91 | + | resolution, but the information to be printed on the bar is |
|
| 92 | + | right-aligned for a longer bar. So what I see is a bar that has the |
|
| 93 | + | right hand side of it cut-off. See attached screenshot. |
|
| 94 | + | ||
| 95 | + | I am using standard options for xrandr such as --output VGA1 --auto, etc. |
|
| 96 | + | ||
| 97 | + | --- |