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
pratique:informatique:lxde_2ecran [26/06/2017 09:39] Zatalyzpratique:informatique:lxde_2ecran [30/07/2021 10:58] (Version actuelle) Zatalyz
Ligne 5: Ligne 5:
  
   * Avec ARandr, définir comment on a envie qu'ils fonctionnent. Enregistrer ça dans un fichier.   * Avec ARandr, définir comment on a envie qu'ils fonctionnent. Enregistrer ça dans un fichier.
-  * Ouvrir le fichier, et copier la disposition à la bonne ligne dans ''/home/user/.config/autostart/LXRandRautostart''+  * Ouvrir le fichier, et copier la disposition à la bonne ligne dans ''/home/user/.config/autostart/lxrandr-autostart.desktop''
  
 Par exemple : Par exemple :
Ligne 27: Ligne 27:
 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' 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> </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>
 +
 +===== Gérer la luminosité, le contraste, etc =====
 +  * https://linuxhint.com/display_brightness_commandline/
 +  * Voir aussi redshift, ''xgamma -gamma 0.60'', xbacklight
 +
CC Attribution-Noncommercial-Share Alike 4.0 International Driven by DokuWiki
pratique/informatique/lxde_2ecran.1498462742.txt.gz · Dernière modification : 30/11/2020 10:35 (modification externe)