Outils pour utilisateurs

Outils du site


tech:x11

Ceci est une ancienne révision du document !


Notes X11

Voir :

Voir aussi :

  • X Display Manager Control Protocol (XDMCP)
  • PipeWire
  • waypipe

Quel est mon gestionnaire de fenetres - what is my window manager running

sudo apt-get install wmctrl
wmctrl -m

Ou plus simplement

printf 'Desktop: %s\nSession: %s\n' "$XDG_CURRENT_DESKTOP" "$GDMSESSION"

Notes install X11 sur RedHat7

yum downgrade glibc glibc-common
yum downgrade plymouth --setopt=protected_multilib=false
 
yum -y groupinstall "X Window System" "Desktop" "Fonts" "General Purpose Desktop"
 
yum install gcc make kernel-headers kernel-devel
 
rpm -qa |grep kernel
uname -r
 
rpm -e kernel-3.10.0-327.28.3.el7.x86_64
 
mount /dev/cdrom /mnt/
./VBoxLinuxAdditions.run
 
#yum install bash-completion
 
systemctl status vboxadd
systemctl status vboxadd-service
systemctl status vboxadd-x11
 
#yum groupinstall 'X Window System' 'GNOME'
yum groupinstall 'Server with GUI'  --skip-broken --setopt=protected_multilib=false
yum downgrade dbus-libs avahi-libs dbus avahi-autoipd
yum groupinstall 'Server with GUI'  --skip-broken --setopt=protected_multilib=false
 
 
yum install open-vm-tools open-vm-tools-desktop
  1. Install xauth: sudo yum install xorg-x11-xauth
  2. Edit the /etc/ssh/sshd_config file, and enter the X11Forwarding variable in Yes.
  3. Restart the sshd service: sudo service sshd restart

WayPipe

Similar to ssh -X

waypipe ssh user@theserver weston-terminal
 
waypipe -c lz4=9 ssh remote-server application-binary

How to make xterm black background by default

Add to ~/.Xdefaults :

~/.Xdefaults
xterm*background: black
xterm*foreground: white

or

alias xterm='xterm -bg black -fg white'
tech/x11.1745499328.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki