A page in your DokuWiki was added or changed. Here are the details: Date : 2014/03/27 11:03 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0 IP-Address : 131.188.34.51 Hostname : faui48e.informatik.uni-erlangen.de Old Revision: http://wiki.x2go.org/doku.php/doc:faq:start?rev=1391100136 New Revision: http://wiki.x2go.org/doku.php/doc:faq:start Edit Summary: [Mate and numlock erratic behaviour] User : morty @@ -170,4 +170,14 @@ gsettings set org.mate.peripherals-keyboard numlock-state 'on' </code> Lastly, you can tell X to always use numeric pad as digits, on keyboard options. + + ==== R graphics === + Using an buffered X-window and reducing the update rate can significantly improve performance for complex graphs. + <code> + #Only update Window every 5 seconds (you have to play with this value) + options(X11updates = 5) + #Open a new X-Window with buffered window + X11(type = "dbcairo"); + #Everything following this line will be drawn into this window. + </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/