ASUS ROG STRIX G732LXS
Hardware | PCI/USB ID | Working? |
---|---|---|
GPU (NVIDIA) | Yes | |
Wireless | Yes | |
Ethernet | Yes | |
Audio | Yes | |
Touchpad | Yes | |
Bluetooth | Yes |
Audio
Speakers not working/quiet
Install pulseaudio.
Create:
/etc/modprobe.d/alsa-base.conf
options snd-hda-intel model=asus-zenbook
This will help to have sound from the speakers, but only 0% or 100%.
To be adjustable:
/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common
... '''[Element Master]''' '''switch = mute''' '''volume = ignore''' [Element PCM] ...
Unfortunately this made the jack headphones to be very quiet.
Change the volume in [Element PCM]
from merge to ignore and that fixes the issue:
[Element PCM] switch = mute volume = ignore
Restart PulseAudio with pulseaudio -k
.
Video
Works with optimus, it seems to have better performance with only using NVIDIA and not hybrid.
Fan-curves works with kernel version 5.17 and up or there is an option to use the linux-g14AUR kernel.
gollark: Can I d othat?
gollark: I'll leave it for a bit so <@!160279332454006795> can review it as they said they would, and then just stick it up and hope it hasn't got any bad loopholes.
gollark: I see. Maybe he should be RVPed.
gollark: It's possible. Presumably if I used an encoding which it was actually possible for other people to decode this would not be the case.
gollark: Not really. If I have a UTF-16 document with valid grammar/spelling and I convert it to UTF-8, the grammar/spelling is not altered.
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.