User Tools

Site Tools


debian:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
debian:misc [2022/11/05 12:55] msdebian:misc [2023/01/11 20:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +== Installation ==
 +<code>
 +xserver-xorg-video-intel awesome xinit terminator apt-file alsa-utils firefox-esr sxiv mpv xosd-bin fonts-noto-color-emoji
 +</code>
 +
 == Tab size in Terminator == == Tab size in Terminator ==
 <code> <code>
Line 46: Line 51:
  
 exec x-window-manager & exec x-window-manager &
 +</code>
 +
 +== X mit 3 Monitoren ==
 +<code>
 +cd /etc/X11/xorg.conf.d/
 +
 +vi 10-monitor.conf
 +Section "Monitor"
 +    Identifier  "eDP-1"
 +    Option      "PreferredMode" "1920x1080"
 +    Option      "Position" "0 1080"
 +EndSection
 +
 +Section "Monitor"
 +    Identifier  "DP-2-1"
 +    Option      "PreferredMode" "1920x1200"
 +    Option      "Position" "1920 960"
 +EndSection
 +
 +Section "Monitor"
 +    Identifier  "DP-2-2"
 +    Option      "PreferredMode" "3840x2160"
 +    Option      "Position" "3840 0"
 +EndSection
 </code> </code>
debian/misc.1667649355.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki