Outils pour utilisateurs

Outils du site


tech:notes_linux_graphique_ecran

Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tech:notes_linux_graphique_ecran [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:notes_linux_graphique_ecran [2025/12/07 17:54] (Version actuelle) Jean-Baptiste
Ligne 55: Ligne 55:
  
 http://doc.ubuntu-fr.org/xrandr http://doc.ubuntu-fr.org/xrandr
 +
  
 === Écran === Écran
 +
 +
 +Voir : brightnessctl
 +
 +ou 
  
 Portable : Portable :
 +
 Changer la luminosité de l'écran Changer la luminosité de l'écran
 <code bash> <code bash>
Ligne 75: Ligne 82:
  
 A titre d'exemple sur mon portable : A titre d'exemple sur mon portable :
-<code bash /etc/rc.local>+ 
 +''/etc/rc.local'' 
 +<code bash>
 #!/bin/sh -e #!/bin/sh -e
  
Ligne 128: Ligne 137:
 </code> </code>
 Voir aussi arandr Voir aussi arandr
 +
  
 === Limineusité Ecran === Limineusité Ecran
Ligne 134: Ligne 144:
 find /sys/devices/pci* -type f -name "*brightness" find /sys/devices/pci* -type f -name "*brightness"
 </code> </code>
 +
  
 === Rotation === Rotation
Ligne 146: Ligne 157:
 NOTE : le fichier pourrait est placé ici : /etc/gnome-settings-daemon/xrandr/monitors.xml NOTE : le fichier pourrait est placé ici : /etc/gnome-settings-daemon/xrandr/monitors.xml
  
- +''~/.config/monitors.xml'' 
-<code xml ~/.config/monitors.xml>+<code xml>
 <monitors version="1"> <monitors version="1">
   <configuration>   <configuration>
Ligne 181: Ligne 192:
 video=efifb fbcon=rotate:1 video=efifb fbcon=rotate:1
 </code> </code>
 +
  
 ===== Solution  ===== Solution 
Ligne 189: Ligne 201:
 </code> </code>
  
-<code bash /usr/local/bin/screenrotated.sh>+''/usr/local/bin/screenrotated.sh'' 
 +<code bash>
 #! /bin/bash #! /bin/bash
  
Ligne 202: Ligne 215:
 </code> </code>
  
-<code ini /etc/xdg/autostart/display-rotated.desktop>+''/etc/xdg/autostart/display-rotated.desktop'' 
 +<code ini>
 [Desktop Entry] [Desktop Entry]
 Type=Application Type=Application
Ligne 213: Ligne 227:
 X-GNOME-Autostart-Notify=true X-GNOME-Autostart-Notify=true
 </code> </code>
 +
  
 ==== Autres notes rotation d'écrans ==== Autres notes rotation d'écrans
Ligne 222: Ligne 237:
 echo 1 |sudo tee /sys/class/graphics/fbcon/rotate_all echo 1 |sudo tee /sys/class/graphics/fbcon/rotate_all
 </code> </code>
 +
  
 == Autres == Autres
  
-<code ini ~/.config/autostart/lxrandr-autostart.desktop>+''~/.config/autostart/lxrandr-autostart.desktop'' 
 +<code ini>
 [Desktop Entry] [Desktop Entry]
 Type=Application Type=Application
Ligne 236: Ligne 253:
 Ou Ou
  
-<code ini ~/.config/autostart/lxqt-config-monitor-autostart.desktop>+''~/.config/autostart/lxqt-config-monitor-autostart.desktop'' 
 +<code ini>
 [Desktop Entry] [Desktop Entry]
 Comment=Autostart monitor settings for LXQt-config-monitor Comment=Autostart monitor settings for LXQt-config-monitor
Ligne 247: Ligne 265:
  
 Conf ici : Conf ici :
-~/.config/lxqt/lxqt-config-monitor.conf+''~/.config/lxqt/lxqt-config-monitor.conf''
  
  
  
  
tech/notes_linux_graphique_ecran.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki