Hi wonderful proxmox community,
Recently, I bought a HP Elitebook 865 G9 with Ryzen 6850HS cpu and IGPU 680M.
I managed to install proxmox VE7.2 with the following command.
During installation:
Ctr+shift F3 to tty3
chmod 1777 /tmp
$ apt update
$ apt upgrade
$ Xorg -configure
$ mv /xorg.conf.new /etc/X11/xorg.conf
$ nano /etc/X11/xorg.conf
$ ctr+w to replace Keyword "amdgpu" with "fbdev"
$ startx
Apt update dust upgrade to kernel 5.19
After installation
Repeat the same steps with the following change in directory
nano /root/etc/X11/xorg.conf
Problem :
I cannot utilise my IGPU 680M.because x server always hangs at start x server if I try to replace fbdev back to amdgpu.
Pls help. Thank you
Recently, I bought a HP Elitebook 865 G9 with Ryzen 6850HS cpu and IGPU 680M.
I managed to install proxmox VE7.2 with the following command.
During installation:
Ctr+shift F3 to tty3
chmod 1777 /tmp
$ apt update
$ apt upgrade
$ Xorg -configure
$ mv /xorg.conf.new /etc/X11/xorg.conf
$ nano /etc/X11/xorg.conf
$ ctr+w to replace Keyword "amdgpu" with "fbdev"
$ startx
Apt update dust upgrade to kernel 5.19
After installation
Repeat the same steps with the following change in directory
nano /root/etc/X11/xorg.conf
Problem :
I cannot utilise my IGPU 680M.because x server always hangs at start x server if I try to replace fbdev back to amdgpu.
Pls help. Thank you