{"id":1529,"date":"2022-07-13T21:57:18","date_gmt":"2022-07-13T19:57:18","guid":{"rendered":"http:\/\/www.shukko.com\/x3\/?p=1529"},"modified":"2022-07-13T21:57:18","modified_gmt":"2022-07-13T19:57:18","slug":"add-dummy-fake-monitor-to-headless-vm-for-to-change-screen-resolution-etc","status":"publish","type":"post","link":"https:\/\/www.shukko.com\/x3\/2022\/07\/13\/add-dummy-fake-monitor-to-headless-vm-for-to-change-screen-resolution-etc\/","title":{"rendered":"add dummy fake monitor to headless vm for to change screen resolution etc."},"content":{"rendered":"\n<p>Basically install a dummy driver:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install xserver-xorg-video-dummy\n<\/code><\/pre>\n\n\n\n<p>Then write it in the&nbsp;<code>\/usr\/share\/X11\/xorg.conf.d\/xorg.conf<\/code>&nbsp;(or possibly&nbsp;<code>\/etc\/X11\/xorg.conf<\/code>) file (create one, if it does not exist):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Section \"Device\"\n    Identifier  \"Configured Video Device\"\n    Driver      \"dummy\"\nEndSection\n\nSection \"Monitor\"\n    Identifier  \"Configured Monitor\"\n    HorizSync 31.5-48.5\n    VertRefresh 50-70\nEndSection\n\nSection \"Screen\"\n    Identifier  \"Default Screen\"\n    Monitor     \"Configured Monitor\"\n    Device      \"Configured Video Device\"\n    DefaultDepth 24\n    SubSection \"Display\"\n    Depth 24\n    Modes \"1024x800\"\n    EndSubSection\nEndSection\n<\/code><\/pre>\n\n\n\n<p>Then restart the computer.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Basically install a dummy driver: Then write it in the&nbsp;\/usr\/share\/X11\/xorg.conf.d\/xorg.conf&nbsp;(or possibly&nbsp;\/etc\/X11\/xorg.conf) file (create one, if it does not exist): Then restart the computer.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1529","post","type-post","status-publish","format-standard","hentry","category-kategerisiz"],"_links":{"self":[{"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/posts\/1529","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/comments?post=1529"}],"version-history":[{"count":1,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/posts\/1529\/revisions"}],"predecessor-version":[{"id":1530,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/posts\/1529\/revisions\/1530"}],"wp:attachment":[{"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/media?parent=1529"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/categories?post=1529"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.shukko.com\/x3\/wp-json\/wp\/v2\/tags?post=1529"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}