Remarks
If you use Ethernet port to internet connection, system die(shutdown) every 5-10min. But any other distros also have this problem. To solve it need install another Ethernet driver (but i no tried this). Wifi works good. To install system need add custom xen params. Also I add my notes to install system and drivers:
Install system
steps
x2apic=false x2apic_phys=true
add this to xen params on boot (press E button, find xen, type params and press CTRL + X to run system)
grub
to save boot params after system install
sudo nano /etc/sysconfig/grub
sudo grub2-mkconfig -o /boot/efi/EFI/qubes/grub.cfg
wifi
- starts after reboot system
ref
- Installation failure on Ryzen 9 6900HS · Issue #7570 · QubesOS/qubes-issues · GitHub
- [Workaround] How to use external monitor in NVidia Optimus mode
Install drivers
steps
- download official driver from nvidia site Lade dir die neuesten offiziellen GeForce-Treiber herunter
- move driver to dom0
dom0:qvm-run -p ${VM} 'cat /home/user/Downloads/NVIDIA-Linux-x86_64-455.45.01.run' > NVIDIA-Linux-x86_64-455.45.01.run
where ${VM} virtual machine name, personal for example - dom0:
sudo qubes-dom0-update kernel-latest kernel-latest-devel
update kernel to last version (optional?) - press CTRL + ALT + F2 to enter in nogui mode
- type
sudo systemctl stop lightdm
to stop X server in nogui mode - run nvidia driver install
sudo ./NVIDIA-Linux-x86_64-455.45.91.run
- to create xorg.conf run
sudo nvidia-xconfig
- reboot
features
- to show monitors/drivers errors watch
/var/log/Xorg.0.log
bugs
- idk how to enable both monitors in one time, works only internal or external, but not both.
ref
- https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/install-nvidia-driver.md
- Nvidia driver installation
Attachments
Qubes-HCL-ASUSTeK_COMPUTER_INC_-ASUS_TUF_Gaming_A17_FA707RC_FA707RC-20231009-050621.yml (983 Bytes)