debian:misc
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
debian:misc [2022/11/04 20:30] – created ms | debian:misc [2023/01/11 20:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | == Installation == | ||
+ | < | ||
+ | xserver-xorg-video-intel awesome xinit terminator apt-file alsa-utils firefox-esr sxiv mpv xosd-bin fonts-noto-color-emoji | ||
+ | </ | ||
+ | |||
== Tab size in Terminator == | == Tab size in Terminator == | ||
< | < | ||
Line 18: | Line 23: | ||
</ | </ | ||
+ | == Sound bei debian 11 mit HP Intel Corporation Cannon Point-LP High Definition Audio Controller == | ||
+ | < | ||
+ | as root | ||
+ | echo " | ||
+ | </ | ||
+ | |||
+ | == X starten == | ||
+ | < | ||
+ | vi .bash_profile | ||
+ | if [ -z " | ||
+ | exec startx | ||
+ | fi | ||
+ | </ | ||
+ | < | ||
+ | cp / | ||
+ | |||
+ | vi .xinitrc | ||
+ | #!/bin/sh | ||
+ | |||
+ | # / | ||
+ | # | ||
+ | # global xinitrc file, used by all X sessions started by xinit (startx) | ||
+ | |||
+ | # invoke global X session script | ||
+ | . / | ||
+ | |||
+ | exec x-window-manager & | ||
+ | </ | ||
+ | |||
+ | == X mit 3 Monitoren == | ||
+ | < | ||
+ | cd / | ||
+ | |||
+ | vi 10-monitor.conf | ||
+ | Section " | ||
+ | Identifier | ||
+ | Option | ||
+ | Option | ||
+ | EndSection | ||
+ | |||
+ | Section " | ||
+ | Identifier | ||
+ | Option | ||
+ | Option | ||
+ | EndSection | ||
+ | |||
+ | Section " | ||
+ | Identifier | ||
+ | Option | ||
+ | Option | ||
+ | EndSection | ||
+ | </ |
debian/misc.1667590207.txt.gz · Last modified: 2023/01/11 20:30 (external edit)