Linux X-Windows

  • Entorno de escritorio (Desktop Environment):
    • iconos
    • ventanas
    • barras herramientas
    • carpetas
    • fondos pantalla
    • widgets
  • Gestor de ventanas (Window Manager)
    • controla ubicación y apariencia
    • abrir, cerrar, minimizar, maximizar, mover, escalar
    • decorador, panel, visor escritorios virtuales, iconos, tapiz
  • Gestor Pantalla de Inicio (Display Manager)
    • (más abajo)
  • display manager:
    systemctl status display-manager
  • Hard ↔ Kernel ↔ Servidor Pantalla ↔ Gestor ventanas, Servidor Pantalla ↔ Interfaz gráfica ↔ Usuario
    • Servidor pantall: Xorg
    • Gestor ventanas: awesome, compiz, openbox
    • protocolo entre servidor de pantalla e interfaz gráfica: X11, Wayland
    • Interfgaz gráfica: KDE Plasma, GNOME Shell
  1. XFree86 (anterior 2004)
  2. X,org-X11 (posterior 2004)
  3. Accelerated-X
  1. Xfree86 - configure → /root/XF86Config.new
  2. Xorg - configure → /root/xorg.conf.new
  3. system-config-display
  4. YaST, YaST2
  5. xfcecfg (desuso)
  6. xorgcfg (desuso)
  • /etc/x11/xorg.conf
  • apagar → /etc/init.d/{xdm|gdm|kdm|mdm|lightdm} stop
  • encender → startx
  • XDM: X Display Manager
  • KDM: KDE DM
  • GDM: GNOME DM
  • LightDM: Light DM
  • MDM: MDM DM
  • /etc/sysconfig
  • Fedora: /etc/sysconfig/desktop ≡ DISPLAYMANAGER
  • SUSE: /etc/sysconfig/displaymanager ≡ DISPLAYMANAGER
  • Debian: script systemd
  • export DISPLAY=<HOST>:0.0
  • linux/xwindows/start.txt
  • Darrera modificació: 01/01/2022 13:41
  • per mate