Desktop-notes: Difference between revisions
m (→additional software: moved to Xfce_Desktop#Done) |
m (merged away) |
||
Line 27: | Line 27: | ||
</pre> | </pre> | ||
== Setting up Alsa audio == | == Setting up Alsa audio == |
Revision as of 13:58, 19 May 2021
This material is proposed for merging ... It should be merged with XFCE Setup . (Discuss) |
These are my personal xfce4 desktop notes.
Remaining differences to Xfce_Setup (need to be checked):
Base system
- apk add slim (had no graphical shutdown/suspend support)
- add user to specific groups (had no elogind support)
- adduser (username) audio
- adduser (username) video
- adduser (username) dialout
- Add /etc/X11/xorg.conf.d/30-intel.conf to have tear free scrolling:
Section "Device" Identifier "Intel Graphics" Driver "intel" Option "TearFree" "true" EndSection
Setting up Alsa audio
- apk add alsa-utils
- rc-update add alsa
- rc-service alsa start
- Set the default sound device
- List sound devices:
cat /proc/asound/card*/id
- Depending on your setup select the proper device
- create a /etc/asound.conf with following content where PCH is sound card name.
- List sound devices:
pcm.!default { type plug slave.pcm { @func getenv vars [ ALSAPCM ] default "hw:PCH" } }
Tweaks
Enable webgl on chromium when running on hardened kernel:
Edit: /boot/extlinux.conf
Add: grsec_sysfs_restrict=0
to the end of the of the APPEND line.
Don't forget to add it to your update-extlinux.conf