configuring_the_right_vnc_setup
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| configuring_the_right_vnc_setup [2024/12/24 07:50] – mike | configuring_the_right_vnc_setup [2026/04/08 08:27] (current) – mike | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Configuring Remote VNC on Ubuntu ====== | ====== Configuring Remote VNC on Ubuntu ====== | ||
| - | ---- | + | |
| Ubuntu 18.04 (and possibly later versions) switched from LightDM to GDM3. Connecting to the login screen with VNC while using GDM3 is currently not possible. The easiest way to get this VNC functionality back is to simply switch back from GDM3 to LightDM (which is still being activity developed and used by many Linux distros). | Ubuntu 18.04 (and possibly later versions) switched from LightDM to GDM3. Connecting to the login screen with VNC while using GDM3 is currently not possible. The easiest way to get this VNC functionality back is to simply switch back from GDM3 to LightDM (which is still being activity developed and used by many Linux distros). | ||
| Line 15: | Line 15: | ||
| apt install x11vnc | apt install x11vnc | ||
| | | ||
| - | === Create the file / | + | === Create the file / |
| # Description: | # Description: | ||
| Line 44: | Line 44: | ||
| - In case you are using virt-manager (which also enables VNC on 127.0.0.1: | - In case you are using virt-manager (which also enables VNC on 127.0.0.1: | ||
| - The parameters used to start x11vnc tell it not to ask for an additional password (//-nopw//) | - The parameters used to start x11vnc tell it not to ask for an additional password (//-nopw//) | ||
| + | |||
| + | ==== Require username at GUI login (hiding list of valid users) ==== | ||
| + | The user list shown at login can be disabled by setting the '' | ||
| + | |||
| + | When the user list is disabled, users need to type their user name and password at the prompt to log in. | ||
| + | |||
| + | Create the gdm profile (/ | ||
| + | user-db: | ||
| + | system-db: | ||
| + | file-db:/ | ||
| + | | ||
| + | Create a gdm keyfile for machine-wide settings in / | ||
| + | [org/ | ||
| + | # Do not show the user list | ||
| + | disable-user-list=true | ||
| + | |||
| + | Update the system databases: | ||
| + | dconf update | ||
configuring_the_right_vnc_setup.1735055430.txt.gz · Last modified: by mike
