mirror of
https://git.bs.b-eit.de/bucde/notes.git
synced 2025-08-18 22:16:17 +02:00
Update 'proxmox_ve'
@@ -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
|
||||
|
Reference in New Issue
Block a user