Difference between revisions of "Turtlebot3 Waffle Nuc X11 Remote Display 20240825"

From wikidb
Jump to: navigation, search
(Reference)
(Reference)
Line 2: Line 2:
  
 
* [https://www.it3.be/2021/06/24/remote-x11-on-ubuntu/ Remote X11 On Ubuntu]
 
* [https://www.it3.be/2021/06/24/remote-x11-on-ubuntu/ Remote X11 On Ubuntu]
 +
 +
<pre>
 +
wayland
 +
eepp@sisters:~$ sudo emacs /etc/gdm3/custom.conf &
 +
[1] 3319
 +
eepp@sisters:~$ cd /etc/gdm3
 +
 +
[1]+  Stopped                sudo emacs /etc/gdm3/custom.conf  (wd: ~)
 +
(wd now: /etc/gdm3)
 +
eepp@sisters:/etc/gdm3$ cp custom.conf custom.conf.org
 +
cp: cannot create regular file 'custom.conf.org': Permission denied
 +
eepp@sisters:/etc/gdm3$ sudo cp custom.conf custom.conf.org
 +
[sudo] password for eepp:
 +
eepp@sisters:/etc/gdm3$ sudo emacs /etc/gdm3/custom.conf &
 +
[2] 3440
 +
eepp@sisters:/etc/gdm3$ diff custom.conf.org custom.conf
 +
7c7
 +
< #WaylandEnable=false
 +
---
 +
> WaylandEnable=false
 +
[2]-  Done                    sudo emacs /etc/gdm3/custom.conf
 +
 +
 +
</pre>

Revision as of 09:28, 26 August 2024

Reference

wayland
eepp@sisters:~$ sudo emacs /etc/gdm3/custom.conf &
[1] 3319
eepp@sisters:~$ cd /etc/gdm3

[1]+  Stopped                 sudo emacs /etc/gdm3/custom.conf  (wd: ~)
(wd now: /etc/gdm3)
eepp@sisters:/etc/gdm3$ cp custom.conf custom.conf.org
cp: cannot create regular file 'custom.conf.org': Permission denied
eepp@sisters:/etc/gdm3$ sudo cp custom.conf custom.conf.org
[sudo] password for eepp: 
eepp@sisters:/etc/gdm3$ sudo emacs /etc/gdm3/custom.conf &
[2] 3440
eepp@sisters:/etc/gdm3$ diff custom.conf.org custom.conf
7c7
< #WaylandEnable=false
---
> WaylandEnable=false
[2]-  Done                    sudo emacs /etc/gdm3/custom.conf