From 145ab91aadc8eaa01b889e90a2720376aa19c355 Mon Sep 17 00:00:00 2001 From: Dennis Buchhorn Date: Tue, 13 Dec 2022 11:08:34 +0000 Subject: [PATCH] Update 'proxmox_ve' --- proxmox_ve.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/proxmox_ve.md b/proxmox_ve.md index 8ddc8d6..19cfe5d 100644 --- a/proxmox_ve.md +++ b/proxmox_ve.md @@ -15,11 +15,16 @@ To solve this problem, you need to perform the following steps in the opened ter 1. `Xorg -configure` 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` 5. Make sure the file `/etc/hosts` exist and contain the line `127.0.0.1 proxmox` 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) ## Install with /root on ZFS