This commit is contained in:
Lamp 2020-11-14 17:46:47 -08:00 committed by GitHub
parent 64d9526a40
commit 50e8aadeb4

@ -48,12 +48,13 @@ adduser foo
```
### Result
VNC session works nicely. [[Screenshot]](https://3t32.qonq.gq)
[VNC session works nicely.](https://3t32.qonq.gq)
However due to the old Xorg server built into Xvnc, you cannot change the resolution using the Display settings, so you have to add i.e. `-geometry 1366x768` to your `~/.vnc/config`. And for some reason, RealVNC does not recommend using the system Xorg server on Debian/Ubuntu systems.
[But I did it anyway and it works.](https://yowt.qonq.gq)
But I did it anyway and it works.
![image](https://yowt.qonq.gq)
@ -105,7 +106,9 @@ export DESKTOP_SESSION
startxfce4
vncserver-virtual -kill $DISPLAY
```
[The Xfce session works now.](https://hopc.qonq.gq) And [the resolution can be changed in Display settings.](https://0uqh.qonq.gq)
[The Xfce session works now.](https://hopc.qonq.gq) And the resolution can be changed in Display settings.
![image](https://0uqh.qonq.gq)
### Conclusion
@ -135,8 +138,9 @@ passwd
However, like Debian, it uses Xvnc so changing resolution is a little tedious, and they do not recommend using system Xorg on SUSE.
But I tried it anyway (`zypper install xf86-video-dummy; vncinitconfig -enable-system-xorg`) [and it works!](https://vqq7.qonq.gq)
But I tried it anyway (`zypper install xf86-video-dummy; vncinitconfig -enable-system-xorg`) and it works!
![image](https://vqq7.qonq.gq)
@ -180,8 +184,9 @@ vncserver :1
```
[It works!](https://ubuh.qonq.gq)
[And it also works with system Xorg](https://o3os.qonq.gq) (`apt install xserver-xorg-video-dummy; vncinitconfig -enable-system-xorg`)!
And it also works with system Xorg! (`apt install xserver-xorg-video-dummy; vncinitconfig -enable-system-xorg`)
![image](https://o3os.qonq.gq)
## Ubuntu 16.04
@ -235,7 +240,9 @@ vncserver :1
```
It works!
https://o1tc.qonq.gq https://2gw7.qonq.gq
https://o1tc.qonq.gq
![image](https://2gw7.qonq.gq)