Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
| Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
|
lpi1:x [2014/01/30 10:33] ingo_wichmann |
lpi1:x [2023/11/17 07:24] (aktuell) ingo_wichmann [CentOS / RedHat] |
||
|---|---|---|---|
| Zeile 13: | Zeile 13: | ||
| less /var/log/Xorg.0.log | less /var/log/Xorg.0.log | ||
| Aufbau Konfigdatei: | Aufbau Konfigdatei: | ||
| - | egrep 'Section|Identifier|Device|Screen' /etc/X11/xorg.conf | + | egrep 'Section|Identifier|Device|Screen|Monitor' /etc/X11/xorg.conf |
| grep -- '-->' /var/log/Xorg.0.log | grep -- '-->' /var/log/Xorg.0.log | ||
| Zeile 30: | Zeile 30: | ||
| Debian: | Debian: | ||
| aptitude install xserver-common | aptitude install xserver-common | ||
| + | |||
| + | CentOS 7: | ||
| + | yum install xorg-x11-apps | ||
| SuSE, Debian, CentOS: | SuSE, Debian, CentOS: | ||
| Zeile 52: | Zeile 55: | ||
| export DISPLAY=localhost:1 | export DISPLAY=localhost:1 | ||
| xclock & | xclock & | ||
| - | startet einen X-Client, hier z.B. xclock | + | xterm & |
| + | startet einen X-Client, hier z.B. xclock oder xterm | ||
| ===== X Windowmanager ===== | ===== X Windowmanager ===== | ||
| Zeile 66: | Zeile 70: | ||
| startet einen Windowmanager, hier z.B. twm | startet einen Windowmanager, hier z.B. twm | ||
| - | ==== CentOS / RedHat ==== | + | ==== RockyLinux (8) ==== |
| - | export DISPLAY=localhost:1 | + | export DISPLAY=:1 |
| - | twm & | + | icewm & |
| - | startet einen Windowmanager, hier z.B. twm | + | startet einen Windowmanager, hier z.B. icewm |
| ====== X Window System starten ====== | ====== X Window System starten ====== | ||