Setting display resolution beyond 1024x768 with headless Windows 10?
I have a Windows 10 desktop that I run headless. When I plug in a display, it correctly uses that display's native resolution. When I disconnect the display and connect to the computer over VNC, the resolution is locked to 1024x768. There are several places to adjust the resolution (classic Control Panel, new Settings panel, Nvidia control panel) but all fail with various errors along the lines of "settings could not be saved."
Is it possible to change the display resolution to something under than 1024x768 when running headless?
windows-10 resolution vnc
add a comment |
I have a Windows 10 desktop that I run headless. When I plug in a display, it correctly uses that display's native resolution. When I disconnect the display and connect to the computer over VNC, the resolution is locked to 1024x768. There are several places to adjust the resolution (classic Control Panel, new Settings panel, Nvidia control panel) but all fail with various errors along the lines of "settings could not be saved."
Is it possible to change the display resolution to something under than 1024x768 when running headless?
windows-10 resolution vnc
3
Possible duplicate of Forcing a resolution on a computer without monitor
– Ƭᴇcʜιᴇ007
Apr 7 '16 at 16:18
Did you try RDP?
– phuclv
Jun 28 '18 at 2:14
add a comment |
I have a Windows 10 desktop that I run headless. When I plug in a display, it correctly uses that display's native resolution. When I disconnect the display and connect to the computer over VNC, the resolution is locked to 1024x768. There are several places to adjust the resolution (classic Control Panel, new Settings panel, Nvidia control panel) but all fail with various errors along the lines of "settings could not be saved."
Is it possible to change the display resolution to something under than 1024x768 when running headless?
windows-10 resolution vnc
I have a Windows 10 desktop that I run headless. When I plug in a display, it correctly uses that display's native resolution. When I disconnect the display and connect to the computer over VNC, the resolution is locked to 1024x768. There are several places to adjust the resolution (classic Control Panel, new Settings panel, Nvidia control panel) but all fail with various errors along the lines of "settings could not be saved."
Is it possible to change the display resolution to something under than 1024x768 when running headless?
windows-10 resolution vnc
windows-10 resolution vnc
asked Oct 22 '15 at 16:45
Annika BackstromAnnika Backstrom
5031514
5031514
3
Possible duplicate of Forcing a resolution on a computer without monitor
– Ƭᴇcʜιᴇ007
Apr 7 '16 at 16:18
Did you try RDP?
– phuclv
Jun 28 '18 at 2:14
add a comment |
3
Possible duplicate of Forcing a resolution on a computer without monitor
– Ƭᴇcʜιᴇ007
Apr 7 '16 at 16:18
Did you try RDP?
– phuclv
Jun 28 '18 at 2:14
3
3
Possible duplicate of Forcing a resolution on a computer without monitor
– Ƭᴇcʜιᴇ007
Apr 7 '16 at 16:18
Possible duplicate of Forcing a resolution on a computer without monitor
– Ƭᴇcʜιᴇ007
Apr 7 '16 at 16:18
Did you try RDP?
– phuclv
Jun 28 '18 at 2:14
Did you try RDP?
– phuclv
Jun 28 '18 at 2:14
add a comment |
1 Answer
1
active
oldest
votes
I experienced something similar when trying stream from a computer that only had network and power connected. Here's what worked for me:
- Open regedit and navigate to HKLM/SYSTEM/CurrentControlSet/Control/GraphicsDrivers/Configuration
- Select the key that starts with the name SIMULATED and then select the child key of SIMULATED... named 00
- Change the value PrimSurfSize.cx to the desired horizontal resolution (1920 in my case). Be sure to select 'Decimal' when changing these values.
- Change the value PrimSurfSize.cy to the desired vertical resolution (1080 in my case).
- Change the value Stride, for 1920x1080 this is 7680. ((1920 * 32 + 7) / 8)
- Select the child key of 00 also named 00 Change the value of ActiveSize.cx to the same horizontal resolution as before
- Change the value of ActiveSize.cy to the same vertical resolution as before
- You can change the other values in this key that are set to 1024 and 768, but I haven't noticed an impact.
After a reboot without a display connected, the simulated display should now be at the resolution you set.
Source: https://steamcommunity.com/app/353380/discussions/0/490125737470862532/
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f990398%2fsetting-display-resolution-beyond-1024x768-with-headless-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I experienced something similar when trying stream from a computer that only had network and power connected. Here's what worked for me:
- Open regedit and navigate to HKLM/SYSTEM/CurrentControlSet/Control/GraphicsDrivers/Configuration
- Select the key that starts with the name SIMULATED and then select the child key of SIMULATED... named 00
- Change the value PrimSurfSize.cx to the desired horizontal resolution (1920 in my case). Be sure to select 'Decimal' when changing these values.
- Change the value PrimSurfSize.cy to the desired vertical resolution (1080 in my case).
- Change the value Stride, for 1920x1080 this is 7680. ((1920 * 32 + 7) / 8)
- Select the child key of 00 also named 00 Change the value of ActiveSize.cx to the same horizontal resolution as before
- Change the value of ActiveSize.cy to the same vertical resolution as before
- You can change the other values in this key that are set to 1024 and 768, but I haven't noticed an impact.
After a reboot without a display connected, the simulated display should now be at the resolution you set.
Source: https://steamcommunity.com/app/353380/discussions/0/490125737470862532/
add a comment |
I experienced something similar when trying stream from a computer that only had network and power connected. Here's what worked for me:
- Open regedit and navigate to HKLM/SYSTEM/CurrentControlSet/Control/GraphicsDrivers/Configuration
- Select the key that starts with the name SIMULATED and then select the child key of SIMULATED... named 00
- Change the value PrimSurfSize.cx to the desired horizontal resolution (1920 in my case). Be sure to select 'Decimal' when changing these values.
- Change the value PrimSurfSize.cy to the desired vertical resolution (1080 in my case).
- Change the value Stride, for 1920x1080 this is 7680. ((1920 * 32 + 7) / 8)
- Select the child key of 00 also named 00 Change the value of ActiveSize.cx to the same horizontal resolution as before
- Change the value of ActiveSize.cy to the same vertical resolution as before
- You can change the other values in this key that are set to 1024 and 768, but I haven't noticed an impact.
After a reboot without a display connected, the simulated display should now be at the resolution you set.
Source: https://steamcommunity.com/app/353380/discussions/0/490125737470862532/
add a comment |
I experienced something similar when trying stream from a computer that only had network and power connected. Here's what worked for me:
- Open regedit and navigate to HKLM/SYSTEM/CurrentControlSet/Control/GraphicsDrivers/Configuration
- Select the key that starts with the name SIMULATED and then select the child key of SIMULATED... named 00
- Change the value PrimSurfSize.cx to the desired horizontal resolution (1920 in my case). Be sure to select 'Decimal' when changing these values.
- Change the value PrimSurfSize.cy to the desired vertical resolution (1080 in my case).
- Change the value Stride, for 1920x1080 this is 7680. ((1920 * 32 + 7) / 8)
- Select the child key of 00 also named 00 Change the value of ActiveSize.cx to the same horizontal resolution as before
- Change the value of ActiveSize.cy to the same vertical resolution as before
- You can change the other values in this key that are set to 1024 and 768, but I haven't noticed an impact.
After a reboot without a display connected, the simulated display should now be at the resolution you set.
Source: https://steamcommunity.com/app/353380/discussions/0/490125737470862532/
I experienced something similar when trying stream from a computer that only had network and power connected. Here's what worked for me:
- Open regedit and navigate to HKLM/SYSTEM/CurrentControlSet/Control/GraphicsDrivers/Configuration
- Select the key that starts with the name SIMULATED and then select the child key of SIMULATED... named 00
- Change the value PrimSurfSize.cx to the desired horizontal resolution (1920 in my case). Be sure to select 'Decimal' when changing these values.
- Change the value PrimSurfSize.cy to the desired vertical resolution (1080 in my case).
- Change the value Stride, for 1920x1080 this is 7680. ((1920 * 32 + 7) / 8)
- Select the child key of 00 also named 00 Change the value of ActiveSize.cx to the same horizontal resolution as before
- Change the value of ActiveSize.cy to the same vertical resolution as before
- You can change the other values in this key that are set to 1024 and 768, but I haven't noticed an impact.
After a reboot without a display connected, the simulated display should now be at the resolution you set.
Source: https://steamcommunity.com/app/353380/discussions/0/490125737470862532/
answered Jun 27 '18 at 21:23
Hank KillingerHank Killinger
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f990398%2fsetting-display-resolution-beyond-1024x768-with-headless-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
Possible duplicate of Forcing a resolution on a computer without monitor
– Ƭᴇcʜιᴇ007
Apr 7 '16 at 16:18
Did you try RDP?
– phuclv
Jun 28 '18 at 2:14