Changes between Version 2 and Version 3 of Tuning
- Timestamp:
- 02/21/19 08:24:17 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tuning
v2 v3 9 9 == Introduction == 10 10 11 Using the default settings, the system will do its best to accommodate any type of application, no matter what the network conditions are like. Because those heuristics cover a wide range of possibilities, in many cases they may not be optimal (ie: local connections over mmap behave very differently from a remote connection over 3G or wifi: #2037). 11 Using the default settings, the system will do its best to accommodate any type of application, no matter what the network conditions are. 12 Because those heuristics cover a wide range of possibilities, they may not always be optimal (ie: local connections over mmap behave very differently from a remote connection over 3G or wifi: #2037). 12 13 13 It is often possible to obtain better performance and user experience by configuring the system to be better tunedfor its environment and user demands.14 It is often possible to obtain better performance and user experience by tuning the system for its environment and user demands. 14 15 15 Some initialpointers:16 Some related pointers: 16 17 * [/wiki/Encodings Picture Encodings] 17 18 * [/wiki/PacketEncoding Packet Encoding] … … 29 30 30 31 The hints are also passed on to the picture encoders themselves for their own internal tuning (#1699, #2061, #1257, #800). 32 33 ---- 34 35 To add better tuning for new applications, collect as much data as possible about the behaviour of the application and create a [/wiki/ReportingBugs new ticket]. 36 Typically: {{{xwininfo -tree -root}}}, {{{xprop}}} for all the windows, {{{xpra info}}}, etc.. 31 37 }}} 32 38