Re: [gentoo-user] TigerVNC

2025-04-20 Thread Artur Tamm
just close the VNC session (without logging out of openbox) then I can resume the previous session. Currently restarting the openrc init script will allow to log into VNC session again. Best wishes, Artur Tamm

Re: [gentoo-user] Gaming on gentoo

2022-12-17 Thread Artur Tamm
Here is my output (start the game and exit from menu right away). It seems yours is failing at the audio initialisation stage. Could you try to compile quakespasm without any audio support. === Command line: ./quakespasm_compiled Found SDL version 1.2.16 Detected 8 CPUs. Initializing QuakeSpasm v0.

Re: [gentoo-user] Gaming on gentoo

2022-12-17 Thread Artur Tamm
Hi, I try to have a systemd and pulseaudio free setup ("religious" reasons). When I need pulse I use apulse and otherwise everything else is compiled with alsa flag. I wonder if the issue is related to graphics drivers/libraries instead. D remember having segfaults with some other linux ports whir

Re: [gentoo-user] Gaming on gentoo

2022-12-14 Thread Artur Tamm
/lib64/libXau.so.6 (0x7f2cd311) libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x7f2cd3108000) libbsd.so.0 => /usr/lib64/libbsd.so.0 (0x7f2cd30ef000) libmd.so.0 => /usr/lib64/libmd.so.0 (0x7f2cd30e1000) On Tue, 13 Dec 2022 at 14:24, Alan Ianson wrote: > On Tue, 13 Dec 2

Re: [gentoo-user] Gaming on gentoo

2022-12-13 Thread Artur Tamm
: > On Tue, 13 Dec 2022 15:32:38 +0200 > Artur Tamm wrote: > > > did you try to compile quakespasm yourself? > > Yes, I emerged 0.94.1 and also the git version (0.95.1) using the > quakespasm-.ebuild. Both of those are from the gentoo guru repository. > I also b

Re: [gentoo-user] Gaming on gentoo

2022-12-13 Thread Artur Tamm
did you try to compile quakespasm yourself? On Tue, 13 Dec 2022, 15:25 Alan Ianson, wrote: > On Tue, 13 Dec 2022 12:28:18 + > Artur Tamm wrote: > > > I can test out quakespasm in the evening (for me) as I need to extract > the > > pak file to test it (as it exitied

Re: [gentoo-user] Gaming on gentoo

2022-12-13 Thread Artur Tamm
I can test out quakespasm in the evening (for me) as I need to extract the pak file to test it (as it exitied while trying to load it). Arutr On Tue, 13 Dec 2022 at 12:24, Alan Ianson wrote: > On Tue, 13 Dec 2022 12:12:19 + > Artur Tamm wrote: > > > Hi, > > > >

Re: [gentoo-user] Gaming on gentoo

2022-12-13 Thread Artur Tamm
Hi, It seems that the game is a binary blob and requires some older libraries. Have you installed some 32bit libraries. You can check what you need with 'ldd some_binary'. For 32bit libraries you might want to use 'abi_x86_32' for the needed libraries or enable it globlly in make.conf and then rec

[gentoo-user] Re: escape from i3lock

2019-07-11 Thread artur . tamm . 85
I tried to google if it is possible to change xorg serverflags in runtime, but was unable to find anything. I think that would be a cleaner solution (changing the DontVTSwitch option before locking and then restoring later). Artur Ian Zimmerman writes: On 2019-07-11 09:57, Ian Zimmerman wr

[gentoo-user] Re: escape from i3lock

2019-07-10 Thread artur . tamm . 85
A wrapper script like this seems to do the trick. #!/bin/bash setxkbmap -option srvrkeys:none i3lock -c 003355 -n setxkbmap -option '' Artur Ian Zimmerman writes: On 2019-07-10 20:44, François-Xavier CARTON wrote: > On 7/10/19 7:03 PM, Ian Zimmerman wrote: > > Here is my next "low informatio

[gentoo-user] Re: escape from i3lock

2019-07-10 Thread artur . tamm . 85
I guess you are using xorg. man xorg says that there is an option in serverflags section which disables this functionality. Option "DontVTSwitch" "boolean" So you could add a section into xorg.conf or xorg.conf.d/ Artur Ian Zimmerman writes: On 2019-07-10 20:44, François-Xavier CARTON wrote: