Are there any updated instructions for this: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround ?
I am unable to build the mesa driver on debian testing. The recent versions do not allow the option "glx=gallium-xlib" while the older versions do not build. Has anyone tried this recently?
Unfortunately several of the applications I use are not working because of this.
V.
On Fri, Apr 22, 2022 at 02:20:43PM +0530, Vikas Rawal wrote:
Are there any updated instructions for this: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround ?
I am unable to build the mesa driver on debian testing. The recent versions do not allow the option "glx=gallium-xlib" while the older versions do not build. Has anyone tried this recently?
FWIW, I was able to build up to mesa-21.3.8.tar.xz (which is pretty recent, 2022-03-18) on Devuan Chimaera (should be equivalent to Debian stable) recently, using the above instructions.
Unfortunately several of the applications I use are not working because of this.
I can relate. If I had not been able to build libGL, it would have caused me quite some issues.
Hanno
Thanks a lot. This was very helpful. I was able to build mesa-21.3.8 on debian testing.
I still have two problems though.
Some applications (alacritty, for example) break because of xinput2. alacritty throws up following error:
thread 'main' panicked at 'X server has XInput extension 1.3 but does not
support XInput2',
/home/vikas/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.26.1/src/platform_impl/linux/x11/mod.rs:176
:17
note: run with RUST_BACKTRACE=1
environment variable to display a
backtrace
My browser (qutebrowser) throws the warning about Xinput2 but starts. But it refuses to work because it says "network change detected". If I reload the page multiple times, some of the pages load. But the browser is unusable. I do not have the same problem with firefox. I understand that this is more likely to be a problem with qutebrowser. And is not likely to be related to the original issue of this thread (glx, that is).
But if anyone on the list has a similar experience and a solution, I will be grateful.
Vikas
On Fri, 22 Apr 2022 at 17:00, Hanno Foest <hurga-x2go@tigress.com> wrote:
On Fri, Apr 22, 2022 at 02:20:43PM +0530, Vikas Rawal wrote:
Are there any updated instructions for this: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround ?
I am unable to build the mesa driver on debian testing. The recent versions do not allow the option "glx=gallium-xlib" while the older versions do not build. Has anyone tried this recently?
FWIW, I was able to build up to mesa-21.3.8.tar.xz (which is pretty recent, 2022-03-18) on Devuan Chimaera (should be equivalent to Debian stable) recently, using the above instructions.
Unfortunately several of the applications I use are not working because of this.
I can relate. If I had not been able to build libGL, it would have caused me quite some issues.
Hanno
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
NX does only offer xinput1 at the moment. Regarding the network problems: I cannot see how that might be related to NX.
Uli
Vikas Rawal <vikasrawal@gmail.com> schrieb am Sa., 23. Apr. 2022, 03:16:
Thanks a lot. This was very helpful. I was able to build mesa-21.3.8 on debian testing.
I still have two problems though.
Some applications (alacritty, for example) break because of xinput2. alacritty throws up following error:
thread 'main' panicked at 'X server has XInput extension 1.3 but does not support XInput2', /home/vikas/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.26.1/src/platform_impl/linux/x11/mod.rs:176 :17 note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceMy browser (qutebrowser) throws the warning about Xinput2 but starts. But it refuses to work because it says "network change detected". If I reload the page multiple times, some of the pages load. But the browser is unusable. I do not have the same problem with firefox. I understand that this is more likely to be a problem with qutebrowser. And is not likely to be related to the original issue of this thread (glx, that is).
But if anyone on the list has a similar experience and a solution, I will be grateful.
Vikas
On Fri, 22 Apr 2022 at 17:00, Hanno Foest <hurga-x2go@tigress.com> wrote:
On Fri, Apr 22, 2022 at 02:20:43PM +0530, Vikas Rawal wrote:
Are there any updated instructions for this: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround ?
I am unable to build the mesa driver on debian testing. The recent versions do not allow the option "glx=gallium-xlib" while the older versions do not build. Has anyone tried this recently?
FWIW, I was able to build up to mesa-21.3.8.tar.xz (which is pretty recent, 2022-03-18) on Devuan Chimaera (should be equivalent to Debian stable) recently, using the above instructions.
Unfortunately several of the applications I use are not working because of this.
I can relate. If I had not been able to build libGL, it would have caused me quite some issues.
Hanno
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
You can try x2gokdrive instead of nx. It's based on actual xorg code and has glx support. Also virtual gl can be used if you need hw acceleration Regards Alex
Am 23. April 2022 03:16:04 MESZ schrieb Vikas Rawal <vikasrawal@gmail.com>:
Thanks a lot. This was very helpful. I was able to build mesa-21.3.8 on debian testing.
I still have two problems though.
Some applications (alacritty, for example) break because of xinput2. alacritty throws up following error:
thread 'main' panicked at 'X server has XInput extension 1.3 but does not support XInput2', /home/vikas/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.26.1/src/platform_impl/linux/x11/mod.rs:176 :17 note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceMy browser (qutebrowser) throws the warning about Xinput2 but starts. But it refuses to work because it says "network change detected". If I reload the page multiple times, some of the pages load. But the browser is unusable. I do not have the same problem with firefox. I understand that this is more likely to be a problem with qutebrowser. And is not likely to be related to the original issue of this thread (glx, that is).
But if anyone on the list has a similar experience and a solution, I will be grateful.
Vikas
On Fri, 22 Apr 2022 at 17:00, Hanno Foest <hurga-x2go@tigress.com> wrote:
On Fri, Apr 22, 2022 at 02:20:43PM +0530, Vikas Rawal wrote:
Are there any updated instructions for this: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround ?
I am unable to build the mesa driver on debian testing. The recent versions do not allow the option "glx=gallium-xlib" while the older versions do not build. Has anyone tried this recently?
FWIW, I was able to build up to mesa-21.3.8.tar.xz (which is pretty recent, 2022-03-18) on Devuan Chimaera (should be equivalent to Debian stable) recently, using the above instructions.
Unfortunately several of the applications I use are not working because of this.
I can relate. If I had not been able to build libGL, it would have caused me quite some issues.
Hanno
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
-- Oleksandr Shneyder | Email: o.shneyder@phoca-gmbh.de phoca GmbH | Tel. : 0911 - 14870374 0 Schleiermacherstr. 2 | Fax. : 0911 - 14870374 9 D-90491 Nürnberg | Mobil: 0163 - 49 64 461
Geschäftsführung: Dipl.-Inf. Oleksandr Shneyder
Amtsgericht München | http://www.phoca-gmbh.de HRB 196 658 | http://www.x2go.org USt-IdNr.: DE281977973