Firefox over X11 with Xming: Difference between revisions

From Playing with linux...
Jump to navigation Jump to search
(Created page with "I use the xlaunch files like this: <pre> <?xml version="1.0"?> <XLaunch xmlns="http://www.straightrunning.com/XmingNotes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...")
 
No edit summary
 
Line 2: Line 2:
<pre>
<pre>
<?xml version="1.0"?>
<?xml version="1.0"?>
<XLaunch xmlns="http://www.straightrunning.com/XmingNotes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.straightrunning.com/XmingNotes XLaunch.xsd" WindowMode="MultiWindow" ClientMode="StartProgram" Program="firefox" ClientStart="PuTTY" PW="password" PathToProtocol="C:\\WINDOWS\\" RemoteHost="router" RemoteUser="username" ExtraSSH="-X" Display="0" Clipboard="true"/>
<XLaunch xmlns="http://www.straightrunning.com/XmingNotes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
xsi:schemaLocation="http://www.straightrunning.com/XmingNotes XLaunch.xsd" WindowMode="MultiWindow"  
ClientMode="StartProgram" Program="firefox" ClientStart="PuTTY" PW="password" PathToProtocol="C:\\WINDOWS\\"  
RemoteHost="host" RemoteUser="username" ExtraSSH="-X" Display="0" Clipboard="true"/>
</pre>
</pre>
<br>
<br>
For a faster experience I use blowfish instead of aes.
For a faster experience I use blowfish instead of aes.
Also, rendering done at the remote site is done at a frame rate using the layout.frame_rate in about:config. I set this value to 5 instead of -1.
Also, rendering done at the remote site is done at a frame rate using the layout.frame_rate in about:config. I set this value to 5 instead of -1.

Latest revision as of 06:52, 31 October 2016

I use the xlaunch files like this:

<?xml version="1.0"?>
<XLaunch xmlns="http://www.straightrunning.com/XmingNotes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.straightrunning.com/XmingNotes XLaunch.xsd" WindowMode="MultiWindow" 
ClientMode="StartProgram" Program="firefox" ClientStart="PuTTY" PW="password" PathToProtocol="C:\\WINDOWS\\" 
RemoteHost="host" RemoteUser="username" ExtraSSH="-X" Display="0" Clipboard="true"/>


For a faster experience I use blowfish instead of aes. Also, rendering done at the remote site is done at a frame rate using the layout.frame_rate in about:config. I set this value to 5 instead of -1.