RE: How complex would be to recode Xorg so it allow Me to use Unix sockets instead of TCP/IP sockets

2020-04-29 Thread Mgr. Janusz Chmiel
Because there is no other way how to intercept keyboard from Termux. Termux monitor keyboard but when I will run X11 session there is no process which is capable to monitor The keyboard. Other people also use VNC. Dummi video driver have been used for situations, where user do not need The

Re: How complex would be to recode Xorg so it allow Me to use Unix sockets instead of TCP/IP sockets

2020-04-29 Thread Samuel Thibault
Mgr. Janusz Chmiel, le mer. 29 avril 2020 21:05:02 +0200, a ecrit: > I Am using Dummi video driver because graphical output is useless for Me I > do not see at all. Understood. Again, my question is: why do you need to connect through VNC? Is the keyboard not working otherwise? How would people

RE: How complex would be to recode Xorg so it allow Me to use Unix sockets instead of TCP/IP sockets

2020-04-29 Thread Mgr. Janusz Chmiel
I Am using Dummi video driver because graphical output is useless for Me I do not see at all. I want to save some RAM and CPU cycles. When I have used XVFB it has caused many error messages related to graphical output when I have run Firefox or Seamonkey. My goal is to run Mate desktop environment

Re: How complex would be to recode Xorg so it allow Me to use Unix sockets instead of TCP/IP sockets

2020-04-29 Thread Samuel Thibault
Mgr. Janusz Chmiel, le mer. 29 avril 2020 20:45:52 +0200, a ecrit: > I AM using one Android VNC client app from GOogle Play. You are again only telling us what you are doing, not what you are aiming at. It's the latter we need to know to be able to advise you how to do things differently.

RE: How complex would be to recode Xorg so it allow Me to use Unix sockets instead of TCP/IP sockets

2020-04-29 Thread Mgr. Janusz Chmiel
aaI AM using one Android VNC client app from GOogle Play. I have issues with time between key pres and Speech. I must use pulseaudio-alsa on Arch Linux and Espeak-ng driver. One second and more between key press and speech responsiveness is too much. FOrtunately, I do not work for IBM or for

Re: How complex would be to recode Xorg so it allow Me to use Unix sockets instead of TCP/IP sockets

2020-04-29 Thread Samuel Thibault
Mgr. Janusz Chmiel, le mer. 29 avril 2020 20:30:36 +0200, a ecrit: > I AM using The following command. > > x11vnc -display :0 -bg -nopw -listen localhost -xkb -forever -ncache 10 > -noshm >From reading the rest of your mail I realize you are not wondering about security, but about performance.

Re: How complex would be to recode Xorg so it allow Me to use Unix sockets instead of TCP/IP sockets

2020-04-29 Thread Alan Coopersmith
On 4/29/20 10:42 AM, Mgr. Janusz Chmiel wrote: Thanks to X11 dummi video driver and thanks to special X11-VNC app, I can use many X11 based apps but I do not like that TCP/IP sockets are being used. Since on Android device, when I get out of active WIFI site, and when I will reach The signal

RE: How complex would be to recode Xorg so it allow Me to use Unix sockets instead of TCP/IP sockets

2020-04-29 Thread Mgr. Janusz Chmiel
I AM using The following command. x11vnc -display :0 -bg -nopw -listen localhost -xkb -forever -ncache 10 -noshm Tigervnc do not want to support XKB properly, so Orca do not work. Somebody has told me, that using Xinit XOrg and X11vnc is not effective. That I could save RAm and CPU time if I

Re: How complex would be to recode Xorg so it allow Me to use Unix sockets instead of TCP/IP sockets

2020-04-29 Thread Samuel Thibault
Mgr. Janusz Chmiel, le mer. 29 avril 2020 20:25:10 +0200, a ecrit: > Can I do that by using xorg.conf file? Or is it necessary to modify XOrg > source code? It has nothing to do with Xorg, which already uses unix sockets by default (DISPLAY=:0 means unix socket) Samuel

Re: How complex would be to recode Xorg so it allow Me to use Unix sockets instead of TCP/IP sockets

2020-04-29 Thread Samuel Thibault
Mgr. Janusz Chmiel, le mer. 29 avril 2020 20:22:33 +0200, a ecrit: > But how to do that? ? Instead of running x11vnc Run x11vnc -listen localhost And only your local vncviewer will be able to connect, not other devices on the network. Samuel

RE: How complex would be to recode Xorg so it allow Me to use Unix sockets instead of TCP/IP sockets

2020-04-29 Thread Mgr. Janusz Chmiel
Can I do that by using xorg.conf file? Or is it necessary to modify XOrg source code? ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: https://lists.x.org/mailman/listinfo/xorg Your subscription address:

RE: How complex would be to recode Xorg so it allow Me to use Unix sockets instead of TCP/IP sockets

2020-04-29 Thread Mgr. Janusz Chmiel
But how to do that? I have found out, that TCP/IP sockets do not mean, that it is necessary to have active Wifi or Mobile connection. It seems to me, that it is really possible to use ports locally and that data will be transferred by using RAM of The device and may be TCP/IP stack.

Re: How complex would be to recode Xorg so it allow Me to use Unix sockets instead of TCP/IP sockets

2020-04-29 Thread Samuel Thibault
Mgr. Janusz Chmiel, le mer. 29 avril 2020 19:42:46 +0200, a ecrit: > Since on Android device, when I get out of active WIFI site, You can passe -listen localhost to x11vnc, to expose the VNC port only locally. Samuel ___ xorg@lists.x.org: X.Org support

RE: How complex would be to recode Xorg so it allow Me to use Unix sockets instead of TCP/IP sockets

2020-04-29 Thread Mgr. Janusz Chmiel
OH I Am The kind of comfusers. All Android VNC clients have been designed to use only TCP/IP sockets. So please ignore my question. ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: