X11 on linux mint

How to install X11VNC server on Linux Mint 19 with autostart on boot

This will run X11VNC server as a service.
Remember to replace my username (per) with yours, in step 3 and 4.

Step 1: Install X11VNC server.

sudo apt-get update sudo apt-get install x11vnc

Step 2: Create password.

x11vnc -storepasswd Enter VNC password: ********* Verify password: ********* Write password to /home/per/.vnc/passwd? [y]/n y Password written to: /home/per/.vnc/passwd

Step 3: Test X11 VNC.

sudo x11vnc -auth guess -forever -loop -noxdamage -repeat -rfbauth /home/per/.vnc/passwd -rfbport 5900 -shared

If all went well, you can close server with Ctrl+X

Step 4: Create new service file.

sudo nano /etc/systemd/system/x11vnc.service
[Unit] Description=x11vnc remote desktop server After=multi-user.target [Service] Type=simple ExecStart=/usr/bin/x11vnc -auth guess -forever -loop -noxdamage -repeat -rfbauth /home/per/.vnc/passwd -rfbport 5900 -shared Restart=on-failure [Install] WantedBy=multi-user.target

Step 5: Run service.

sudo systemctl daemon-reload sudo systemctl start x11vnc sudo systemctl status x11vnc

If status is active(running), then enable service to run on boot:

sudo systemctl enable x11vnc.service

Источник

Читайте также:  Linux mint connect bluetooth

x11-utils on Linux Mint 20.3 «Una»

Please follow the steps below to install x11-utils package:

2. Uninstall / Remove x11-utils package

Please follow the step by step instructions below to uninstall x11-utils package:

3. Details of x11-utils package

Package: x11-utils
Architecture: amd64
Version: 7.7+5
Multi-Arch: foreign
Priority: optional
Section: x11
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian X Strike Force
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 725
Depends: libc6 (>= 2.15), libfontconfig1 (>= 2.12.6), libfontenc1, libgl1, libx11-6, libx11-xcb1 (>= 2:1.6.9), libxaw7, libxcb-shape0, libxcb1 (>= 1.6), libxcomposite1 (>= 1:0.3-1), libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1, libxkbfile1, libxmu6, libxmuu1, libxrandr2 (>= 2:1.2.0), libxrender1, libxt6 (>= 1:1.1.0), libxtst6, libxv1, libxxf86dga1, libxxf86vm1
Suggests: mesa-utils
Filename: pool/main/x/x11-utils/x11-utils_7.7+5_amd64.deb
Size: 198512
MD5sum: a741f6e4a8b071c8e206b26a62aec30e
SHA1: b937814794000a8eb360c2ad8fdee8e4049592ba
SHA256: 25d1aa46c24b875525144707d2d9faf344cb007597da7377bf8006ce964a0713
Description: X11 utilities
Description-md5: bf8a6af96a706be8e8bde2b9de07a319
Task: ubuntu-desktop-minimal, ubuntu-desktop, kubuntu-desktop, xubuntu-core, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop-core, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop

4. References on Linux Mint 20.3 «Una»

5. The same packages on other Linux Distributions

x11-utils (7.7+3build1) Ubuntu 18.04 LTS (Bionic Beaver)

x11-utils (7.7+3) Ubuntu 16.04 LTS (Xenial Xerus)

x11-utils (7.7+5) Ubuntu 20.10 (Groovy Gorilla)

x11-utils (7.7+5build1) Ubuntu 21.10 (Impish Indri)

x11-utils (7.7+5build2) Ubuntu 22.04 LTS (Jammy Jellyfish)

x11-utils (7.7+4) Debian 10 (Buster)

Источник

x11-common on Linux Mint 21 «Vanessa»

Please follow the steps below to install x11-common package:

2. Uninstall / Remove x11-common package

Please follow the guidance below to uninstall x11-common package:

3. Details of x11-common package

Package: x11-common
Architecture: all
Version: 1:7.7+23ubuntu2
Multi-Arch: foreign
Priority: optional
Section: x11
Source: xorg
Origin: Ubuntu
Maintainer: Ubuntu X-SWAT
Original-Maintainer: Debian X Strike Force
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 311
Depends: lsb-base (>= 1.3-9ubuntu2)
Filename: pool/main/x/xorg/x11-common_7.7+23ubuntu2_all.deb
Size: 23380
MD5sum: e8b18affc0b8ac86199caa84a9ba963c
SHA1: 171e4d24132a5e84ba8d078200da7f1264e273c0
SHA256: c0a20d0b7ba899f00d22b6f18e49a336aace0514f9ef7f3858c1ab689011c559
SHA512: 7e359255c95772e08fd4309ed0bf54d1e66a484c5d302bd46768472702f8126ce881b678875c8cbcf4d74bbf43cd35e6e1603a4ec07eb471f9a02c4a3871f830
Homepage: https://www.x.org/
Description: X Window System (X.Org) infrastructure
Description-md5: c3a0735e67df3065d7cbf88aa39b7ec7
Task: ubuntu-desktop-minimal, ubuntu-desktop, ubuntu-desktop-raspi, kubuntu-desktop, xubuntu-core, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop-core, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop, ubuntu-budgie-desktop-raspi

Читайте также:  Linux php ini location

4. References on Linux Mint 21 «Vanessa»

5. The same packages on other Linux Distributions

x11-common (1:7.7+19ubuntu7.1) Ubuntu 18.04 LTS (Bionic Beaver)

x11-common (1:7.7+13ubuntu3.1) Ubuntu 16.04 LTS (Xenial Xerus)

x11-common (1:7.7+19ubuntu15) Ubuntu 20.10 (Groovy Gorilla)

x11-common (1:7.7+22ubuntu2) Ubuntu 21.10 (Impish Indri)

x11-common (1:7.7+23ubuntu2) Ubuntu 22.04 LTS (Jammy Jellyfish)

x11-common (1:7.7+19) Debian 10 (Buster)

Источник

x11-utils on Linux Mint 21 «Vanessa»

Here is a brief guide to show you how to install x11-utils package:

2. Uninstall / Remove x11-utils package

Please follow the step by step instructions below to uninstall x11-utils package:

3. Details of x11-utils package

Package: x11-utils
Architecture: amd64
Version: 7.7+5build2
Multi-Arch: foreign
Priority: optional
Section: x11
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian X Strike Force
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 709
Depends: libc6 (>= 2.34), libfontconfig1 (>= 2.12.6), libfontenc1 (>= 1:1.1.4), libgl1, libx11-6, libx11-xcb1 (>= 2:1.7.2), libxaw7 (>= 2:1.0.14), libxcb-shape0, libxcb1 (>= 1.6), libxcomposite1 (>= 1:0.4.5), libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1 (>= 2:1.1.4), libxkbfile1 (>= 1:1.1.0), libxmu6 (>= 2:1.1.3), libxmuu1 (>= 2:1.1.3), libxrandr2 (>= 2:1.2.0), libxrender1, libxt6 (>= 1:1.1.0), libxtst6, libxv1, libxxf86dga1, libxxf86vm1
Suggests: mesa-utils
Filename: pool/main/x/x11-utils/x11-utils_7.7+5build2_amd64.deb
Size: 205812
MD5sum: 838f1c2ce16153e4ff7ebe4b065faa07
SHA1: 4d726ad689e4951f4744e9dad25a639000103bbb
SHA256: d294ae7786094512e84ef5c66ba55c6926df263da6271e421cbb309eae7f6317
SHA512: 59ca9e4d7388941595e86f7f71519a013b7953bfd52f0290793c4e2ba47f8145b4a6c3b56e4893a72de9c286b9e47272a6092d178ea47e62cca41f2d6fda9720
Description: X11 utilities
Description-md5: bf8a6af96a706be8e8bde2b9de07a319
Task: ubuntu-desktop-minimal, ubuntu-desktop, ubuntu-desktop-raspi, kubuntu-desktop, xubuntu-core, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop-core, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop, ubuntu-budgie-desktop-raspi

4. References on Linux Mint 21 «Vanessa»

5. The same packages on other Linux Distributions

x11-utils (7.7+3build1) Ubuntu 18.04 LTS (Bionic Beaver)

x11-utils (7.7+3) Ubuntu 16.04 LTS (Xenial Xerus)

x11-utils (7.7+5) Ubuntu 20.10 (Groovy Gorilla)

x11-utils (7.7+5build1) Ubuntu 21.10 (Impish Indri)

x11-utils (7.7+5build2) Ubuntu 22.04 LTS (Jammy Jellyfish)

Читайте также:  Linux gateway how to

x11-utils (7.7+4) Debian 10 (Buster)

Источник

Оцените статью
Adblock
detector