---
layout:
'hcl'
type:
'notebook'
hvm:
'yes'
iommu:
'yes'
slat:
'yes'
tpm:
'unknown'
remap:
'yes'
brand: |
ASUSTeK COMPUTER INC.
model: |
ASUS TUF Gaming A17 FA707RC_FA707RC
bios: |
FA707RC.304
cpu: |
AMD Ryzen 7 6800H with Radeon Graphics
cpu-short: |
FIXME
chipset: |
Advanced Micro Devices, Inc. [AMD] Device [1022:14b5] (rev 01)
chipset-short: |
FIXME
gpu: |
NVIDIA Corporation GA107M [GeForce RTX 3050 Mobile] [10de:25a2] (rev a1) (prog-if 00 [VGA controller])
Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:1681] (rev c8) (prog-if 00 [VGA controller])
gpu-short: |
FIXME
network: |
Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
MEDIATEK Corp. Device 7961
memory: |
15629
scsi: |
usb: |
5
versions:
- works:
'FIXME:yes|no|partial'
qubes: |
R4.1
xen: |
4.14.6
kernel: |
6.4.8-1
remark: |
FIXME
credit: |
FIXAUTHOR
link: |
FIXLINK
---
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
- Contents/docs/configuration/install-nvidia-driver.md at master · Qubes-Community/Contents · GitHub
- Nvidia driver installation
Attachments
Qubes-HCL-ASUSTeK_COMPUTER_INC_-ASUS_TUF_Gaming_A17_FA707RC_FA707RC-20231009-050621.yml (983 Bytes)