Flipping disables itself

2020-04-29 Thread Радослав Ненчовски
Hi. I asked in the nvidia forums and they said it was an X server issue, so I'm writing to you and hoping that this issue can be fixed at some point. When I play a game, like ETS2 which is heavily dependent on the flipping (without it it's unplayable), and I keep it minimized (alt+tabbed) for

How to add a resolution when using vesa driver

2020-04-29 Thread Semmar, Anis
Hello, I ran into an issue trying to use the vesa driver on my slackware laptop when I try to add a resolution greater than 1024 x 768. My previous call for help located here : https://www.linuxquestions.org/questions/slackware-14/adding-a-resolution-when-using-xorg-vesa-conf-4175673896/

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

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
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 again, I will always lost The TCP/IP connection

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 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
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

Second monitor connected using xrandr is not responsive

2020-04-29 Thread Sindile Bidla
Hello, I am trying to connect a second monitor through HDMI port of the laptop, but I am not getting an output when I switch either to NVIDIA or Hybrid Graphics (NVIDIA/Intel). OS="Pop!_OS", VERSION="19.10" Using Acer Aspire V17 Nitro (VN7-792G-77YX) 00:02.0 VGA compatible controller: Intel

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:

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 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 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 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: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 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 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 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