Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente | |||
info:kubuntu_neon:gerer_multi-ecran_avec_kscreen [2023/11/12 23:56] – supprimée - modification externe (Date inconnue) 127.0.0.1 | info:kubuntu_neon:gerer_multi-ecran_avec_kscreen [2023/11/12 23:56] (Version actuelle) – ↷ Nom de la page changé de info:kubuntu_neon:gerer_multi-ecran_kscreen-doctor à info:kubuntu_neon:gerer_multi-ecran_avec_kscreen franck | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | =====KDE: gérer le multi-écran====== | ||
+ | Pour gèrer la configuration de ses écrans sous KDE, 2 outils existent | ||
+ | =====commande: | ||
+ | < | ||
+ | kscreen-console --help | ||
+ | </ | ||
+ | < | ||
+ | Utilisation : kscreen-console [options] bug|config|outputs|monitor|json [args...] | ||
+ | KScreen Console is a CLI tool to query KScreen status | ||
+ | Commands: | ||
+ | bug Show information needed for a bug report | ||
+ | config | ||
+ | outputs | ||
+ | monitor | ||
+ | json Show current KScreen config | ||
+ | |||
+ | Options : | ||
+ | -h, --help | ||
+ | --help-all | ||
+ | |||
+ | Arguments : | ||
+ | command | ||
+ | [args...] | ||
+ | </ | ||
+ | |||
+ | =====commande: | ||
+ | < | ||
+ | kscreen-doctor --help | ||
+ | </ | ||
+ | < | ||
+ | Utilisation : kscreen-doctor [options] [output.< | ||
+ | kscreen-doctor allows to change the screen setup from the command-line. | ||
+ | |||
+ | Setting the output configuration is done in an atomic fashion, all settings | ||
+ | are applied in a single command. | ||
+ | kscreen-doctor can be used to enable and disable outputs, to position screens, | ||
+ | change resolution (mode setting), etc.. You should put all your options into | ||
+ | a single invocation of kscreen-doctor, | ||
+ | |||
+ | Usage examples: | ||
+ | |||
+ | Show output information: | ||
+ | $ kscreen-doctor -o | ||
+ | | ||
+ | | ||
+ | |||
+ | | ||
+ | $ kscreen-doctor output.HDMI-2.disable output.eDP-1.mode.1 output.eDP-1.enable | ||
+ | |||
+ | | ||
+ | $ kscreen-doctor output.HDMI-2.position.1280, | ||
+ | |||
+ | Set resolution mode | ||
+ | $ kscreen-doctor output.HDMI-2.mode.1920x1080@60 | ||
+ | |||
+ | Set scale (note: fractional scaling is only supported on wayland) | ||
+ | $ kscreen-doctor output.HDMI-2.scale.2 | ||
+ | |||
+ | Set rotation (possible values: none, left, right, inverted) | ||
+ | $ kscreen-doctor output.HDMI-2.rotation.left | ||
+ | |||
+ | |||
+ | Options : | ||
+ | -h, --help | ||
+ | --help-all | ||
+ | -i, --info | ||
+ | etc. | ||
+ | -j, --json | ||
+ | -o, --outputs | ||
+ | -d, --dpms < | ||
+ | -l, --log < | ||
+ | --dpms-excluded < | ||
+ | said model names | ||
+ | |||
+ | Arguments : | ||
+ | config | ||
+ | | ||
+ | | ||
+ | For example: | ||
+ | $ kscreen-doctor output.HDMI-2.enable \ | ||
+ | output.eDP-1.mode.4 \ | ||
+ | output.eDP-1.position.1280, | ||
+ | | ||
+ | | ||
+ | |||
+ | </ |