Setting display resolution beyond 1024x768 with headless Windows 10?












1















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?










share|improve this question


















  • 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
















1















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?










share|improve this question


















  • 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














1












1








1








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?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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














  • 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










1 Answer
1






active

oldest

votes


















0














I experienced something similar when trying stream from a computer that only had network and power connected. Here's what worked for me:




  1. Open regedit and navigate to HKLM/SYSTEM/CurrentControlSet/Control/GraphicsDrivers/Configuration

  2. Select the key that starts with the name SIMULATED and then select the child key of SIMULATED... named 00

  3. Change the value PrimSurfSize.cx to the desired horizontal resolution (1920 in my case). Be sure to select 'Decimal' when changing these values.

  4. Change the value PrimSurfSize.cy to the desired vertical resolution (1080 in my case).

  5. Change the value Stride, for 1920x1080 this is 7680. ((1920 * 32 + 7) / 8)

  6. Select the child key of 00 also named 00 Change the value of ActiveSize.cx to the same horizontal resolution as before

  7. Change the value of ActiveSize.cy to the same vertical resolution as before

  8. 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/






share|improve this answer























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    I experienced something similar when trying stream from a computer that only had network and power connected. Here's what worked for me:




    1. Open regedit and navigate to HKLM/SYSTEM/CurrentControlSet/Control/GraphicsDrivers/Configuration

    2. Select the key that starts with the name SIMULATED and then select the child key of SIMULATED... named 00

    3. Change the value PrimSurfSize.cx to the desired horizontal resolution (1920 in my case). Be sure to select 'Decimal' when changing these values.

    4. Change the value PrimSurfSize.cy to the desired vertical resolution (1080 in my case).

    5. Change the value Stride, for 1920x1080 this is 7680. ((1920 * 32 + 7) / 8)

    6. Select the child key of 00 also named 00 Change the value of ActiveSize.cx to the same horizontal resolution as before

    7. Change the value of ActiveSize.cy to the same vertical resolution as before

    8. 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/






    share|improve this answer




























      0














      I experienced something similar when trying stream from a computer that only had network and power connected. Here's what worked for me:




      1. Open regedit and navigate to HKLM/SYSTEM/CurrentControlSet/Control/GraphicsDrivers/Configuration

      2. Select the key that starts with the name SIMULATED and then select the child key of SIMULATED... named 00

      3. Change the value PrimSurfSize.cx to the desired horizontal resolution (1920 in my case). Be sure to select 'Decimal' when changing these values.

      4. Change the value PrimSurfSize.cy to the desired vertical resolution (1080 in my case).

      5. Change the value Stride, for 1920x1080 this is 7680. ((1920 * 32 + 7) / 8)

      6. Select the child key of 00 also named 00 Change the value of ActiveSize.cx to the same horizontal resolution as before

      7. Change the value of ActiveSize.cy to the same vertical resolution as before

      8. 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/






      share|improve this answer


























        0












        0








        0







        I experienced something similar when trying stream from a computer that only had network and power connected. Here's what worked for me:




        1. Open regedit and navigate to HKLM/SYSTEM/CurrentControlSet/Control/GraphicsDrivers/Configuration

        2. Select the key that starts with the name SIMULATED and then select the child key of SIMULATED... named 00

        3. Change the value PrimSurfSize.cx to the desired horizontal resolution (1920 in my case). Be sure to select 'Decimal' when changing these values.

        4. Change the value PrimSurfSize.cy to the desired vertical resolution (1080 in my case).

        5. Change the value Stride, for 1920x1080 this is 7680. ((1920 * 32 + 7) / 8)

        6. Select the child key of 00 also named 00 Change the value of ActiveSize.cx to the same horizontal resolution as before

        7. Change the value of ActiveSize.cy to the same vertical resolution as before

        8. 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/






        share|improve this answer













        I experienced something similar when trying stream from a computer that only had network and power connected. Here's what worked for me:




        1. Open regedit and navigate to HKLM/SYSTEM/CurrentControlSet/Control/GraphicsDrivers/Configuration

        2. Select the key that starts with the name SIMULATED and then select the child key of SIMULATED... named 00

        3. Change the value PrimSurfSize.cx to the desired horizontal resolution (1920 in my case). Be sure to select 'Decimal' when changing these values.

        4. Change the value PrimSurfSize.cy to the desired vertical resolution (1080 in my case).

        5. Change the value Stride, for 1920x1080 this is 7680. ((1920 * 32 + 7) / 8)

        6. Select the child key of 00 also named 00 Change the value of ActiveSize.cx to the same horizontal resolution as before

        7. Change the value of ActiveSize.cy to the same vertical resolution as before

        8. 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/







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jun 27 '18 at 21:23









        Hank KillingerHank Killinger

        1




        1






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            If I really need a card on my start hand, how many mulligans make sense? [duplicate]

            Alcedinidae

            Can an atomic nucleus contain both particles and antiparticles? [duplicate]