![]() |
2017-11-07
, 15:45
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#3
|
![]() |
2017-11-07
, 17:21
|
Posts: 959 |
Thanked: 3,427 times |
Joined on Apr 2012
|
#4
|
Im not sure about the optimal interface betweeen those two devices though.
The Following 2 Users Say Thank You to taixzo For This Useful Post: | ||
![]() |
2017-11-07
, 18:30
|
|
Posts: 889 |
Thanked: 2,087 times |
Joined on Sep 2010
@ Manchester
|
#5
|
The Following 4 Users Say Thank You to mrsellout For This Useful Post: | ||
![]() |
2017-11-07
, 20:14
|
Posts: 2 |
Thanked: 11 times |
Joined on Nov 2017
|
#6
|
![]() |
2017-11-07
, 21:55
|
Posts: 19 |
Thanked: 32 times |
Joined on Oct 2011
|
#7
|
The Following User Says Thank You to vilva For This Useful Post: | ||
![]() |
2017-11-08
, 00:14
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#8
|
C for compression, Y as this is a trusted client.Code:ssh -YC user@192.x.x.x
Then with the remote shell;
Code:chromium > /dev/null 2>&1 & xvkbd -window *Chrom* > /dev/null 2>&1 &
Wouldn't that put additional stresses on the n900's notoriously fragile usb port?
I did this with Chromium, which may appeal to those that don't wish to use the native web-browser due to security issues.
Initially I found that the hardware N900 keyboard did not capture the X forwarded Chromium instance and instead sent keyboard input to the terminal, so tried to use xvkbd as an alternative input method, but accidentally discovered that typing with xvkbd it gave the N900 hardware keyboard focus of the X forwarded application and continued to work even if I killed xvkbd.
This is a clunky fix though so there's probably a more elegant solution, this could be written into a shell script or other. Regardless, here are the steps I go through to run Chromium on the N900;
First up is the SSH session to the server with Chromium and xvkbd installed on it;
Then with the remote shell;
Once both are open, go into the xvkbd GUI and type anything and press xvkbd's return, Chromium should accept this input, plus at this stage it will give the N900's own hardware keyboard focus of Chromium, so you can close xvkbd.
As I say, it's far from elegant, but it's a workaround some of you may appreciate.