[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-26 UTC。"],[],[],null,["# Cuttlefish: Display hotplug\n\nCuttlefish virtual devices can handle\n[display hotplugs](/docs/core/graphics/hotplug), which allow devices to\nconnect and disconnect displays at runtime, by using the `cvd_display`\ncommand-line interface.\n| **Warning:** Input isn't supported on hotplugged displays.\n\nAdd\n---\n\nTo add displays, run: \n\n```\ncvd display add \\\n--display=width=WIDTH-0,height=HEIGHT-0 \\\n--display=width=WIDTH-1,height=HEIGHT-1\n```\n\nList\n----\n\nTo list the current displays and their display IDs, run: \n\n```\ncvd display list\n```\n\nRemove\n------\n\nTo remove displays, run: \n\n```\ncvd display remove \\\n--display=FIRST-DISPLAY-ID \\\n--display=SECOND-DISPLAY-ID \\\n...\n```\n\nThe display IDs can be found using the `cvd display list` command."]]