Bug#1042862: Xspice crashes on start

2023-08-01 Thread Frank Heckenbach
Package: xserver-xspice Version: 0.1.6-1 Severity: grave Justification: renders package unusable See #1038648. As I wrote there, 0.1.6-1 doesn't fix the problem, but this was ignored, so I'm sending a new bug report. The buggy patch is now upstream, but that doesn't make it correct. I've already

Bug#1038648: closed by Debian FTP Masters (reply to Timo Aaltonen ) (Bug#1038648: fixed in xserver-xorg-video-qxl 0.1.6-1)

2023-06-27 Thread Frank Heckenbach
Doesn't fix the problem.

Bug#1038648: Xspice crashes on start

2023-06-20 Thread Frank Heckenbach
Control: tags patch I think I found the problem. It seems to be Fix-a-build-error-with-Xorg-master.patch To be honest, I don't really understand the patch. According to the comment, instead of just changing one renamed parameter, it changes the calling conventions at the cost of an unnecessary "s

Bug#1038648: Xspice crashes on start

2023-06-19 Thread Frank Heckenbach
Package: xserver-xspice Version: 0.1.5+git20200331-3 Severity: grave Justification: renders package unusable Since upgrading to bookworm, Xspice always crashes when I try to start it: Xspice --config xspice.1.conf :25 (EE) Caught signal 6 (Aborted). Server aborting Full log: xspice.1.log https

Bug#905015: xserver-xorg-input-elographics: Xorg hangs on start when touchscreen does not answer

2021-02-17 Thread Frank Heckenbach
> This was a bug in X server 1.19 fixed in 1.19.4 with > https://gitlab.freedesktop.org/xorg/xserver/-/commit/d8f63717e05ae8d820ceae74216916ebd180441d > > Unfortunately this bug is in the X server in stretch and won't get fixed > there now that stretch is LTS, but the versions in buster and later

Bug#905033: xserver-xorg-input-elographics: locks up system on EOF from touchscreen

2018-07-30 Thread Frank Heckenbach
Package: xserver-xorg-input-elographics Version: 1:1.4.1-1 Severity: normal Tags: patch When reading from the touchscreen device returns 0 (EOF), the driver goes into an endless loop of poll and read. This locks up the Xorg server, and when trying to kill it with -9, it hangs the whole system (no

Bug#905015: xserver-xorg-input-elographics: Xorg hangs on start when touchscreen does not answer

2018-07-30 Thread Frank Heckenbach
Package: xserver-xorg-input-elographics Version: 1:1.4.1-1 Severity: normal Tags: patch See subject. Reason: ELO_MAX_WAIT is microseconds, but xf86WaitForInput expects milliseconds. Patch (line numbers after #776990): --- src/xf86Elo.c +++ src/xf86Elo.c @@ -459,7 +459,7 @@ * timeout and e

Bug#776990: xserver-xorg-input-elographics: inverted and swapped axes don't work

2015-02-03 Thread Frank Heckenbach
Package: xserver-xorg-input-elographics Version: 1:1.4.1-1+fh1 Severity: normal Tags: upstream patch Inverted and swapped axes don't work: - priv->swap_axes is set and never used, so clearly it cannot work. - Limits are passed to InitValuatorAxisStruct which doesn't work (at least) with invert

Bug#776371: x11-utils: xwininfo segfaults when given invalid screen number

2015-01-27 Thread Frank Heckenbach
Package: x11-utils Version: 7.7~1 Severity: normal xwininfo segfaults when given an invalid screen number: % DISPLAY=:0.100 xwininfo -root xwininfo: Please select the window about which you would like information by clicking the mouse in that window. Segmentation fault Unlike