Recent

Author Topic: running lazarus over remote X server  (Read 5697 times)

grg

  • Guest
running lazarus over remote X server
« on: January 20, 2005, 12:34:20 am »
I tried running the lazarus ide over a tcp/ip X server connection, and it simply got stuck.
Programs made by it also don't work properly.
(that's very surprising, since X has to be network transparent).
Has anyone had the same problem?

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2648
running lazarus over remote X server
« Reply #1 on: January 21, 2005, 11:36:42 am »
Nope, it is the way I develop at home. My main development machine is XP running xwin32 and lazarus running on a FC2 machine.
However if you have a slow network connection, you may get better results with (tight)vnc (I develop remote on sparc and amd64 on a 128kbit link)
Mousemovements cause a lot of X events, which can slow down your app when running X remotely.
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

Anonymous

  • Guest
running lazarus over remote X server
« Reply #2 on: January 25, 2005, 05:00:11 am »
offtopic: What is the best free x-Terminal software for Windows ?

Anonymous

  • Guest
running lazarus over remote X server
« Reply #3 on: January 25, 2005, 07:20:12 pm »
grg:
It does run but very slow. i traced it and found out that it seems to do a roundtrip to the server on every mouse event by calling XQueryPointer.
offtopic: the only free X Server for windows that I know is in Java - called WeirdX (quite unusable one). most of them are non-free or shareware as far as i know.

Vincent Snijders

  • Administrator
  • Hero Member
  • *
  • Posts: 2661
    • My Lazarus wiki user page
running lazarus over remote X server
« Reply #4 on: January 26, 2005, 09:13:30 am »
the x-server from cygwin is free. I don't know if it is the best.

 

TinyPortal © 2005-2018