[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-07-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #98 from Diego Viola --- (In reply to Diego Viola from comment #96) > Created attachment 144786 [details] > Yet another workaround (patch) for xterm > > Replacing FontHeight for VDrawable seems to help. VDrawable is just a big

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-07-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #97 from Diego Viola --- s/for/with/ -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-devel@lists.freedesktop.org

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-07-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #96 from Diego Viola --- Created attachment 144786 --> https://bugs.freedesktop.org/attachment.cgi?id=144786=edit Yet another workaround (patch) for xterm Replacing FontHeight for VDrawable seems to help. -- You are receiving

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-07-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #95 from Diego Viola --- Still a problem with linux 5.2.0-arch2-1-ARCH and mesa 19.1.2-1. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-06-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #94 from Diego Viola --- This bug is still present with mesa 19.1.0-1. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #93 from Diego Viola --- I just tried to reproduce this issue (xterm bug) with sway today and noticed that I can't reproduce it under sway. The bug can still be reproduced with weston and i3. - sway 1.0-8 - xorg-server-xwayland

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #92 from Diego Viola --- (In reply to komqinxit from comment #91) > xfce4-terminal and Geany bugs seem to be this > https://bugs.freedesktop.org/show_bug.cgi?id=110355 and solved with mesa > 19.0.4. That's good to know, thanks. --

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #91 from komqin...@zoho.eu --- xfce4-terminal and Geany bugs seem to be this https://bugs.freedesktop.org/show_bug.cgi?id=110355 and solved with mesa 19.0.4. -- You are receiving this mail because: You are the assignee for the

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #90 from komqin...@zoho.eu --- Created attachment 144188 --> https://bugs.freedesktop.org/attachment.cgi?id=144188=edit Geany without a bug -- You are receiving this mail because: You are the assignee for the

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #89 from komqin...@zoho.eu --- Created attachment 144187 --> https://bugs.freedesktop.org/attachment.cgi?id=144187=edit Bug in Geany -- You are receiving this mail because: You are the assignee for the

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #88 from Diego Viola --- (In reply to komqinxit from comment #87) > Another similar bug. > xfce4-terminal leaves a large black area at the bottom when it renders > 'dmesg' or 'cat /etc/passwd'. > > AMD Ryzen 3 2200G. > Arch Linux.

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-05-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #87 from komqin...@zoho.eu --- I have the same bug with xterm and shift+paging. Another similar bug. xfce4-terminal leaves a large black area at the bottom when it renders 'dmesg' or 'cat /etc/passwd'. AMD Ryzen 3 2200G. Arch

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #86 from Diego Viola --- I found another workaround. Edit xterm's util.c and change line 2161: unsigned int h = (unsigned) (nlines * FontHeight(screen)); to: unsigned int h = (unsigned) (1000); i.e. increasing the h variable to

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #85 from Diego Viola --- Created attachment 144054 --> https://bugs.freedesktop.org/attachment.cgi?id=144054=edit xterm exhibiting the bug xterm exhibiting the bug after running "dmesg" and hitting Shift+PgUp. -- You are

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #84 from Diego Viola --- (In reply to Michel Dänzer from comment #83) > (In reply to Diego Viola from comment #82) > > I found that I can't reproduce this bug with Xephyr -glamor_gles2 (git) but > > it still happens with -glamor. >

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #83 from Michel Dänzer --- (In reply to Diego Viola from comment #82) > I found that I can't reproduce this bug with Xephyr -glamor_gles2 (git) but > it still happens with -glamor. Presumably the GL_NV_texture_barrier extension

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #82 from Diego Viola --- I found that I can't reproduce this bug with Xephyr -glamor_gles2 (git) but it still happens with -glamor. -- You are receiving this mail because: You are the assignee for the

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #81 from Diego Viola --- (In reply to Michel Dänzer from comment #80) > (In reply to Diego Viola from comment #79) > > Which might indicate this being a freetype problem? > > No. If it was a FreeType problem, R600_DEBUG=nodpbb or >

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #80 from Michel Dänzer --- (In reply to Diego Viola from comment #79) > Which might indicate this being a freetype problem? No. If it was a FreeType problem, R600_DEBUG=nodpbb or MESA_EXTENSION_OVERRIDE="-GL_NV_texture_barrier"

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #79 from Diego Viola --- I found that a workaround for this issue is to add the following to my Xresources: XTerm.vt100.scaleHeight: 0.9 The default is 1.0 (which creates the problem), a value of 1.5 also makes it work (although

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 --- Comment #78 from Diego Viola --- Created attachment 143956 --> https://bugs.freedesktop.org/attachment.cgi?id=143956=edit clinfo -A output -- You are receiving this mail because: You are the assignee for the

[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

2019-04-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110214 Diego Viola changed: What|Removed |Added Summary|radeonsi: xterm scrollback |radeonsi: xterm scrollback