You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are facing an issue with the desktop connection resolution in MeshCentral. Some desktops that normally support 1920x1080 and higher resolutions are not displaying correctly through MeshCentral. The view appears blurry or scaled down compared to the native resolution.
Details:
MeshCentral Server: 1.1.50
Client OS: Windows/Linux
Graphics: Intel® HD Graphics 630
Observed issue: Remote desktop resolution not matching native (1920x1080+), blurry display.
Attached/Below is our current config.json configuration for your review:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We are facing an issue with the desktop connection resolution in MeshCentral. Some desktops that normally support 1920x1080 and higher resolutions are not displaying correctly through MeshCentral. The view appears blurry or scaled down compared to the native resolution.
Details:
MeshCentral Server: 1.1.50
Client OS: Windows/Linux
Graphics: Intel® HD Graphics 630
Observed issue: Remote desktop resolution not matching native (1920x1080+), blurry display.
Attached/Below is our current config.json configuration for your review:
{

"$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
"settings": {
"cert": "meshcentral.*******.co.in",
"WANonly": true,
"Port": 443,
"AliasPort": 443,
"RedirPort": 80,
"RedirAliasPort": 80,
"DesktopCompression": true,
"DesktopQuality": 120,
"MaxDesktopSessionFramerate": 60,
"DesktopScaling": true,
"DesktopCapture": 1,
"DesktopMultiplex": false,
"OptimizeRelay": 1,
"RelayCompression": false,
"RelayLowLatency": true,
"sessionKey": "MyReallySecretPassword",
"agentPing": 60,
"WebRTC": true,
"Desktop": {
"showResolution": true,
"maxRecordingWidth": 3840,
"maxRecordingHeight": 2160,
"capture": 2
}
},
"domains": {
"": {
"title": "Chitale Dairy",
"title2": "Secure Remote Management",
"LoginCss": "custom.css",
"titlePicture":"meshcentral.jpg",
"minify": true,
"newAccounts": false,
"AllowMSI": true,
"userNameIsEmail": true
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions