Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
pratique:informatique:lxde_2ecran [17/07/2016 13:34] – modification externe 127.0.0.1pratique:informatique:lxde_2ecran [17/12/2020 18:24] Zatalyz
Ligne 16: Ligne 16:
 OnlyShowIn=LXDE OnlyShowIn=LXDE
  
 +</code>
 +
 +===== 2e méthode =====
 +  nano /etc/xdg/autostart/lxrandr-autostart.desktop
 +<code>
 +[Desktop Entry]
 +Type=Application
 +Name=Démarrage automatique de LXRandR
 +Comment=Démarrer xrandr avec les paramètres configurés dans LXRandR
 +Exec=sh -c 'xrandr --output VGA-0 --primary --mode 1680x1050 --pos 0x0 --rotate normal --output DVI-0 --mode 1360x768 --pos 1680x282 --rotate normal --output HDMI-0 --off'
 +</code>
 +
 +===== 3e méthode ? =====
 +J'ai aussi un truc ailleurs...
 +  sudo nano /etc/lxdm/LoginReady
 +
 +
 +<code>#!/bin/sh
 +#
 +# Note: this is a sample and will not be run as is.
 +xrandr --output DVI-0 --off --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output VGA-0 --mode 1360x768 --pos 1920x312 --rotate normal
 </code> </code>
CC Attribution-Noncommercial-Share Alike 4.0 International Driven by DokuWiki
pratique/informatique/lxde_2ecran.txt · Dernière modification : 30/07/2021 10:58 de Zatalyz