1 | # |
---|
2 | # This is the default configuration file for Xpra |
---|
3 | # |
---|
4 | # You can provide default values for most command line |
---|
5 | # options here. |
---|
6 | # All options can be overriden on the xpra command line. |
---|
7 | # See the man page for details. |
---|
8 | # Options which can be turned on or off will accept |
---|
9 | # the following values: 1, 0, true, false, yes, no |
---|
10 | |
---|
11 | # Commands to start by default (may be specified more than once): |
---|
12 | #start-child = /usr/bin/xterm |
---|
13 | #start-child = /usr/bin/xeyes |
---|
14 | |
---|
15 | # Xsession |
---|
16 | start-child = /etc/X11/Xsession true |
---|
17 | |
---|
18 | # Enable clipboard forwarding: |
---|
19 | clipboard = yes |
---|
20 | |
---|
21 | # Enable forwarding of notifications: |
---|
22 | notifications = yes |
---|
23 | |
---|
24 | # Enable forwarding of system tray icons: |
---|
25 | system-tray = yes |
---|
26 | |
---|
27 | # Start a pulseaudio server with each session: |
---|
28 | #pulseaudio = yes |
---|
29 | # Handled by jamie's pulseaudio |
---|
30 | pulseaudio = no |
---|
31 | |
---|
32 | # pulseaudio server start command: |
---|
33 | pulseaudio-command = pulseaudio --start --daemonize=false --system=false \ |
---|
34 | --exit-idle-time=-1 -n --load=module-suspend-on-idle \ |
---|
35 | --load=module-null-sink --load=module-native-protocol-unix \ |
---|
36 | --log-level=2 --log-target=stderr |
---|
37 | |
---|
38 | # Forward sound output to clients: |
---|
39 | speaker = no |
---|
40 | |
---|
41 | # Codec(s) to use for forwarding speaker sound: |
---|
42 | #speaker-codec = mp3 |
---|
43 | #speaker-codec = flac |
---|
44 | #speaker-codec = wav |
---|
45 | #speaker-codec = wavpack |
---|
46 | #speaker-codec = speex |
---|
47 | #speaker-codec = opus |
---|
48 | |
---|
49 | # Forward sound input to server: |
---|
50 | # microphone = yes |
---|
51 | # Handled by jamie's pulseaudio |
---|
52 | microphone = no |
---|
53 | |
---|
54 | # Codec(s) to use for forwarding microphone sound: |
---|
55 | #microphone-codec = mp3 |
---|
56 | #microphone-codec = flac |
---|
57 | #microphone-codec = wav |
---|
58 | #microphone-codec = wavpack |
---|
59 | #microphone-codec = speex |
---|
60 | #microphone-codec = opus |
---|
61 | |
---|
62 | # Enable shared memory transfers: |
---|
63 | mmap = yes |
---|
64 | |
---|
65 | # Use server group ownership for mmap file: |
---|
66 | mmap-group = no |
---|
67 | |
---|
68 | # Share session with other users: |
---|
69 | sharing = no |
---|
70 | |
---|
71 | # Default compression (0 to 9): |
---|
72 | compression_level = 1 |
---|
73 | |
---|
74 | # Socket directory: |
---|
75 | #socket-dir = /tmp |
---|
76 | #socket-dir = ~/.xpra |
---|
77 | |
---|
78 | # Log file: |
---|
79 | log-file = $DISPLAY.log |
---|
80 | |
---|
81 | # Publish sessions: |
---|
82 | mdns = yes |
---|
83 | |
---|
84 | # Debugging: |
---|
85 | debug = no |
---|
86 | |
---|
87 | # OpenGL accelerated rendering: |
---|
88 | #opengl = yes |
---|
89 | opengl = no |
---|
90 | # Jamie - seem to get errors with this enabled. |
---|
91 | #opengl = auto |
---|
92 | |
---|
93 | # Default encoding (not all encodings may be available in your environment): |
---|
94 | #encoding = x264 |
---|
95 | #encoding = vpx |
---|
96 | #encoding = png |
---|
97 | #encoding = jpeg |
---|
98 | #encoding = rgb |
---|
99 | #encoding = webp |
---|
100 | |
---|
101 | # Use fixed quality: |
---|
102 | #quality = 80 |
---|
103 | quality = auto |
---|
104 | |
---|
105 | # For auto quality, do not go below this value: |
---|
106 | min-quality = 70 |
---|
107 | |
---|
108 | # Use fixed speed: |
---|
109 | #speed = 20 |
---|
110 | speed = auto |
---|
111 | |
---|
112 | # For auto speed, do not go below this value: |
---|
113 | #min-speed = 20 |
---|
114 | min-speed = 0 |
---|
115 | |
---|
116 | # Idle delay in seconds before doing an automatic lossless refresh: |
---|
117 | auto-refresh-delay = 0.25 |
---|
118 | |
---|
119 | # Default DPI: |
---|
120 | dpi = 96 |
---|
121 | |
---|
122 | # Client window title: |
---|
123 | title = @title@ on @client-machine@ |
---|
124 | |
---|
125 | # Icon used by the system tray: |
---|
126 | #tray-icon = /path/to/icon.png |
---|
127 | |
---|
128 | # Keyboard synchronization: |
---|
129 | keyboard-sync = yes |
---|
130 | |
---|
131 | # Send ping packets more regularly (every second): |
---|
132 | pings = no |
---|
133 | |
---|
134 | # Client ssh command: |
---|
135 | #ssh = /usr/bin/ssh |
---|
136 | |
---|
137 | # Virtual display command: |
---|
138 | # - Old Xvfb option: |
---|
139 | # xvfb=Xvfb +extension Composite -screen 0 3840x2560x24+32 -nolisten tcp -noreset -auth $XAUTHORITY |
---|
140 | # - With Xorg 1.12 or newer and the dummy driver: |
---|
141 | # xvfb=/usr/bin/Xorg -dpi 96 -noreset -nolisten tcp +extension GLX +extension RANDR +extension RENDER -logfile ${HOME}/.xpra/Xorg.${DISPLAY}.log -config /etc/xpra/xorg.conf |
---|
142 | # |
---|
143 | # Using Xorg: |
---|
144 | xvfb=/usr/bin/Xorg -dpi 96 -noreset -nolisten tcp +extension GLX +extension RANDR +extension RENDER -logfile ${HOME}/.xpra/Xorg.${DISPLAY}.log -config /etc/xpra/xorg.conf |
---|