![]() |
2007-04-27
, 17:04
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#2
|
![]() |
2007-04-27
, 21:28
|
Posts: 245 |
Thanked: 25 times |
Joined on Apr 2007
|
#3
|
![]() |
2007-04-28
, 11:39
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#4
|
![]() |
2007-04-28
, 13:24
|
Posts: 245 |
Thanked: 25 times |
Joined on Apr 2007
|
#5
|
![]() |
2007-04-29
, 15:44
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#6
|
![]() |
2007-04-29
, 19:32
|
Posts: 245 |
Thanked: 25 times |
Joined on Apr 2007
|
#7
|
![]() |
2007-04-30
, 09:14
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#8
|
> Not everything runs smooth, it looks like the maemo's X-server lacks
> some features/extensions of other X-server.
These include the direct TCP connection support AFAIK, which is why
just exporting the display doesn't work.
![]() |
2007-04-30
, 13:35
|
Posts: 245 |
Thanked: 25 times |
Joined on Apr 2007
|
#9
|
![]() |
2007-07-03
, 12:23
|
Posts: 204 |
Thanked: 15 times |
Joined on Jan 2007
@ Berlin, Germany
|
#10
|
I'd like to forward an X11 app on the n800 to my local X server on my desktop. I've set up OpenSSH, made sure that X forwarding is on in /etc/ssh/sshd_config, and that an XDisplayOffset of 10 is set, and restarted the ssh server. I then ssh -X user@n800, but my $DISPLAY variable on the n800 is still 0.0, rather than 10.0, as it should be. Manually doing an export DISPLAY=':10.0' doesn't work either, nothing displays on my local X server.
The other way around (ssh -X from n800 to desktop) and then running an app works fine. The DISPLAY variable (on desktop at that point) is properly set to 10.0, and I've compared the sshd_config files from n800 and desktop line-by-line, and they're identical for everything that should affect TCP and X forwarding.
Is this a limitation with Matchbox and Hildon, or am I doing something stupid here? As I say, I know how to forward X connections over SSH normally, but this isn't working.