1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
[XServers]
known_xservers = ['VcXsrv', 'Xming', 'Cygwin-X']
[VcXsrv]
test_installed = C:\Programme\VcXsrv\vcxsrv.exe
process_name = vcxsrv.exe
parameters = [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill']
display = localhost:40
run_command = C:\Programme\VcXsrv\vcxsrv.exe
[Cygwin-X]
test_installed = C:\cygwin\bin\XWin.exe
process_name = XWin.exe
parameters = [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill']
display = localhost:40
run_command = C:\cygwin\bin\XWin.exe
[Xming]
test_installed = C:\Programme\Xming\Xming.exe
process_name = Xming.exe
parameters = [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill']
display = localhost:40
run_command = C:\Programme\Xming\Xming.exe
|