Update 'proxmox_ve'

Dennis Buchhorn
2022-12-13 11:08:34 +00:00
parent 82eb266b84
commit 145ab91aad

@@ -15,11 +15,16 @@ To solve this problem, you need to perform the following steps in the opened ter
1. `Xorg -configure` 1. `Xorg -configure`
2. `nano xorg.conf.new` 2. `nano xorg.conf.new`
3. Inside this file find the Line `Driver "modesetting"` and replace it with `Driver "fbdev"` 3. Inside this file:
1. Find the line `Load "glx"` and replace it with `Disable "glx"`
2. After that line add `Disable "glamoregl"`
3. Find the line `Driver "modesetting"` and replace it with `Driver "fbdev"`
4. `mv xorg.conf.new /etc/X11/xorg.conf` 4. `mv xorg.conf.new /etc/X11/xorg.conf`
5. Make sure the file `/etc/hosts` exist and contain the line `127.0.0.1 proxmox` 5. Make sure the file `/etc/hosts` exist and contain the line `127.0.0.1 proxmox`
6. `startx` 6. `startx`
> **Note**: The graphical installer will be a bit broken and some (not relevant) texts will not be displayed.
[Reference (gist.github.com)](https://gist.github.com/sergey-cheperis/530666bc5d7064185ab72bfcaeb19ff1) [Reference (gist.github.com)](https://gist.github.com/sergey-cheperis/530666bc5d7064185ab72bfcaeb19ff1)
## Install with /root on ZFS ## Install with /root on ZFS