ASUS ROG STRIX G732LXS

HardwarePCI/USB IDWorking?
GPU (NVIDIA)Yes
WirelessYes
EthernetYes
AudioYes
TouchpadYes
BluetoothYes

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.

See https://asus-linux.org/

gollark: Those are built on `term.write` ultimately, but so is everything there but `term.write` and `term.blit` sooo...
gollark: `textutils` things?
gollark: There're mods to integrate it with AE2 and RS, aren't there?
gollark: True, true. It'll technically *work* if you pick at random or something and nobody will be particularly surprised, but it'd be a nice-to-have.
gollark: Also, sometimes situations where you need to make subjective value judgements about items can occur, and so can loops.
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.